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 1428380 commit b448d4dCopy full SHA for b448d4d
pom.xml
@@ -275,6 +275,10 @@
275
<plugin>
276
<groupId>org.glassfish.copyright</groupId>
277
<artifactId>glassfish-copyright-maven-plugin</artifactId>
278
+ <configuration>
279
+ <!-- Ignore the year to comply with Eclipse Foundation. -->
280
+ <ignoreYear>true</ignoreYear>
281
+ </configuration>
282
<executions>
283
<!--Copyright goal does not fail when copyright is not properly updated,
284
but prints out which file has incorrect copyright.-->
0 commit comments