You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,12 @@ To build this project from the sources, Maven takes care of everything:
42
42
43
43
- set `MAVEN_OPTS` to `-Xms512m -Xmx1024m`
44
44
- 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
46
46
47
47
If there are tests that are failing occasionally on your local build, run `mvn -DskipTests=true clean install` instead to skip them.
48
48
49
+
For an even quicker build, run `mvn clean install -T1C -DskipChecks -DskipTests -Dspotless.check.skip=true`.
50
+
49
51
## How to contribute
50
52
51
53
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