Skip to content

Commit

Permalink
Use :check with quiet=false to do the work of two
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 21, 2024
1 parent 6a3fbe4 commit 512a062
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
<debug>false</debug>
<scmOnly>true</scmOnly>
<warn>true</warn>
<quiet>false</quiet>
<ignoreYear>false</ignoreYear>
<useComma>true</useComma>
<doHidden>true</doHidden>
Expand Down Expand Up @@ -357,13 +358,6 @@
<excludeFile>${top.parent.basedir}/copyright-exclude</excludeFile>
</configuration>
<executions>
<execution>
<id>print-copyright</id>
<goals>
<goal>copyright</goal>
</goals>
<phase>validate</phase>
</execution>
<execution>
<id>check-copyright</id>
<goals>
Expand Down

0 comments on commit 512a062

Please sign in to comment.