We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f451a6b commit d687ec9Copy full SHA for d687ec9
2 files changed
.github/workflows/maven.yml
@@ -43,4 +43,4 @@ jobs:
43
with:
44
java-version: ${{ matrix.java }}
45
- name: Build with Maven
46
- run: mvn -V apache-rat:check package --file pom.xml --no-transfer-progress
+ run: mvn -V --file pom.xml --no-transfer-progress
pom.xml
@@ -194,7 +194,7 @@
194
</properties>
195
196
<build>
197
- <defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
+ <defaultGoal>clean package apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
198
<plugins>
199
<plugin>
200
<artifactId>maven-assembly-plugin</artifactId>
0 commit comments