vmassol 2004/05/14 06:10:34
Modified: framework maven.xml
Log:
Added j2ee specific tests to sources. Howeer it's still not working as the
<unitTest> resource element only looks for tests in unitTestSourceDirectory and not in
maven.test.compile.src.set
Revision Changes Path
1.8 +4 -0 jakarta-cactus/framework/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maven.xml 9 Apr 2004 16:53:14 -0000 1.7
+++ maven.xml 14 May 2004 13:10:34 -0000 1.8
@@ -14,6 +14,10 @@
location="${pom.build.sourceDirectory}/../j2ee${cactus.j2ee.version}"/>
<maven:addPath id="maven.compile.src.set"
refid="maven.j2ee.compile.src.set"/>
+ <path id="maven.j2ee.test.compile.src.set"
+
location="${pom.build.unitTestSourceDirectory}/../j2ee${cactus.j2ee.version}"/>
+ <maven:addPath id="maven.test.compile.src.set"
+ refid="maven.j2ee.test.compile.src.set"/>
</goal>
<preGoal name="java:compile">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]