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 857952b commit f0a8265Copy full SHA for f0a8265
.github/workflows/maven.yml
@@ -27,4 +27,4 @@ jobs:
27
env:
28
GITHUB_USER_REF: ${{ secrets.GH_PACKAGE_REPO_USERNAME }}
29
GITHUB_TOKEN_REF: ${{ secrets.GH_PACKAGE_REPO_PASSWORD }}
30
- run: mvn clean install -s settings.xml -B package --file pom.xml -X
+ run: mvn -s settings.xml -B package --file pom.xml -X
0 commit comments