Thanks man. ------------------------ Chris Mattmann [email protected]
-----Original Message----- From: Tyler Palsulich <[email protected]> Reply-To: <[email protected]> Date: Thursday, January 22, 2015 at 2:34 PM To: dev <[email protected]> Subject: Re: svn commit: r1653762 - /oodt/trunk/core/pom.xml >Thanks, Chris. Nice catch from OODT-762. > >Tyler > >On Wed, Jan 21, 2015 at 9:28 PM, <[email protected]> wrote: > >> 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=16537 >>61&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> >> >> >>
