Do not attempt to validate the copyright date.

Signed-off-by: James R. Perkins <jperkins@redhat.com>
diff --git a/pom.xml b/pom.xml
index a97891c..f3f048a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,6 +275,10 @@
                     <plugin>
                         <groupId>org.glassfish.copyright</groupId>
                         <artifactId>glassfish-copyright-maven-plugin</artifactId>
+                        <configuration>
+                            <!-- Ignore the year to comply with Eclipse Foundation. -->
+                            <ignoreYear>true</ignoreYear>
+                        </configuration>
                         <executions>
                             <!--Copyright goal does not fail when copyright is not properly updated,
                                 but prints out which file has incorrect copyright.-->