Author: mattmann
Date: Thu Jan 22 02:28:47 2015
New Revision: 1653762
URL: http://svn.apache.org/r1653762
Log:
- fix test Java file location
Modified:
oodt/trunk/core/pom.xml
Modified: oodt/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1653762&r1=1653761&r2=1653762&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Thu Jan 22 02:28:47 2015
@@ -273,7 +273,7 @@ the License.
</scm>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
- <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+ <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>