@ -159,19 +159,20 @@ Runs integration test against a single in memory database.
@@ -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`.
```
[source,bash]
----
./mvnw clean install -Pall-dbs
```
----
This requires an appropriate `container-license-acceptance.txt` to be on the classpath, signaling that you accept the licence of the databases used.
This requires an appropriate `container-license-acceptance.txt` to be on the classpath, signaling that you accept the license of the databases used.
If you don't want to accept these licences you may add the Maven Profile `ignore-missing-licence`.
If you don't want to accept these licences you may add the Maven Profile `ignore-missing-license`.
This will ignore the tests that require an explicit license acceptance.
@ -57,14 +57,13 @@ public class LicenseListener implements TestExecutionListener {
@@ -57,14 +57,13 @@ public class LicenseListener implements TestExecutionListener {
"You need to accept the licence for the database with which you are testing or set \"ignore-missing-licence\" as active profile in order to skip tests for which a licence is missing.",
"You need to accept the license for the database with which you are testing or set \"ignore-missing-license\" as active profile in order to skip tests for which a license is missing.",