Skip to content

Commit

Permalink
Add comment about pom.xml (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: Martijn Dirkse <martijn@integrationpartners.nl>
  • Loading branch information
mhdirkse and Martijn Dirkse authored Oct 1, 2024
1 parent 7c46a0b commit a89ceb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,11 @@

<profiles>
<profile>
<!-- The name is confusing, because this profile configures how to do the copyright check.
When the profile is disabled, then the copyright check is not done.
Property maven.skip.copyright is the way to skip/allow copyright checking.
That property name explains itself properly.
-->
<id>skip-copyright</id>
<activation>
<property>
Expand Down

0 comments on commit a89ceb8

Please sign in to comment.