We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5ae7c6 + a8b4d5e commit 0150b9dCopy full SHA for 0150b9d
.github/workflows/nexus-publish-snapshots.yml
@@ -39,7 +39,7 @@ jobs:
39
run: mvn versions:set -DnewVersion='${project.version}-SNAPSHOT'
40
41
- name: Build with Maven
42
- run: VAADIN_OFFLINE_KEY=${{ secrets.VAADIN_SERVER_23_2 }} mvn -B package --file pom.xml
+ 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
0 commit comments