You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/01/03 12:33:01 UTC

svn commit: r1428297 - /lucene/dev/trunk/solr/build.xml

Author: uschindler
Date: Thu Jan  3 11:33:00 2013
New Revision: 1428297

URL: http://svn.apache.org/viewvc?rev=1428297&view=rev
Log:
Improve permgen usage on maven artifact build

Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1428297&r1=1428296&r2=1428297&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Thu Jan  3 11:33:00 2013
@@ -567,8 +567,8 @@
     <contrib-crawl target="-ecj-javadoc-lint"/>
   </target>
 
-  <!-- install-maven-tasks is *not* a useless dependency. do not remove -->
-  <target name="generate-maven-artifacts" depends="install-maven-tasks">
+  <!-- install-maven-tasks and define-lucene-javadoc-url are *not* a useless dependencies. Do not remove! -->
+  <target name="generate-maven-artifacts" depends="install-maven-tasks,define-lucene-javadoc-url">
     <sequential>
       <subant target="dist-maven" inheritall="false" >
         <propertyset refid="uptodate.and.compiled.properties"/>