Skip to content

Commit 5264827

Browse files
optimizing-ci-buildsother
andauthored
Ignoring unnecessarily generated by pmd plugin (#1763)
Co-authored-by: other <[email protected]>
1 parent a312dcd commit 5264827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Build with Maven
30-
run: mvn -B package --file pom.xml -DdisableXmlReport=true
30+
run: mvn -B package --file pom.xml -DdisableXmlReport=true -Dpmd.skip=true

0 commit comments

Comments
 (0)