Skip to content

Commit d687ec9

Browse files
committed
Let GitHub build reuse the Maven default goal.
1 parent f451a6b commit d687ec9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
java-version: ${{ matrix.java }}
4545
- name: Build with Maven
46-
run: mvn -V apache-rat:check package --file pom.xml --no-transfer-progress
46+
run: mvn -V --file pom.xml --no-transfer-progress

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
</properties>
195195

196196
<build>
197-
<defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
197+
<defaultGoal>clean package apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
198198
<plugins>
199199
<plugin>
200200
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)