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 3560ac8 commit 6dab6caCopy full SHA for 6dab6ca
.github/workflows/pipeline.yml
@@ -100,8 +100,8 @@ jobs:
100
- name: Update pom.xml version 💾
101
run: |
102
mvn versions:set -DnewVersion=${{ needs.bump.outputs.major_version }}.${{ needs.bump.outputs.minor_version }}.${{ needs.bump.outputs.build_version }} -DgenerateBackupPoms=false
103
- - name: Build and verify with Maven 🔨
104
- run: mvn verify --batch-mode --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DreleaseSonatype=true $MAVEN_ARGS
+ - name: Build and install with Maven 🔨
+ run: mvn install --batch-mode --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} -DreleaseSonatype=true $MAVEN_ARGS
105
- name: List signed files 🐞
106
107
echo "📦 Contents of target/:"
0 commit comments