changeset 2620:fb5ff9be280e

Ignore exec-maven-plugin in m2e. Reviewed-by: ebaron, neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-March/022494.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Tue, 14 Mar 2017 17:35:38 +0100
parents 2e769e1dffd0
children f763eea4655f
files agent/ipc/windows-named-pipes/common/pom.xml
diffstat 1 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/agent/ipc/windows-named-pipes/common/pom.xml	Tue Mar 14 13:48:14 2017 +0100
+++ b/agent/ipc/windows-named-pipes/common/pom.xml	Tue Mar 14 17:35:38 2017 +0100
@@ -174,6 +174,35 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>exec-maven-plugin</artifactId>
+                    <versionRange>[1.2.1,)</versionRange>
+                    <goals>
+                        <goal>exec</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
 </project>