You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/03/16 07:02:47 UTC

svn commit: r157699 - struts/apps/trunk/maven.xml

Author: jmitchell
Date: Tue Mar 15 22:02:46 2005
New Revision: 157699

URL: http://svn.apache.org/viewcvs?view=rev&rev=157699
Log:
add a hack for overriding the copy-distribution goal since the Maven reactor won't allow multiple excludes (or I haven't figured out how ;)

Modified:
    struts/apps/trunk/maven.xml

Modified: struts/apps/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/struts/apps/trunk/maven.xml?view=diff&r1=157698&r2=157699
==============================================================================
--- struts/apps/trunk/maven.xml (original)
+++ struts/apps/trunk/maven.xml Tue Mar 15 22:02:46 2005
@@ -84,4 +84,8 @@
 	  
 	</postGoal>
 	
+	<goal name="copy-distribution">
+	   <!-- override -->
+	</goal>
+	
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org