Skip to content

Commit

Permalink
Re eclipse#488 - remove unnecessary docker:build in BATS README
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmcdonnell committed Nov 12, 2020
1 parent 10be239 commit ce9fe42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.ice.bats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ce9fe42

Please sign in to comment.