Skip to content

Commit 0150b9d

Browse files
authored
Merge branch 'main' into development
2 parents e5ae7c6 + a8b4d5e commit 0150b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nexus-publish-snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: mvn versions:set -DnewVersion='${project.version}-SNAPSHOT'
4040

4141
- name: Build with Maven
42-
run: VAADIN_OFFLINE_KEY=${{ secrets.VAADIN_SERVER_23_2 }} mvn -B package --file pom.xml
42+
run: VAADIN_OFFLINE_KEY=${{ secrets.VAADIN_SERVER_23_2 }} mvn -B package -Pproduction -Dvaadin.force.production.build=true --file pom.xml
4343

4444
- name: Publish artefact to QBiC Nexus Repository
4545
run: mvn --settings $GITHUB_WORKSPACE/.github.settings.xml deploy

0 commit comments

Comments
 (0)