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 d73f1ae commit f9af2ceCopy full SHA for f9af2ce
.github/workflows/maven.yml
@@ -28,4 +28,4 @@ jobs:
28
distribution: 'temurin'
29
cache: maven
30
- name: Build with Maven
31
- run: mvn --batch-mode --update-snapshots clean install --file pom.xml -Dmaven.test.skip=true -Drevision=0.0.1-SNAPSHOT
+ run: mvn --batch-mode --update-snapshots --file pom.xml -Drevision=0.0.1-SNAPSHOT -Dmaven.test.skip=true clean install
0 commit comments