Skip to content

Commit

Permalink
Replace aggregate deprecated configuration with a goal (dsldevkit#813)
Browse files Browse the repository at this point in the history
* Replace aggregate deprecated configuration with a goal

* fix goal name
  • Loading branch information
rubenporras authored Oct 17, 2023
1 parent 5da0bd8 commit a6c308c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: /home/runner/.m2/repository
key: ${{ runner.os }}-maven-0-${{ hashFiles('**/pom.xml') }}
- name: Build with Maven within a virtual X Server Environment
run: xvfb-run mvn clean verify checkstyle:check pmd:check pmd:cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end
run: xvfb-run mvn clean verify checkstyle:check pmd:aggregate-pmd-check pmd:aggregate-cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end
- name: Archive Tycho Surefire Plugin
if: ${{ failure() }}
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion ddk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
<targetJdk>11</targetJdk>
<minimumTokens>${pmd.cpd.min}</minimumTokens>
<renderProcessingErrors>false</renderProcessingErrors>
<aggregate>true</aggregate>
<failOnViolation>true</failOnViolation>
<printFailingErrors>true</printFailingErrors>
<verbose>true</verbose>
Expand Down

0 comments on commit a6c308c

Please sign in to comment.