You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by ma...@apache.org on 2011/06/26 01:21:36 UTC

svn commit: r1139665 - /incubator/gora/branches/0.1.1-incubating/pom.xml

Author: mattmann
Date: Sat Jun 25 23:21:35 2011
New Revision: 1139665

URL: http://svn.apache.org/viewvc?rev=1139665&view=rev
Log:
specify test source directory and source directory.

Modified:
    incubator/gora/branches/0.1.1-incubating/pom.xml

Modified: incubator/gora/branches/0.1.1-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/branches/0.1.1-incubating/pom.xml?rev=1139665&r1=1139664&r2=1139665&view=diff
==============================================================================
--- incubator/gora/branches/0.1.1-incubating/pom.xml (original)
+++ incubator/gora/branches/0.1.1-incubating/pom.xml Sat Jun 25 23:21:35 2011
@@ -37,6 +37,8 @@
       </scm>
 
     <build>
+        <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
+        <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>