You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/04/02 23:04:40 UTC

svn commit: r1308564 - /lucene/dev/branches/branch_3x/build.xml

Author: sarowe
Date: Mon Apr  2 21:04:40 2012
New Revision: 1308564

URL: http://svn.apache.org/viewvc?rev=1308564&view=rev
Log:
LUCENE-3930: Maven configuration: add resolve dependency to get-maven-poms, to enable bootstrap profile installation to user's local repository

Modified:
    lucene/dev/branches/branch_3x/build.xml

Modified: lucene/dev/branches/branch_3x/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/build.xml?rev=1308564&r1=1308563&r2=1308564&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/build.xml (original)
+++ lucene/dev/branches/branch_3x/build.xml Mon Apr  2 21:04:40 2012
@@ -63,7 +63,7 @@
   </target>
 
   <property name="version" value="3.6-SNAPSHOT"/>
-  <target name="get-maven-poms"
+  <target name="get-maven-poms" depends="resolve"
           description="Copy Maven POMs from dev-tools/maven/ to their target locations">
     <copy todir="." overwrite="true">
       <fileset dir="${basedir}/dev-tools/maven"/>