diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e8e861f..3095a5f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,8 +29,8 @@ jobs: java-version: '21' distribution: 'temurin' cache: maven - - name: Build with Maven - run: ./mvnw -B package --file pom.xml + - name: Verify and Package with Maven + run: ./mvnw --batch-mode --file pom.xml verify package # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph