We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2789f2e commit 2a2c9bcCopy full SHA for 2a2c9bc
.github/workflows/maven-build-pr.yml
@@ -44,5 +44,5 @@ jobs:
44
env:
45
OSSINDEX_TOKEN: ${{ secrets.OSSINDEX_TOKEN }}
46
OSSINDEX_USERNAME: ${{ secrets.OSSINDEX_USERNAME }}
47
- run: mvn -B install --file pom.xml -DautoUpdate=false --settings scripts/maven-ci-settings.xml
+ run: mvn -B install --file pom.xml -DautoUpdate=false -Dskip=true --settings scripts/maven-ci-settings.xml
48
0 commit comments