Author: wsmoak
Date: Thu Jun 1 21:36:46 2006
New Revision: 411030
URL: http://svn.apache.org/viewvc?rev=411030&view=rev
Log:
[SHALE-179] Maven 2 reorg - core tests
* Configure the 'documentRoot' system property for unit tests.
Modified:
struts/shale/branches/mvn_reorg/core-library/pom.xml
Modified: struts/shale/branches/mvn_reorg/core-library/pom.xml
URL:
http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/core-library/pom.xml?rev=411030&r1=411029&r2=411030&view=diff
==============================================================================
--- struts/shale/branches/mvn_reorg/core-library/pom.xml (original)
+++ struts/shale/branches/mvn_reorg/core-library/pom.xml Thu Jun 1 21:36:46
2006
@@ -62,4 +62,21 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <systemProperties>
+ <property>
+ <name>documentRoot</name>
+ <value>${basedir}/target/test-classes</value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>