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 a312dcd commit 5264827Copy full SHA for 5264827
.github/workflows/maven.yml
@@ -27,4 +27,4 @@ jobs:
27
distribution: 'temurin'
28
cache: maven
29
- name: Build with Maven
30
- run: mvn -B package --file pom.xml -DdisableXmlReport=true
+ run: mvn -B package --file pom.xml -DdisableXmlReport=true -Dpmd.skip=true
0 commit comments