Author: jmitchell
Date: Wed Mar 16 19:11:31 2005
New Revision: 157870
URL: http://svn.apache.org/viewcvs?view=rev&rev=157870
Log:
forgot to add jar:install so dependent subprojects can reuse each others
artifacts
Modified:
struts/build/trunk/maven.xml
Modified: struts/build/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/struts/build/trunk/maven.xml?view=diff&r1=157869&r2=157870
==============================================================================
--- struts/build/trunk/maven.xml (original)
+++ struts/build/trunk/maven.xml Wed Mar 16 19:11:31 2005
@@ -69,6 +69,10 @@
</goal>
+ <postGoal name="dist">
+ <attainGoal name="jar:install"/>
+ </postGoal>
+
<postGoal name="dist:prepare-bin-filesystem">
<!-- Copy Instructions and Readmes -->
<ant:copy todir="${maven.dist.bin.assembly.dir}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]