You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by eb...@apache.org on 2008/08/09 16:54:08 UTC

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

Author: ebourg
Date: Sat Aug  9 07:54:08 2008
New Revision: 684274

URL: http://svn.apache.org/viewvc?rev=684274&view=rev
Log:
Switched to maven 2 to build 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=684274&r1=684273&r2=684274&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sat Aug  9 07:54:08 2008
@@ -218,45 +218,18 @@
     <!-- Standard Maven target to produce Javadocs, source -->
     <!-- and binary distributions.                         -->
     
-    <maven basedir="configuration">
+    <mvn basedir="configuration" goal="package">
       <property name="maven.final.name" value="commons-configuration-@@DATE@@"/>
-      <depend property="maven.jar.commons-beanutils-core" project="commons-beanutils"/>
-      <depend property="maven.jar.mail" project="javamail"/>
-    </maven>
+    </mvn>
     
     <!-- All Maven projects need Ant and Xerces to build. -->
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
-
-    <depend project="commons-collections"/>
-    <depend project="commons-digester"/>
-    <depend project="commons-lang"/>
-    <depend project="commons-logging"/>
-    <depend project="commons-codec"/>
-    <depend project="commons-jxpath"/>
-    <depend project="jakarta-servletapi-5-servlet"/>
-    <depend project="xalan" />
-    
-    <!-- Test dependencies -->
-    <depend project="commons-pool"/>
-    <depend project="commons-dbcp"/>
-    <depend project="hsqldb"/>
-    <depend project="junit-addons"/>
-    <depend project="mockobjects"/>
-    
-    <option project="maven-tasks-plugin"/>
-    <option project="maven-findbugs-plugin"/>
-    <option project="maven-checkstyle-plugin"/>
-    <option project="maven-cobertura-plugin"/>
-    <option project="maven-changes-plugin"/>
-    <option project="maven-xdoc-plugin"/>
-    <option project="maven-jdiff-plugin"/>
-    <option project="maven-javadoc-plugin"/>
  
     <work nested="target/classes"/>
     <home nested="configuration/target"/>
-    <jar name="commons-configuration-@@DATE@@.jar"/>
+    <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;"/>