Fix .3rd-party readme

This commit is contained in:
Avgustin Marinov
2025-06-25 11:45:45 +03:00
committed by GitHub
parent 2233441fcd
commit fb65d4ca74

View File

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