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' ```