Author: lukaszlenart Date: Thu Mar 25 14:50:54 2010 New Revision: 927432 URL: http://svn.apache.org/viewvc?rev=927432&view=rev Log: Adding archetypes as a new Maven module
Added: struts/struts2/trunk/achetypes/pom.xml Modified: struts/struts2/trunk/achetypes/struts2-archetype-blank/pom.xml struts/struts2/trunk/achetypes/struts2-archetype-convention/pom.xml struts/struts2/trunk/achetypes/struts2-archetype-dbportlet/pom.xml struts/struts2/trunk/achetypes/struts2-archetype-plugin/pom.xml struts/struts2/trunk/achetypes/struts2-archetype-portlet/pom.xml struts/struts2/trunk/achetypes/struts2-archetype-starter/pom.xml Added: struts/struts2/trunk/achetypes/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/achetypes/pom.xml?rev=927432&view=auto ============================================================================== --- struts/struts2/trunk/achetypes/pom.xml (added) +++ struts/struts2/trunk/achetypes/pom.xml Thu Mar 25 14:50:54 2010 @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +/* + * $Id: pom.xml 820737 2009-10-01 18:03:21Z musachy $ + * + * 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 + * + * 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-parent</artifactId> + <version>2.2.0-SNAPSHOT</version> + </parent> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-archetypes</artifactId> + <packaging>pom</packaging> + <name>Struts 2 Maven Archetypes</name> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/</url> + </scm> + + <modules> + <module>struts2-archetype-blank</module> + <module>struts2-archetype-convention</module> + <module>struts2-archetype-dbportlet</module> + <module>struts2-archetype-plugin</module> + <module>struts2-archetype-portlet</module> + <module>struts2-archetype-starter</module> + </modules> + +</project> Modified: struts/struts2/trunk/achetypes/struts2-archetype-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/achetypes/struts2-archetype-blank/pom.xml?rev=927432&r1=927431&r2=927432&view=diff ============================================================================== --- struts/struts2/trunk/achetypes/struts2-archetype-blank/pom.xml (original) +++ struts/struts2/trunk/achetypes/struts2-archetype-blank/pom.xml Thu Mar 25 14:50:54 2010 @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.struts</groupId> - <artifactId>struts2-parent</artifactId> + <artifactId>struts2-archetypes</artifactId> <version>2.2.0-SNAPSHOT</version> </parent> @@ -13,9 +13,9 @@ <name>Struts 2 Archetypes - Blank</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/</developerConnection> - <url>http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/</url> </scm> <profiles> Modified: struts/struts2/trunk/achetypes/struts2-archetype-convention/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/achetypes/struts2-archetype-convention/pom.xml?rev=927432&r1=927431&r2=927432&view=diff ============================================================================== --- struts/struts2/trunk/achetypes/struts2-archetype-convention/pom.xml (original) +++ struts/struts2/trunk/achetypes/struts2-archetype-convention/pom.xml Thu Mar 25 14:50:54 2010 @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.struts</groupId> - <artifactId>struts2-parent</artifactId> + <artifactId>struts2-archetypes</artifactId> <version>2.2.0-SNAPSHOT</version> </parent> @@ -13,11 +13,9 @@ <name>Struts 2 Archetypes - Blank Convention</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-convention/</connection> - <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-convention/ - </developerConnection> - <url>http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-convention/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/</url> </scm> <profiles> Modified: struts/struts2/trunk/achetypes/struts2-archetype-dbportlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/achetypes/struts2-archetype-dbportlet/pom.xml?rev=927432&r1=927431&r2=927432&view=diff ============================================================================== --- struts/struts2/trunk/achetypes/struts2-archetype-dbportlet/pom.xml (original) +++ struts/struts2/trunk/achetypes/struts2-archetype-dbportlet/pom.xml Thu Mar 25 14:50:54 2010 @@ -3,7 +3,7 @@ <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"> <parent> <groupId>org.apache.struts</groupId> - <artifactId>struts2-parent</artifactId> + <artifactId>struts2-archetypes</artifactId> <version>2.2.0-SNAPSHOT</version> </parent> @@ -13,9 +13,9 @@ <name>Struts 2 Archetypes - Database Portlet</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-dbportlet/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-dbportlet/</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-dbportlet/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/</developerConnection> + <url>svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/</url> </scm> <profiles> Modified: struts/struts2/trunk/achetypes/struts2-archetype-plugin/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/achetypes/struts2-archetype-plugin/pom.xml?rev=927432&r1=927431&r2=927432&view=diff ============================================================================== --- struts/struts2/trunk/achetypes/struts2-archetype-plugin/pom.xml (original) +++ struts/struts2/trunk/achetypes/struts2-archetype-plugin/pom.xml Thu Mar 25 14:50:54 2010 @@ -3,7 +3,7 @@ <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"> <parent> <groupId>org.apache.struts</groupId> - <artifactId>struts2-parent</artifactId> + <artifactId>struts2-archetypes</artifactId> <version>2.2.0-SNAPSHOT</version> </parent> @@ -14,9 +14,9 @@ <name>Struts 2 Archetypes - Plugin</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-plugin/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-plugin/</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-plugin/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/</url> </scm> <profiles> Modified: struts/struts2/trunk/achetypes/struts2-archetype-portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/achetypes/struts2-archetype-portlet/pom.xml?rev=927432&r1=927431&r2=927432&view=diff ============================================================================== --- struts/struts2/trunk/achetypes/struts2-archetype-portlet/pom.xml (original) +++ struts/struts2/trunk/achetypes/struts2-archetype-portlet/pom.xml Thu Mar 25 14:50:54 2010 @@ -25,7 +25,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.struts</groupId> - <artifactId>struts2-parent</artifactId> + <artifactId>struts2-archetypes</artifactId> <version>2.2.0-SNAPSHOT</version> </parent> @@ -36,9 +36,9 @@ <name>Struts 2 Archetypes - Portlet</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-portlet/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/</url> </scm> <profiles> Modified: struts/struts2/trunk/achetypes/struts2-archetype-starter/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/achetypes/struts2-archetype-starter/pom.xml?rev=927432&r1=927431&r2=927432&view=diff ============================================================================== --- struts/struts2/trunk/achetypes/struts2-archetype-starter/pom.xml (original) +++ struts/struts2/trunk/achetypes/struts2-archetype-starter/pom.xml Thu Mar 25 14:50:54 2010 @@ -3,7 +3,7 @@ <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"> <parent> <groupId>org.apache.struts</groupId> - <artifactId>struts2-parent</artifactId> + <artifactId>struts2-archetypes</artifactId> <version>2.2.0-SNAPSHOT</version> </parent> @@ -14,9 +14,9 @@ <name>Struts 2 Archetypes - Starter</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-starter/</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/</url> </scm> <profiles>