You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by wa...@apache.org on 2016/10/20 01:17:28 UTC

asterixdb git commit: Ignore analyze-only plugin on Eclipse

Repository: asterixdb
Updated Branches:
  refs/heads/master 9cfa4dd84 -> 6ae219d92


Ignore analyze-only plugin on Eclipse

 - Let the Eclipse ignore analyze-only plugin since
   there is no m2e connector for this.

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


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

Branch: refs/heads/master
Commit: 6ae219d92d6f2aca65bb011c99d569ef5a2e0d80
Parents: 9cfa4dd
Author: Taewoo Kim <wa...@yahoo.com>
Authored: Wed Oct 19 17:32:35 2016 -0700
Committer: Taewoo Kim <wa...@yahoo.com>
Committed: Wed Oct 19 18:16:55 2016 -0700

----------------------------------------------------------------------
 asterixdb/pom.xml         | 13 +++++++++++++
 hyracks-fullstack/pom.xml | 13 +++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/6ae219d9/asterixdb/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 161a625..503c44c 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -369,6 +369,19 @@
                     <ignore></ignore>
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <versionRange>[2.10,)</versionRange>
+                    <goals>
+                      <goal>analyze-only</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/6ae219d9/hyracks-fullstack/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index af536e1..cf618f7 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -388,6 +388,19 @@
                     <ignore />
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <versionRange>[2.10,)</versionRange>
+                    <goals>
+                      <goal>analyze-only</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore></ignore>
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>