Skip to content

Commit

Permalink
Add copyright plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 6, 2020
1 parent da58b6d commit 77f210d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,29 @@
</configuration>
</plugin>

<!-- Checks copyright / license headers -->
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>2.3</version>
<configuration>
<excludeFile>etc/config/copyright-exclude</excludeFile>
<!--svn|mercurial|git - defaults to svn-->
<scm>git</scm>
<!-- turn on/off debugging -->
<debug>off</debug>
<!-- skip files not under SCM-->
<scmOnly>true</scmOnly>
<!-- turn off warnings -->
<warn>true</warn>
<!-- for use with repair -->
<update>false</update>
<!-- check that year is correct -->
<ignoreYear>false</ignoreYear>
<templateFile>etc/config/copyright.txt</templateFile>
</configuration>
</plugin>

<!-- Creates the OSGi MANIFEST.MF file -->
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 77f210d

Please sign in to comment.