You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dd...@apache.org on 2008/10/20 14:25:24 UTC

svn commit: r706257 - /portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/pom.xml

Author: ddam
Date: Mon Oct 20 05:25:24 2008
New Revision: 706257

URL: http://svn.apache.org/viewvc?rev=706257&view=rev
Log:
fix archetype pom

Modified:
    portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/pom.xml

Modified: portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/pom.xml?rev=706257&r1=706256&r2=706257&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/maven/jetspeed-archetype/pom.xml Mon Oct 20 05:25:24 2008
@@ -1,63 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
   
-  http://www.apache.org/licenses/LICENSE-2.0
+   http://www.apache.org/licenses/LICENSE-2.0
   
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-  
-  $Id: pom.xml 678019 2008-07-18 19:57:49Z ate $
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
   <modelVersion>4.0.0</modelVersion>
-  <prerequisites>
-    <maven>2.0.9</maven>
-  </prerequisites>
-
+  
   <artifactId>jetspeed-archetype</artifactId>
-  <name>Jetspeed-2 Maven Plugins</name>
-  <description>Jetspeed-2 Maven Plugins</description>
+  <description>Jetspeed 2 Deploy Maven Plugin</description>
+  <name>jetspeed-archetype</name>
+  <packaging>maven-archetype</packaging>
   <parent>
     <groupId>org.apache.portals.jetspeed-2</groupId>
-    <artifactId>jetspeed-2</artifactId>
+    <artifactId>maven</artifactId>
     <version>2.2-SNAPSHOT</version>
   </parent>
-  <packaging>jar</packaging>
-<!--
-  <modules>
-    <module>jetspeed-maven-utils</module>
-    <module>jetspeed-mvn-maven-plugin</module>
-    <module>jetspeed-unpack-maven-plugin</module>
-    <module>jetspeed-deploy-maven-plugin</module>
-    <module>jetspeed-db-maven-plugin</module>
-    <module>jetspeed-archetype</module>
-  </modules>
-
--->
-  <reporting>
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.0-alpha-3</version>
+      </extension>
+    </extensions>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>            
-            <reports>              
-            </reports>
-          </reportSet>
-        </reportSets>
+        <artifactId>maven-archetype-plugin</artifactId>
+        <version>2.0-alpha-3</version>
+        <extensions>true</extensions>
       </plugin>
     </plugins>
-  </reporting>
-
-</project>
+  </build>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org