Fix yet another breakage on m2e import, due to introduction of another 25/225/1
authorGiovanni Meo <gmeo@cisco.com>
Tue, 23 Apr 2013 10:22:25 +0000 (12:22 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Tue, 23 Apr 2013 10:22:25 +0000 (12:22 +0200)
unknown to m2e maven plugin.

Change-Id: I63a32c632546ff7c86f329a809a515349380f611
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/commons/opendaylight/pom.xml

index 77e07c7a9f0cce7c2491221de0acb0a01fb7333b..07f23db461c7c6f571fd6cf6e00ebf43640f176a 100644 (file)
                     <ignore/>
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.jacoco</groupId>
+                    <artifactId>jacoco-maven-plugin</artifactId>
+                    <versionRange>[0.0,)</versionRange>
+                    <goals>
+                      <goal>prepare-agent</goal>
+                      <goal>pre-test</goal>
+                      <goal>post-test</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>