diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b8281d2..8a7690a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,4 +28,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn --batch-mode --update-snapshots clean install --file pom.xml -Dmaven.test.skip=true -Drevision=0.0.1-SNAPSHOT \ No newline at end of file + run: mvn --batch-mode --update-snapshots --file pom.xml -Drevision=0.0.1-SNAPSHOT -Dmaven.test.skip=true clean install \ No newline at end of file