You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2005/12/08 21:16:42 UTC

svn commit: r355189 - /cocoon/whiteboard/maven2/cocoon-archetype-core/pom.xml

Author: jheymans
Date: Thu Dec  8 12:16:38 2005
New Revision: 355189

URL: http://svn.apache.org/viewcvs?rev=355189&view=rev
Log:
removing build extension, not needed for now

Modified:
    cocoon/whiteboard/maven2/cocoon-archetype-core/pom.xml

Modified: cocoon/whiteboard/maven2/cocoon-archetype-core/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/maven2/cocoon-archetype-core/pom.xml?rev=355189&r1=355188&r2=355189&view=diff
==============================================================================
--- cocoon/whiteboard/maven2/cocoon-archetype-core/pom.xml (original)
+++ cocoon/whiteboard/maven2/cocoon-archetype-core/pom.xml Thu Dec  8 12:16:38 2005
@@ -3,7 +3,7 @@
   <groupId>org.apache.cocoon.maven.archetypes</groupId>
   <artifactId>archetype-core</artifactId>
   <version>2.2.0-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
+  <name>Cocoon Core Archetype</name>
   <distributionManagement>
     <repository>
       <id>apache-maven-snapshot</id>
@@ -16,6 +16,7 @@
       <url>scpexe://cvs.apache.org/x1/www/cvs.apache.org/maven-snapshot-repository</url>
     </snapshotRepository>
   </distributionManagement>
+<!--
   <build>
     <extensions>
       <extension>
@@ -25,4 +26,5 @@
       </extension>
     </extensions>
   </build>
+-->
 </project>