Use the POM defaultGoal so that Travis and GitHub run the same builds.
This commit is contained in:
parent
03ae165039
commit
3b7d72e6cf
|
@ -39,4 +39,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
- name: Build with Maven
|
- 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
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -634,7 +634,7 @@
|
||||||
|
|
||||||
|
|
||||||
<build>
|
<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>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue