Skip to content

Commit

Permalink
Updated README with skipTests flag
Browse files Browse the repository at this point in the history
Thanks @kaikreuzer for [the info](eclipse-archived#4148 (comment))! :-)

Signed-off-by: Kuba Wolanin <hi@kubawolanin.com> (github: kubawolanin)
  • Loading branch information
kubawolanin committed Aug 28, 2017
1 parent 29b3acf commit 60fc670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,9 @@ To build Eclipse SmartHome from the sources, Maven takes care of everything:
- change into the smarthome directory ("cd smarthome“)
- run "mvn clean install" to compile and package all sources

If there are tests that are failing occasionally on your local build,
run `mvn -DskipTests=true clean install` instead to skip them.

The p2 repository that contains all bundles as a build result will be available in the folder
`products/org.eclipse.smarthome.repo/target`.

Expand Down

0 comments on commit 60fc670

Please sign in to comment.