Use the POM defaultGoal so that Travis and GitHub run the same builds.

This commit is contained in:
Gary Gregory 2020-07-31 09:16:50 -04:00
parent 03ae165039
commit 3b7d72e6cf
2 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml
run: mvn -V -Ddoclint=all --file pom.xml

View File

@ -634,7 +634,7 @@
<build>
<defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
<defaultGoal>clean package apache-rat:check checkstyle:check japicmp:cmp spotbugs:check javadoc:javadoc</defaultGoal>
<pluginManagement>
<plugins>
<plugin>