Author: pottlinger
Date: Wed May 20 18:58:20 2015
New Revision: 1680652
URL: http://svn.apache.org/r1680652
Log:
Allowing integration into Eclipse
* Adding certain maven plugins as ignored in order to get rid of errors when
importing
in Eclipse Luna.
Modified:
creadur/rat/trunk/apache-rat-plugin/pom.xml
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/apache-rat-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/pom.xml?rev=1680652&r1=1680651&r2=1680652&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/pom.xml Wed May 20 18:58:20 2015
@@ -93,6 +93,36 @@
</excludes>
</configuration>
</plugin>
+ <!--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.apache.maven.plugins
+ </groupId>
+ <artifactId>
+
maven-plugin-plugin
+ </artifactId>
+
<versionRange>[3.4,)</versionRange>
+ <goals>
+
<goal>descriptor</goal>
+
<goal>helpmojo</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1680652&r1=1680651&r2=1680652&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Wed May 20 18:58:20 2015
@@ -339,6 +339,33 @@ agnostic home for software distribution
<mavenExecutorId>forked-path</mavenExecutorId>
</configuration>
</plugin>
+ <!--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.apache.rat</groupId>
+ <artifactId>
+
apache-rat-plugin
+ </artifactId>
+
<versionRange>[0.11,)</versionRange>
+ <goals>
+
<goal>check</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore></ignore>
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>