changeset 1519:ec5a2069d133

Prevent eclipse from enforcing the license Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2014-October/011139.html
author Omair Majid <omajid@redhat.com>
date Wed, 15 Oct 2014 10:24:54 -0400
parents ece9482b41b8
children a3579383abe1
files pom.xml
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Wed Oct 15 12:16:00 2014 +0200
+++ b/pom.xml	Wed Oct 15 10:24:54 2014 -0400
@@ -416,6 +416,23 @@
                     <ignore></ignore>
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>com.mycila</groupId>
+                    <artifactId>
+                      license-maven-plugin
+                    </artifactId>
+                    <versionRange>
+                      [2.0,)
+                    </versionRange>
+                    <goals>
+                      <goal>check</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>