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 2008/08/14 06:28:45 UTC

svn commit: r685762 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Wed Aug 13 21:28:43 2008
New Revision: 685762

URL: http://svn.apache.org/viewvc?rev=685762&view=rev
Log:
split package and test of commons-configuration

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=685762&r1=685761&r2=685762&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Wed Aug 13 21:28:43 2008
@@ -215,22 +215,20 @@
 
  <project name="commons-configuration" groupId="commons-configuration">
     
-    <!-- Standard Maven target to produce Javadocs, source -->
-    <!-- and binary distributions.                         -->
-    
     <mvn basedir="configuration" goal="package" separateLocalRepository="true">
-      <property name="maven.final.name" value="commons-configuration-@@DATE@@"/>
+      <property name="maven.test.skip" value="true"/>
     </mvn>
     
-    <!-- All Maven projects need Ant and Xerces to build. -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
- 
-    <work nested="target/classes"/>
     <home nested="configuration/target"/>
     <jar name="commons-configuration-1.6-SNAPSHOT.jar"/>
-    <javadoc nested="docs/apidocs"/>
+    <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
+  </project>
+  
+ <project name="commons-configuration-test" groupId="commons-configuration">
+    
+    <mvn basedir="configuration" goal="test" separateLocalRepository="true"/>
+    
+    <depend project="commons-configuration"/>
  
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>