You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by bu...@apache.org on 2016/03/19 01:30:21 UTC

incubator-asterixdb git commit: Fix lifecycleMappingMetadata for rat in the pom (for Eclipse).

Repository: incubator-asterixdb
Updated Branches:
  refs/heads/master 532665863 -> 248f2f267


Fix lifecycleMappingMetadata for rat in the pom (for Eclipse).

Change-Id: Ib778e0218dc44e34417346dd9d0e459eddb0d17e
Reviewed-on: https://asterix-gerrit.ics.uci.edu/733
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Ian Maxon <im...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/248f2f26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/248f2f26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/248f2f26

Branch: refs/heads/master
Commit: 248f2f267910a2b6d8d25293877828c8116db58c
Parents: 5326658
Author: Yingyi Bu <yi...@couchbase.com>
Authored: Fri Mar 18 16:39:56 2016 -0700
Committer: Yingyi Bu <bu...@gmail.com>
Committed: Fri Mar 18 17:17:11 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/248f2f26/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dcabb5b..b087991 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,19 @@
                                         <ignore></ignore>
                                     </action>
                                 </pluginExecution>
+                                <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>