How to build testcontainers-java on Windows and Ubuntu #8817
Answered
by
simpletasks
simpletasks
asked this question in
Q&A
|
I wanted to try some custom builds, adding methods in GenericContainer. But I can not build with success.
I solved a list of problems with docker images but still, I can not build it. |
Answered by
simpletasks
Jul 1, 2024
Replies: 1 comment
|
Found. and for creating maven artifact |
0 replies
Answer selected by
simpletasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found.
Because of the inability to run with tests successfully.
Build:
./gradlew build -x testand for creating maven artifact
./gradlew -Pversion=xxxx publishToMavenLocal.creating local maven artifact:
mvn install:install-file -Dfile=testcontainers/testcontainers.jar -DpomFile=pom-default.xml