From dd94e7d70005b00090db6d64dbb326e10215a756 Mon Sep 17 00:00:00 2001 From: Marshall McDonnell Date: Thu, 12 Nov 2020 13:07:01 -0500 Subject: [PATCH] Re #488 - remove unnecessary docker:build in BATS README Signed-off-by: Marshall McDonnell --- org.eclipse.ice.bats/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.ice.bats/README.md b/org.eclipse.ice.bats/README.md index 588f95340..7b36ac5d7 100644 --- a/org.eclipse.ice.bats/README.md +++ b/org.eclipse.ice.bats/README.md @@ -24,13 +24,13 @@ A test Fuseki container will be started and stopped during the tests using the [ (GitHub repo link [here](https://github.com/fabric8io/docker-maven-plugin) ``` -$ mvn clean docker:build install +$ mvn clean install ``` This installs the jar file to the local repository in `~/.m2`. It is also possible to build the package without installing by running ``` -$ mvn clean docker:build verify +$ mvn clean verify ``` In both cases one can skip the tests by including `-DskipTests` in your build.