Add maven-antrun-plugin to m2e lifecycle mapping 19/46619/2
authorLorand Jakab <lojakab@cisco.com>
Thu, 6 Oct 2016 13:35:58 +0000 (16:35 +0300)
committerStephen Kitt <skitt@redhat.com>
Fri, 7 Oct 2016 12:08:58 +0000 (12:08 +0000)
Change-Id: Ib28a8b6d8e576186673ca1fa7637f0eda8c84659
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
odlparent/pom.xml

index 51fbe206b3e52e6b43f0c51aba8fb1ad248feb1c..0ff8d4c4eb2258d7f65e0e208ad60f3c31e0c946 100644 (file)
                     <ignore/>
                   </action>
                 </pluginExecution>
+                <!-- The plugin will eventually be removed, remove this too at that point -->
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-antrun-plugin</artifactId>
+                    <versionRange>[1.8,)</versionRange>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
                 <pluginExecution>
                   <pluginExecutionFilter>
                     <groupId>org.apache.servicemix.tooling</groupId>