We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b4d5e commit 5a8559fCopy full SHA for 5a8559f
.github/workflows/nexus-publish-snapshots.yml
@@ -42,7 +42,7 @@ jobs:
42
run: VAADIN_OFFLINE_KEY=${{ secrets.VAADIN_SERVER_23_2 }} mvn -B package -Pproduction -Dvaadin.force.production.build=true --file pom.xml
43
44
- name: Publish artefact to QBiC Nexus Repository
45
- run: mvn --settings $GITHUB_WORKSPACE/.github.settings.xml deploy
+ run: VAADIN_OFFLINE_KEY=${{ secrets.VAADIN_SERVER_23_2 }} mvn --quiet --settings $GITHUB_WORKSPACE/.github.settings.xml -Pproduction -Dvaadin.force.production.build=true deploy
46
env:
47
MAVEN_REPO_USERNAME: ${{ secrets.NEXUS_USERNAME }}
48
MAVEN_REPO_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
0 commit comments