You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/12/11 03:44:06 UTC

[28/52] [abbrv] phoenix git commit: PHOENIX-2466 Correct warning on maven-dependency-plugin in phoenix-core (Gabor Liptak)

PHOENIX-2466 Correct warning on maven-dependency-plugin in phoenix-core (Gabor Liptak)


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

Branch: refs/heads/calcite
Commit: d4a4376eb8daec8007a6cc257fdfeeee778762cf
Parents: 21e7c7d
Author: James Taylor <jt...@salesforce.com>
Authored: Mon Nov 30 14:21:16 2015 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Mon Nov 30 14:21:16 2015 -0800

----------------------------------------------------------------------
 phoenix-core/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d4a4376e/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index d003e8a..8fe7ecc 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -202,11 +202,9 @@
         <artifactId>maven-failsafe-plugin</artifactId>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <version>${maven-dependency-plugin.version}</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
             <!-- generates the file that will be used by the sandbox script in the dev env -->