Robert, FYI, generate-maven-artifacts is also run from the nightly Jenkins 
Maven job to push snapshot artifacts to the ASF snapshot repository. - Steve

-----Original Message-----
From: [email protected] [mailto:[email protected]] 
Sent: Tuesday, April 17, 2012 11:50 PM
To: [email protected]
Subject: svn commit: r1327370 - /lucene/dev/trunk/lucene/build.xml

Author: rmuir
Date: Wed Apr 18 03:50:26 2012
New Revision: 1327370

URL: http://svn.apache.org/viewvc?rev=1327370&view=rev
Log:
add note about unnecessary dependencies in generate-maven-artifacts task

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

Modified: lucene/dev/trunk/lucene/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1327370&r1=1327369&r2=1327370&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/build.xml (original)
+++ lucene/dev/trunk/lucene/build.xml Wed Apr 18 03:50:26 2012
@@ -447,6 +447,9 @@
   </target>
 
 
+  <!-- TODO: these dependencies are bogus: we only
+       call this from prepare-release so it shouldn't require
+       'package' and 'javadocs' again -->
   <target name="generate-maven-artifacts"
           depends="install-maven-tasks, filter-pom-templates, package, 
javadocs">
     <sequential>


Reply via email to