Skip to content

Commit 70a607f

Browse files
authored
Merge pull request #226 from aguibert/copyright-build-error
Fix API build failure on copyright plugin
2 parents 9c248fe + f737876 commit 70a607f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

api/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,16 +435,12 @@
435435
<plugin>
436436
<groupId>org.glassfish.copyright</groupId>
437437
<artifactId>glassfish-copyright-maven-plugin</artifactId>
438-
<version>1.50</version>
438+
<version>2.3</version>
439439
<configuration>
440440
<excludeFile>${basedir}/../etc/config/copyright-exclude</excludeFile>
441-
<!--svn|mercurial|git - defaults to svn-->
442441
<scm>git</scm>
443-
<!-- turn on/off debugging -->
444442
<debug>false</debug>
445-
<!-- skip files not under SCM-->
446443
<scmOnly>true</scmOnly>
447-
<!-- turn off warnings -->
448444
<warn>false</warn>
449445
<!-- for use with repair -->
450446
<update>false</update>

0 commit comments

Comments
 (0)