Skip to content

Commit 3458e9f

Browse files
authored
Add a quicker build instruction in README (openhab#4609)
Signed-off-by: Jimmy Tanagra <[email protected]>
1 parent 4f64c8d commit 3458e9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ To build this project from the sources, Maven takes care of everything:
4242

4343
- set `MAVEN_OPTS` to `-Xms512m -Xmx1024m`
4444
- change into the openhab-core directory (`cd openhab-core`)
45-
- run `mvn clean install` to compile and package all sources
45+
- run `mvn clean spotless:apply install` to compile and package all sources
4646

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

49+
For an even quicker build, run `mvn clean install -T1C -DskipChecks -DskipTests -Dspotless.check.skip=true`.
50+
4951
## How to contribute
5052

5153
If you want to become a contributor to the project, please read about [contributing](https://www.openhab.org/docs/developer/contributing.html) and check our [guidelines](https://www.openhab.org/docs/developer/guidelines.html) first.

0 commit comments

Comments
 (0)