You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2010/09/23 06:04:06 UTC

svn commit: r1000303 - /incubator/oodt/trunk/xmlps/pom.xml

Author: mattmann
Date: Thu Sep 23 04:04:05 2010
New Revision: 1000303

URL: http://svn.apache.org/viewvc?rev=1000303&view=rev
Log:
- declare different test source so Javadoc plugin works

Modified:
    incubator/oodt/trunk/xmlps/pom.xml

Modified: incubator/oodt/trunk/xmlps/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/xmlps/pom.xml?rev=1000303&r1=1000302&r2=1000303&view=diff
==============================================================================
--- incubator/oodt/trunk/xmlps/pom.xml (original)
+++ incubator/oodt/trunk/xmlps/pom.xml Thu Sep 23 04:04:05 2010
@@ -35,6 +35,7 @@
 	  for rapid deployment and integration.
 	</description>
 	<build>
+	 <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
 		<resources>
 			<resource>
 				<targetPath>org/apache/oodt/xmlps</targetPath>