From 12a17aef368fb2fbd84964ef510faefaa0109d79 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Thu, 25 Mar 2010 14:50:54 +0000 Subject: [PATCH] Adding archetypes as a new Maven module git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@927432 13f79535-47bb-0310-9956-ffa450edef68 --- achetypes/pom.xml | 51 +++++++++++++++++++ achetypes/struts2-archetype-blank/pom.xml | 8 +-- .../struts2-archetype-convention/pom.xml | 10 ++-- achetypes/struts2-archetype-dbportlet/pom.xml | 8 +-- achetypes/struts2-archetype-plugin/pom.xml | 8 +-- achetypes/struts2-archetype-portlet/pom.xml | 8 +-- achetypes/struts2-archetype-starter/pom.xml | 8 +-- 7 files changed, 75 insertions(+), 26 deletions(-) create mode 100644 achetypes/pom.xml diff --git a/achetypes/pom.xml b/achetypes/pom.xml new file mode 100644 index 000000000..2399e304d --- /dev/null +++ b/achetypes/pom.xml @@ -0,0 +1,51 @@ + + + + 4.0.0 + + org.apache.struts + struts2-parent + 2.2.0-SNAPSHOT + + org.apache.struts + struts2-archetypes + pom + Struts 2 Maven Archetypes + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ + + + + struts2-archetype-blank + struts2-archetype-convention + struts2-archetype-dbportlet + struts2-archetype-plugin + struts2-archetype-portlet + struts2-archetype-starter + + + diff --git a/achetypes/struts2-archetype-blank/pom.xml b/achetypes/struts2-archetype-blank/pom.xml index 6dc8b4a94..40b05c1aa 100644 --- a/achetypes/struts2-archetype-blank/pom.xml +++ b/achetypes/struts2-archetype-blank/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.struts - struts2-parent + struts2-archetypes 2.2.0-SNAPSHOT @@ -13,9 +13,9 @@ Struts 2 Archetypes - Blank - scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/ - scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-blank/ - http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-blank/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ diff --git a/achetypes/struts2-archetype-convention/pom.xml b/achetypes/struts2-archetype-convention/pom.xml index b1897e5a0..8eb6a6ae9 100644 --- a/achetypes/struts2-archetype-convention/pom.xml +++ b/achetypes/struts2-archetype-convention/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.struts - struts2-parent + struts2-archetypes 2.2.0-SNAPSHOT @@ -13,11 +13,9 @@ Struts 2 Archetypes - Blank Convention - scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-convention/ - - scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-convention/ - - http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-convention/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ diff --git a/achetypes/struts2-archetype-dbportlet/pom.xml b/achetypes/struts2-archetype-dbportlet/pom.xml index cd84947a8..ed2bd02af 100644 --- a/achetypes/struts2-archetype-dbportlet/pom.xml +++ b/achetypes/struts2-archetype-dbportlet/pom.xml @@ -3,7 +3,7 @@ org.apache.struts - struts2-parent + struts2-archetypes 2.2.0-SNAPSHOT @@ -13,9 +13,9 @@ Struts 2 Archetypes - Database Portlet - scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-dbportlet/ - scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-dbportlet/ - http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-dbportlet/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ + svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ diff --git a/achetypes/struts2-archetype-plugin/pom.xml b/achetypes/struts2-archetype-plugin/pom.xml index 93527c145..21e4dfd60 100644 --- a/achetypes/struts2-archetype-plugin/pom.xml +++ b/achetypes/struts2-archetype-plugin/pom.xml @@ -3,7 +3,7 @@ org.apache.struts - struts2-parent + struts2-archetypes 2.2.0-SNAPSHOT @@ -14,9 +14,9 @@ Struts 2 Archetypes - Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-plugin/ - scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-plugin/ - http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-plugin/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ diff --git a/achetypes/struts2-archetype-portlet/pom.xml b/achetypes/struts2-archetype-portlet/pom.xml index 95bd23a96..a99e14392 100644 --- a/achetypes/struts2-archetype-portlet/pom.xml +++ b/achetypes/struts2-archetype-portlet/pom.xml @@ -25,7 +25,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> org.apache.struts - struts2-parent + struts2-archetypes 2.2.0-SNAPSHOT @@ -36,9 +36,9 @@ Struts 2 Archetypes - Portlet - scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/ - scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-portlet/ - http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-portlet/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ diff --git a/achetypes/struts2-archetype-starter/pom.xml b/achetypes/struts2-archetype-starter/pom.xml index cce890a90..4fc42856b 100644 --- a/achetypes/struts2-archetype-starter/pom.xml +++ b/achetypes/struts2-archetype-starter/pom.xml @@ -3,7 +3,7 @@ org.apache.struts - struts2-parent + struts2-archetypes 2.2.0-SNAPSHOT @@ -14,9 +14,9 @@ Struts 2 Archetypes - Starter - scm:svn:http://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/ - scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/ - http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-starter/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/