Add '-DskipFeatureChecks' option to build instructions (#2670)
Added option to skip Karaf feature resolution checks. This is an option I use regularly to further speed up builds during development. Signed-off-by: Mark Herwege <mherwege@users.noreply.github.com>pull/2677/head
parent
5b9ca4b6df
commit
c0e1c0ec00
|
|
@ -133,6 +133,7 @@ Follow these steps to generate your binding:
|
|||
- `-o`: Won't update any dependencies.
|
||||
- `-DskipChecks`: Skips the static analysis checks
|
||||
- `-DskipTests`: Skips the unit tests
|
||||
- `-DskipFeatureChecks`: Skips Karaf feature resolution checks
|
||||
- `-Dspotless.check.skip=true` : Skips the spotless file formatting checks
|
||||
- `-Dohc.version=5.0.0` : The version of openhab you are building for
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue