diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 664a212b38..1e0a7ded98 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,4 +27,4 @@ jobs: key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Build with Maven - run: mvn -B package --file pom.xml + run: mvn -B -Pcoverage,checkstyle,pmd,errorProne,dist --file pom.xml diff --git a/.gitignore b/.gitignore index a41a5b3bba..d9ecdfe3f7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ nbactions*.xml .settings/ *.swp *.checkstyle + +# Formatter cache +.cache diff --git a/pom.xml b/pom.xml index b049b50465..e20eeebe26 100644 --- a/pom.xml +++ b/pom.xml @@ -916,7 +916,7 @@ net.revelc.code.formatter formatter-maven-plugin - 2.11.0 + 2.12.1 format-java-sources