From 989fae9e1720ae0339286d3775dcd5af603e344f Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Sun, 2 Jul 2006 00:16:06 +0000 Subject: [PATCH] Trying putting struts2 in the artifact id rather than the group id. This works better when having maven generate IDE projects so that they don't conflict with Struts 1 artifacts. Also fixed up a few other poms. WW-1367 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@418532 13f79535-47bb-0310-9956-ffa450edef68 --- api/pom.xml | 8 ++++---- apps/blank/pom.xml | 8 ++++---- apps/pom.xml | 10 +++++----- apps/portlet/pom.xml | 8 ++++---- apps/shopping-cart/pom.xml | 8 ++++---- apps/showcase/pom.xml | 8 ++++---- apps/starter/pom.xml | 8 ++++---- archetype/pom.xml | 2 +- core/pom.xml | 6 +++--- extras/pom.xml | 10 +++++----- pom.xml | 2 +- uber/pom.xml | 30 ++++++++++-------------------- 12 files changed, 49 insertions(+), 59 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 3d8423c87..7384ba4ae 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts.action2 - struts-action2-parent + org.apache.struts2 + struts2-parent 2.0-SNAPSHOT - org.apache.struts.action2 - struts-api + org.apache.struts + struts2-api jar Struts 2 API diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml index 60cf16132..b051599af 100644 --- a/apps/blank/pom.xml +++ b/apps/blank/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 - struts-apps + org.apache.struts + struts2-apps 2.0-SNAPSHOT - org.apache.struts2 - struts-blank + org.apache.struts + struts2-blank war Blank Webapp diff --git a/apps/pom.xml b/apps/pom.xml index 45f1cf901..d01b3e2f0 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 + org.apache.struts struts2-parent 2.0-SNAPSHOT - org.apache.struts2 - struts-apps + org.apache.struts + struts2-apps pom Webapps @@ -121,8 +121,8 @@ - org.apache.struts2 - struts-core + org.apache.struts + struts2-core ${pom.version} diff --git a/apps/portlet/pom.xml b/apps/portlet/pom.xml index 40acd0770..d7ebd4ba6 100644 --- a/apps/portlet/pom.xml +++ b/apps/portlet/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 - struts-apps + org.apache.struts + struts2-apps 2.0-SNAPSHOT - org.apache.struts2 - struts-portlet + org.apache.struts + struts2-portlet war Portlet Webapp diff --git a/apps/shopping-cart/pom.xml b/apps/shopping-cart/pom.xml index 84cad30c1..4815ec378 100644 --- a/apps/shopping-cart/pom.xml +++ b/apps/shopping-cart/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 - struts-apps + org.apache.struts + struts2-apps 2.0-SNAPSHOT - org.apache.struts2 - struts-shopping-cart + org.apache.struts + struts2-shopping-cart war Shopping Cart Webapp diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index fe01e74b0..aac4f209c 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 - struts-apps + org.apache.struts + struts2-apps 2.0-SNAPSHOT - org.apache.struts2 - struts-showcase + org.apache.struts + struts2-showcase war Showcase Webapp diff --git a/apps/starter/pom.xml b/apps/starter/pom.xml index d1ba0f035..1773204ee 100644 --- a/apps/starter/pom.xml +++ b/apps/starter/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 - struts-apps + org.apache.struts + struts2-apps 2.0-SNAPSHOT - org.apache.struts2 - struts-starter + org.apache.struts + struts2-starter war Starter Webapp diff --git a/archetype/pom.xml b/archetype/pom.xml index 8f5295b2c..e1b4b2af6 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - org.apache.struts.action2 + org.apache.struts struts2-archetype-quickstart 1.0-SNAPSHOT maven-plugin diff --git a/core/pom.xml b/core/pom.xml index 1bc6ad18b..b7097413d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 + org.apache.struts struts2-parent 2.0-SNAPSHOT - org.apache.struts2 - struts-core + org.apache.struts + struts2-core jar Struts 2 - Core diff --git a/extras/pom.xml b/extras/pom.xml index bacd23ad8..6dfef9a79 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 + org.apache.struts struts2-parent 2.0-SNAPSHOT - org.apache.struts2 - struts-extras + org.apache.struts + struts2-extras jar Struts Extras @@ -29,8 +29,8 @@ - org.apache.struts2 - struts-core + org.apache.struts + struts2-core ${pom.version} diff --git a/pom.xml b/pom.xml index b94a78a24..b3b67004a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 4.0.0 - org.apache.struts2 + org.apache.struts struts2-parent 2.0-SNAPSHOT pom diff --git a/uber/pom.xml b/uber/pom.xml index 22ecdbe67..ac36c693a 100644 --- a/uber/pom.xml +++ b/uber/pom.xml @@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.apache.struts2 - struts-action2-parent + org.apache.struts + struts2-parent 2.0-SNAPSHOT - org.apache.struts2 - action-all + org.apache.struts + struts2-all pom Uber Jar @@ -34,28 +34,18 @@ - org.apache.struts2 - action-api + org.apache.struts + struts2-api test - org.apache.struts2 - action + org.apache.struts + struts2-core test - org.apache.struts2 - action-jasperreports - test - - - org.apache.struts2 - action-jfreechart - test - - - org.apache.struts2 - action-pell-file-upload + org.apache.struts + struts2-extras test