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
Mark Herwege 2026-03-16 18:28:26 +01:00 committed by GitHub
parent 5b9ca4b6df
commit c0e1c0ec00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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