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 0cd7d86 commit 54d4799Copy full SHA for 54d4799
.github/workflows/maven.yml
@@ -23,4 +23,4 @@ jobs:
23
distribution: 'temurin'
24
cache: maven
25
- name: Build with Maven
26
- run: mvn -Dmaven.test.skip=true -B package --file pom.xml -s mvn_settings.xml
+ run: mvn -Dmaven.test.skip=true -B deploy --file pom.xml -s mvn_settings.xml
0 commit comments