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 2010/07/02 05:49:13 UTC

svn commit: r959843 - /gump/metadata/project/cocoon22.xml

Author: bodewig
Date: Fri Jul  2 03:49:13 2010
New Revision: 959843

URL: http://svn.apache.org/viewvc?rev=959843&view=rev
Log:
add cocoon-maven-plugin

Modified:
    gump/metadata/project/cocoon22.xml

Modified: gump/metadata/project/cocoon22.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cocoon22.xml?rev=959843&r1=959842&r2=959843&view=diff
==============================================================================
--- gump/metadata/project/cocoon22.xml (original)
+++ gump/metadata/project/cocoon22.xml Fri Jul  2 03:49:13 2010
@@ -49,6 +49,7 @@
       <property name="version" value="6-SNAPSHOT"/>
     </mvn>
     <depend project="cocoon22-parent"/>
+    <depend project="cocoon22-maven-plugin"/>
   </project>
 
   <project name="cocoon22-chaperon-impl">
@@ -462,6 +463,36 @@
          id="cocoon-xml-util"/>
   </project>
 
+  <project name="cocoon22-tools-modules">
+    <pom name="tools/pom.xml" id="cocoon-tools-modules"/>
+    <mvn goal="install:install-file" separateLocalRepository="cocoon22"
+         basedir="tools">
+      <property name="groupId" value="org.apache.cocoon"/>
+      <property name="artifactId" value="cocoon-tools-modules"/>
+      <property name="packaging" value="pom"/>
+      <property name="file" value="pom.xml"/>
+      <property name="version" value="5-SNAPSHOT"/>
+    </mvn>
+    <depend project="cocoon22-parent"/>
+  </project>
+
+  <project name="cocoon22-maven-plugin">
+    <depend project="cocoon22-tools-modules"/>
+    <mvn separateLocalRepository="cocoon22"
+         basedir="tools/cocoon-maven-plugin"
+         goal="install"/>
+    <option project="commons-configuration"/>
+    <option project="commons-io"/>
+    <option project="commons-lang3"/>
+    <option project="junit"/>
+    <option project="xalan"/>
+    <option project="xml-apis"/>
+    <pom name="tools/cocoon-maven-plugin/pom.xml"
+         id="cocoon-maven-plugin"/>
+    <jar name="tools/cocoon-maven-plugin/target/cocoon-maven-plugin-*[0-9T].jar"
+         id="gump-cocoon-maven-plugin"/>
+  </project>
+
   <project name="cocoon22-reactor">
     <mvn separateLocalRepository="cocoon22"/>