Skip to content

Commit

Permalink
In general , it is better to add -DskipTests for compile guide for av…
Browse files Browse the repository at this point in the history
…oiding test cases failure

For a new user, first just want to try this project, so the compile guide doesn't need to run test cases.
by the way,  there are some test cases failed in ServiceFramework.git
  • Loading branch information
chenliang613 authored Dec 16, 2018
1 parent af59061 commit e9e4672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
git clone https://github.com/allwefantasy/ServiceFramework.git
cd ServiceFramework
mvn install -Pscala-2.11 -Pjetty-9 -Pweb-include-jetty-9
mvn install -DskipTests -Pscala-2.11 -Pjetty-9 -Pweb-include-jetty-9
```


Expand Down

0 comments on commit e9e4672

Please sign in to comment.