You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Steven A Rowe <sa...@syr.edu> on 2012/04/18 06:46:01 UTC

RE: svn commit: r1327370 - /lucene/dev/trunk/lucene/build.xml

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: rmuir@apache.org [mailto:rmuir@apache.org] 
Sent: Tuesday, April 17, 2012 11:50 PM
To: commits@lucene.apache.org
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>



Re: svn commit: r1327370 - /lucene/dev/trunk/lucene/build.xml

Posted by Robert Muir <rc...@gmail.com>.
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 <sa...@syr.edu> 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: rmuir@apache.org [mailto:rmuir@apache.org]
> Sent: Tuesday, April 17, 2012 11:50 PM
> To: commits@lucene.apache.org
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org