You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/28 02:44:15 UTC

svn commit: r1306084 - /lucene/dev/branches/lucene3930/lucene/common-build.xml

Author: rmuir
Date: Wed Mar 28 00:44:15 2012
New Revision: 1306084

URL: http://svn.apache.org/viewvc?rev=1306084&view=rev
Log:
LUCENE-3930: add missing property

Modified:
    lucene/dev/branches/lucene3930/lucene/common-build.xml

Modified: lucene/dev/branches/lucene3930/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/lucene/common-build.xml?rev=1306084&r1=1306083&r2=1306084&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/lucene/common-build.xml (original)
+++ lucene/dev/branches/lucene3930/lucene/common-build.xml Wed Mar 28 00:44:15 2012
@@ -806,6 +806,7 @@
   </target>
 
   <target name="install-maven-tasks" depends="install-ivy" unless="maven-tasks.uptodate">
+    <property name="maven-tasks.uptodate" value="true"/>
     <ivy:cachepath organisation="org.apache.maven" module="maven-ant-tasks" revision="2.1.3"
              inline="true" conf="master" pathid="maven-ant-tasks.classpath"/>
     <taskdef resource="org/apache/maven/artifact/ant/antlib.xml"