Updated Branches:
  refs/heads/trunk a861c53e6 -> 2bc79a074

fix mvn-install target
patch by stunnicliffe reviewed by dbrosius for CASSANDRA-5532


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

Branch: refs/heads/trunk
Commit: 2bc79a07474e48d57d9c17d2e597048006ff7bf2
Parents: a861c53
Author: Dave Brosius <dbros...@apache.org>
Authored: Wed May 1 23:48:12 2013 -0400
Committer: Dave Brosius <dbros...@apache.org>
Committed: Wed May 1 23:48:12 2013 -0400

----------------------------------------------------------------------
 build.xml |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2bc79a07/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index ec2e90a..207ba1a 100644
--- a/build.xml
+++ b/build.xml
@@ -523,7 +523,7 @@
       </artifact:pom>
     </target>
 
-    <target name="_maven-ant-tasks-retrieve-build" 
depends="maven-declare-dependencies">
+    <target name="maven-ant-tasks-retrieve-build" 
depends="maven-declare-dependencies" unless="without.maven">
       <artifact:dependencies pomRefId="build-deps-pom"
                              filesetId="build-dependency-jars" 
                              sourcesFilesetId="build-dependency-sources" 
@@ -548,10 +548,6 @@
       </copy>
     </target>
 
-    <target name="maven-ant-tasks-retrieve-build" unless="without.maven">
-      <antcall target="_maven-ant-tasks-retrieve-build" />
-    </target>
-
     <target name="maven-ant-tasks-retrieve-test" 
depends="maven-ant-tasks-init">
       <artifact:dependencies pomRefId="test-deps-pom"
                              filesetId="test-dependency-jars"

Reply via email to