You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/02/14 11:16:04 UTC

svn commit: r744460 - /gump/metadata/project/rat.xml

Author: bodewig
Date: Sat Feb 14 10:16:04 2009
New Revision: 744460

URL: http://svn.apache.org/viewvc?rev=744460&view=rev
Log:
split tests from build

Modified:
    gump/metadata/project/rat.xml

Modified: gump/metadata/project/rat.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/rat.xml?rev=744460&r1=744459&r2=744460&view=diff
==============================================================================
--- gump/metadata/project/rat.xml (original)
+++ gump/metadata/project/rat.xml Sat Feb 14 10:16:04 2009
@@ -24,16 +24,24 @@
 
   <svn repository="apache-incubator-svn" dir="rat/main/trunk/rat"/>
 
-  <!-- build -->
   <project name="rat">
     <package>org.apache.rat</package>
-    <mvn separateLocalRepository="true"/>
+    <mvn separateLocalRepository="true">
+      <property name="maven.test.skip" value="true"/>
+    </mvn>
     <option project="ant"/>
     <option project="antunit"/>
     <option project="commons-cli"/>
     <option project="commons-collections"/>
     <option project="commons-lang"/>
     <option project="junit"/>
+    <jar name="rat-core/target/rat-core-0.6-SNAPSHOT.jar" id="rat-core"/>
+  </project>
+  
+  <project name="rat-test">
+    <package>org.apache.rat</package>
+    <mvn separateLocalRepository="true"/>
+    <depend project="rat"/>
   </project>
   
 </module>