You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rya.apache.org by mi...@apache.org on 2015/12/31 18:14:51 UTC

incubator-rya git commit: RYA-25 Adding Apache-RAT Eclipse Exclusion

Repository: incubator-rya
Updated Branches:
  refs/heads/develop 7743a42a5 -> 2b30478cd


RYA-25 Adding Apache-RAT Eclipse Exclusion


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/2b30478c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/2b30478c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/2b30478c

Branch: refs/heads/develop
Commit: 2b30478cdbd0207bfd48d2e2c10c26438fb9b353
Parents: 7743a42
Author: Aaron Mihalik <mi...@alum.mit.edu>
Authored: Wed Dec 23 11:23:31 2015 -0500
Committer: Aaron Mihalik <mi...@alum.mit.edu>
Committed: Wed Dec 23 11:23:31 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/2b30478c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dcbba4c..4d55822 100644
--- a/pom.xml
+++ b/pom.xml
@@ -608,6 +608,37 @@ under the License.
                         </execution>
                     </executions>
                 </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>