You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,9 @@ Developer forum for [docker-java](https://groups.google.com/forum/?hl=de#!forum/
14
14
* Maven 3.0.5
15
15
* Docker daemon running
16
16
17
-
Maven will run tests during build process. Tests are using localhost instance of Docker, make sure that
18
-
you have Docker running for tests to work or just turn off tests.
19
-
20
-
If you don't have Docker running locally, you can skip tests with -DskipTests flag set to true:
21
-
22
-
$ mvn clean install -DskipTests=true
17
+
Maven may run tests during build process but tests are disabled by default. The tests are using a localhost instance of Docker, make sure that you have Docker running for tests to work. To run the tests you have to provide your https://www.docker.io/account/login/ information:
0 commit comments