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 ea626b5 commit 5985cc0Copy full SHA for 5985cc0
.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 -s settings.xml -B package --file pom.xml -X
+ run: mvn clean install -s settings.xml -B package --file pom.xml -X
0 commit comments