From 6b6a42ac7082e10e72bb009fc079e569ccc488e2 Mon Sep 17 00:00:00 2001 From: jhartmann Date: Wed, 19 Jun 2024 10:58:16 +0200 Subject: [PATCH] chore(workflows):[#371] fix missing profile for dependencies file check --- .github/workflows/dependencies-update.yaml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.