Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

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

Signed-off-by: kubawolanin <hi@kubawolanin.com>
  • Loading branch information
kubawolanin authored and kaikreuzer committed Aug 31, 2017
1 parent eaa6022 commit 3e77c4d
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 3e77c4d

Please sign in to comment.