From fb65d4ca74d12cfcab32ecae6569ef914030e7d8 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Wed, 25 Jun 2025 11:45:45 +0300 Subject: [PATCH] Fix .3rd-party readme --- .3rd-party/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.3rd-party/README.md b/.3rd-party/README.md index 6c327c084..f41d19886 100644 --- a/.3rd-party/README.md +++ b/.3rd-party/README.md @@ -5,6 +5,6 @@ each release (and milestone) holding the release-specific information. The DEPENDENCIES file could be generated manually using [Eclipse Dash License Tool](https://github.com/eclipse/dash-licenses) maven plugin by running in root folder: ```shell -mvn clean install -DskipTests -Ddash.skip=false \ +mvn clean install -PcheckLicense -DskipTests \ --projects '!org.eclipse.hawkbit:hawkbit-repository-test,!org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test' ```