thats why i didnt do any heavy-commit here (though prepare-release is slow) yet.
i think we can still fix this: e.g. the nightly maven job would just have a target like 'push-maven-artifacts: depends=xyz, package, javadocs' but prepare-release wouldn't need to re-package or re-javadocs since it already did that? On Wed, Apr 18, 2012 at 12:46 AM, Steven A Rowe <[email protected]> wrote: > 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> > > -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
