diff --git a/.github/workflows/dependencies-update.yaml b/.github/workflows/dependencies-update.yaml index a4b6606052..0103701571 100644 --- a/.github/workflows/dependencies-update.yaml +++ b/.github/workflows/dependencies-update.yaml @@ -27,7 +27,7 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: Generate Dependencies file - run: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES + run: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES -P dash - name: Check if file was changed run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e20728b878..64994e7a02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ See [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md). In case of new dependencies or version updates, it might be necessary to have the new library checked and accepted by the Eclipse foundation. Do create new tickets for this, you can use this command: ``` -mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.iplab.token=$ECLIPSE_DASH_TOKEN -Ddash.projectId=automotive.tractusx --batch-mode -DskipTests +mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.iplab.token=$ECLIPSE_DASH_TOKEN -Ddash.projectId=automotive.tractusx --batch-mode -DskipTests -P dash ``` For more information on the tool and how to acquire the token, check https://github.com/eclipse/dash-licenses.