Skip to content

Commit b448d4d

Browse files
jamezpVerdent
authored andcommitted
Do not attempt to validate the copyright date.
Signed-off-by: James R. Perkins <[email protected]>
1 parent 1428380 commit b448d4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@
275275
<plugin>
276276
<groupId>org.glassfish.copyright</groupId>
277277
<artifactId>glassfish-copyright-maven-plugin</artifactId>
278+
<configuration>
279+
<!-- Ignore the year to comply with Eclipse Foundation. -->
280+
<ignoreYear>true</ignoreYear>
281+
</configuration>
278282
<executions>
279283
<!--Copyright goal does not fail when copyright is not properly updated,
280284
but prints out which file has incorrect copyright.-->

0 commit comments

Comments
 (0)