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 619c6ac commit 275c401Copy full SHA for 275c401
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Build & Deploy
32
run: |
33
- mvn verify -e --batch-mode --settings .github/settings.xml --file pom.xml -DtrimStackTrace=false
+ mvn install -e --batch-mode --settings .github/settings.xml --file pom.xml -DtrimStackTrace=false
34
env:
35
GITHUB_USERNAME: x-access-token
36
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
0 commit comments