@ -159,19 +159,20 @@ Runs integration test against a single in memory database.
To run integration tests against all supported databases specify the Maven Profile `all-dbs`.
To run integration tests against all supported databases specify the Maven Profile `all-dbs`.
```
[source,bash]
----
./mvnw clean install -Pall-dbs
./mvnw clean install -Pall-dbs
```
----
This requires an appropriate `container-license-acceptance.txt` to be on the classpath, signaling that you accept the licenc e of the databases used.
This requires an appropriate `container-license-acceptance.txt` to be on the classpath, signaling that you accept the licens e of the databases used.
If you don't want to accept these licences you may add the Maven Profile `ignore-missing-licenc e`.
If you don't want to accept these licences you may add the Maven Profile `ignore-missing-licens e`.
This will ignore the tests that require an explicit license acceptance.
This will ignore the tests that require an explicit license acceptance.
```
[source,bash]
./mvnw clean install -Pall -dbs,ignore -missing -licence
----
```
./mvnw clean install -Pall-dbs,ignore-missing-license
----
If you want to run an integration tests against a different database you can do so by activating an apropriate Spring Profile.
If you want to run an integration tests against a different database you can do so by activating an apropriate Spring Profile.
Available are the following Spring Profiles:
Available are the following Spring Profiles: