Merge "Fix eclipse warnings about maven-enforcer-plugin"
authorTony Tkacik <ttkacik@cisco.com>
Mon, 17 Feb 2014 17:03:54 +0000 (17:03 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 17 Feb 2014 17:03:54 +0000 (17:03 +0000)
opendaylight/commons/opendaylight/pom.xml

index 0d74b99ce184bc5832881e40b560ae3f7b16df7d..d32be92fc8f1bf40b0c53503781953bb0dc1bf7f 100644 (file)
                     <ignore />
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-enforcer-plugin</artifactId>
+                    <versionRange>${enforcer.version}</versionRange>
+                    <goals>
+                      <goal>enforce</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>