You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/10/01 21:16:48 UTC

svn commit: r700877 - /jakarta/cactus/trunk/samples/ejb/pom.xml

Author: ptahchiev
Date: Wed Oct  1 12:16:48 2008
New Revision: 700877

URL: http://svn.apache.org/viewvc?rev=700877&view=rev
Log:
changed the name of the directory the cactus tests are stored.

Modified:
    jakarta/cactus/trunk/samples/ejb/pom.xml

Modified: jakarta/cactus/trunk/samples/ejb/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/pom.xml?rev=700877&r1=700876&r2=700877&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb/pom.xml (original)
+++ jakarta/cactus/trunk/samples/ejb/pom.xml Wed Oct  1 12:16:48 2008
@@ -181,7 +181,7 @@
 							</dependency>
 						</libDependencies>
 						<testClasses>
-							<directory>target/classes</directory>
+							<directory>target/test-classes</directory>
 							<includes>
 								<include>**/*Test*.*</include>
 							</includes>
@@ -259,8 +259,8 @@
 							<skip>false</skip>
 							<!--The next line is because we need the tests in src/main/java to ensure
 											that the classes are included in the archive.-->
-							<testSourceDirectory>src/main/java</testSourceDirectory>
-							<testClassesDirectory>target/classes</testClassesDirectory>
+							<!--testSourceDirectory>src/main/java</testSourceDirectory>
+							<testClassesDirectory>target/classes</testClassesDirectory-->
 							<systemProperties>
 								<property>
 									<name>cactus.contextURL</name>



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