From c0e1c0ec00a3822804c77aabd5b20748cf5767aa Mon Sep 17 00:00:00 2001 From: Mark Herwege Date: Mon, 16 Mar 2026 18:28:26 +0100 Subject: [PATCH] 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 --- developers/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/developers/index.md b/developers/index.md index d5bd121fe..560f2640a 100644 --- a/developers/index.md +++ b/developers/index.md @@ -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