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 f92f78b commit bf11a89Copy full SHA for bf11a89
.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 install -s settings.xml -B package --file pom.xml
+ run: mvn install -s settings.xml -B package --file pom.xml -X
0 commit comments