Author: wsmoak
Date: Wed Mar  8 14:36:01 2006
New Revision: 384353

URL: http://svn.apache.org/viewcvs?rev=384353&view=rev
Log:
Exclude the core-library JUnit tests from the Maven 1 build.  The tests for the 
new design-time code are failing due to missing dependencies.

Modified:
    struts/shale/trunk/build/core-test/project.xml
    struts/shale/trunk/build/project.properties

Modified: struts/shale/trunk/build/core-test/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/core-test/project.xml?rev=384353&r1=384352&r2=384353&view=diff
==============================================================================
--- struts/shale/trunk/build/core-test/project.xml (original)
+++ struts/shale/trunk/build/core-test/project.xml Wed Mar  8 14:36:01 2006
@@ -18,6 +18,11 @@
 
 -->
 
+<!-- 
+         This module is currently excluded from the build.
+         To re-enable, modify the build/project.properties file.
+-->
+
 <project>
   <extend>../project.xml</extend>
   <artifactId>shale-core-test</artifactId>

Modified: struts/shale/trunk/build/project.properties
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.properties?rev=384353&r1=384352&r2=384353&view=diff
==============================================================================
--- struts/shale/trunk/build/project.properties (original)
+++ struts/shale/trunk/build/project.properties Wed Mar  8 14:36:01 2006
@@ -10,6 +10,7 @@
 
 maven.multiproject.basedir  = .
 maven.multiproject.includes = */project.xml
+maven.multiproject.excludes = core-test/project.xml
 maven.multiproject.aggregateDir = 
 
 maven.docs.src=${basedir}/../xdocs



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to