This commit is contained in:
Gary Gregory 2022-02-13 11:20:06 -05:00
commit 4984c96072
2 changed files with 6 additions and 2 deletions

View File

@ -44,4 +44,5 @@ jobs:
distribution: adopt
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V package --file pom.xml --no-transfer-progress
# Use the default goal
run: mvn -V --file pom.xml --no-transfer-progress

View File

@ -588,6 +588,9 @@
<commons.jacoco.version>0.8.7</commons.jacoco.version>
<commons.junit.version>5.8.2</commons.junit.version>
<!-- Override commons parent version to allow build on java 17 -->
<commons.japicmp.version>0.15.4</commons.japicmp.version>
<!--Commons Release Plugin -->
<commons.bc.version>4.4</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
@ -598,7 +601,7 @@
<build>
<defaultGoal>clean verify apache-rat:check checkstyle:check clirr:check javadoc:javadoc</defaultGoal>
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>