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 2011/03/07 06:21:50 UTC

svn commit: r1078687 - /lucene/dev/branches/lucene_solr_3_1/solr/build.xml

Author: sarowe
Date: Mon Mar  7 05:21:50 2011
New Revision: 1078687

URL: http://svn.apache.org/viewvc?rev=1078687&view=rev
Log:
pre-requisites adjusted for generate-maven-artifacts target

Modified:
    lucene/dev/branches/lucene_solr_3_1/solr/build.xml

Modified: lucene/dev/branches/lucene_solr_3_1/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/build.xml?rev=1078687&r1=1078686&r2=1078687&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/build.xml (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/build.xml Mon Mar  7 05:21:50 2011
@@ -968,7 +968,7 @@
 	</tar>
   </target>
 
-  <target name="generate-maven-artifacts" depends="maven.ant.tasks-check, create-package">
+  <target name="generate-maven-artifacts" depends="maven.ant.tasks-check,dist,dist-src,dist-javadoc">
     <sequential>
       <ant target="get-maven-poms" dir=".."/>