Skip to content

Commit

Permalink
Add -DskipTests
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Apr 29, 2016
1 parent 9f0fe33 commit 528a1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ What follows is explained in detail in the sections below, but for those who kno

$ git clone https://github.com/bitsquare/bitsquare.git
$ cd bitsquare
$ mvn clean package
$ mvn clean package -DskipTests

When the build completes, you will find an executable jar: `gui/target/shaded.jar`.
To run it use:
Expand Down Expand Up @@ -91,7 +91,7 @@ Beside that we fixed a few [flaws with the Bloom Filters](https://jonasnick.gith
Bitsquare uses maven as a build system.

$ cd bitsquare
$ mvn clean package
$ mvn clean package -DskipTests

### 4. Run

Expand Down

0 comments on commit 528a1dc

Please sign in to comment.