Yingyi Bu has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/733
Change subject: Fix lifecycleMappingMetadata for rat in the pom (for Eclipse).
......................................................................
Fix lifecycleMappingMetadata for rat in the pom (for Eclipse).
Change-Id: Ib778e0218dc44e34417346dd9d0e459eddb0d17e
---
M pom.xml
1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/33/733/1
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>
--
To view, visit https://asterix-gerrit.ics.uci.edu/733
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib778e0218dc44e34417346dd9d0e459eddb0d17e
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Yingyi Bu <[email protected]>