diff --git a/.github/workflows/eclipse-dash.yml b/.github/workflows/eclipse-dash.yml index fb18541fd804..026cf8921435 100644 --- a/.github/workflows/eclipse-dash.yml +++ b/.github/workflows/eclipse-dash.yml @@ -30,7 +30,7 @@ jobs: distribution: 'temurin' java-version: '11' - name: License check - run: mvn org.eclipse.dash:license-tool-plugin:license-check $MAVEN_CLI_OPTS -Pdash -Ddash.fail=true -Ddash.projectId=locationtech.geomesa + run: mvn org.eclipse.dash:license-tool-plugin:license-check $MAVEN_CLI_OPTS -Pdash -Ddash.fail=true -Ddash.projectId=locationtech.geomesa -DexcludeGroupIds=org.locationtech.geomesa - name: Show license if: success() || failure() run: cat target/dash/summary