diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 89faa09a..4c67614f 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 -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 clean install \ No newline at end of file