You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2013/04/06 12:21:18 UTC

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

Author: sebb
Date: Sat Apr  6 10:21:17 2013
New Revision: 1465219

URL: http://svn.apache.org/r1465219
Log:
Initial stab at converting codec to M2 build

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=1465219&r1=1465218&r2=1465219&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sat Apr  6 10:21:17 2013
@@ -211,18 +211,16 @@
     <description>Commons Encoding/Decoding Package</description>
     <url href="http://commons.apache.org/codec/"/>
 
-    <ant basedir="codec" target="dist">
-      <property name="component.version"  value="@@DATE@@"/>
-    </ant>
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
+    <mvn2 basedir="codec" goal="package">
+      <property name="skipTests" value="false"/> <!-- can change this later if needed -->
+    </mvn2>
 
-    <!-- tests -->
-    <depend project="junit"/>
-    <work nested="codec/target/classes"/>
-    <work nested="codec/target/test-classes"/>
-    <jar name="codec/dist/commons-codec-@@DATE@@.jar"/>
+    <option project="bootstrap-ant"/>
+    <option project="junit"/>
+    <option project="velocity-engine"/>
+    <option project="xpp"/>
+
+    <jar name="codec/target/commons-codec-*[0-9T].jar"/>
     <license name="LICENSE.txt"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>