Skip to content

Commit 8c53ddf

Browse files
committed
Clarified the content of the license file
1 parent 29e3b06 commit 8c53ddf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,12 @@ To run integration tests against all supported databases specify the Maven Profi
163163
./mvnw clean install -Pall-dbs
164164
----
165165

166-
This requires an appropriate `container-license-acceptance.txt` to be on the classpath, signaling that you accept the license of the databases used.
166+
This requires an appropriate `container-license-acceptance.txt` to be on the test classpath (which is by default taken from `src/test/resources`), signaling that you accept the license of the databases used. File `container-license-acceptance.txt` should contain the fully qualified names of the particular images, that require the license acceptance. In this project only `db2` and `mssql` images require licenses to be accepted. So, if you accept the licenses, then your `container-license-acceptance.txt` file should look like this:
167+
168+
```
169+
ibmcom/db2:11.5.7.0a
170+
mcr.microsoft.com/mssql/server:2019-CU16-ubuntu-20.04
171+
```
167172

168173
If you don't want to accept these licences you may add the Maven Profile `ignore-missing-license`.
169174
This will ignore the tests that require an explicit license acceptance.

0 commit comments

Comments
 (0)