You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2005/03/26 06:10:58 UTC

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

Author: niallp
Date: Fri Mar 25 21:10:57 2005
New Revision: 159096

URL: http://svn.apache.org/viewcvs?view=rev&rev=159096
Log:
Correct multiproject "excludes" list in "apps" maven.xml
 - remove spaces from comma separated excludes list
 - add build/project.xml to excludes list

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=159095&r2=159096
==============================================================================
--- struts/apps/trunk/maven.xml (original)
+++ struts/apps/trunk/maven.xml Fri Mar 25 21:10:57 2005
@@ -20,13 +20,9 @@
                         banner="Building default mailreader app"
                         ignoreFailures="false"/>
 		
-		<!--
-		TODO - for some reason this next reactor is picking up dao/project.xml
-		even though it is explicitely excluded
-		-->
         <maven:reactor  basedir="${basedir}"
                         includes="*/project.xml"
-                        excludes="shared/project.xml, dao/project.xml"
+                        excludes="shared/project.xml,dao/project.xml,build/project.xml"
                         goals="java:compile,war:webapp,war:war"
                         banner="Building Struts apps"
                         ignoreFailures="false"/>



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