Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 8c62f73d0 -> bae4c23a4


Ignore RAT plugin inside M2Eclipse


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/bc177b69
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/bc177b69
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/bc177b69

Branch: refs/heads/master
Commit: bc177b69f3c77ad0a7b1439def873566c9dbaedb
Parents: 8c62f73
Author: Jason van Zyl <ja...@tesla.io>
Authored: Tue Mar 10 08:51:21 2015 -0700
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Thu Apr 2 00:20:18 2015 -0400

----------------------------------------------------------------------
 pom.xml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/bc177b69/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ac52ab..9d8f3fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,4 +124,40 @@ under the License.
       </reporting>
     </profile>
   </profiles>
+  <build>
+    <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.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>
+  </build>
 </project>

Reply via email to