From 97ae65c7a3701a541722f293bf54b3d2e3886c8b Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 28 Jan 2013 20:17:03 +0000 Subject: [PATCH] WW-3974 solves problem with parsing properties git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1439606 13f79535-47bb-0310-9956-ffa450edef68 --- archetypes/struts2-archetype-portlet/pom.xml | 7 ------- .../src/main/resources/archetype-resources/pom.xml | 14 +++++++------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/archetypes/struts2-archetype-portlet/pom.xml b/archetypes/struts2-archetype-portlet/pom.xml index 944b41d5d..596e33410 100644 --- a/archetypes/struts2-archetype-portlet/pom.xml +++ b/archetypes/struts2-archetype-portlet/pom.xml @@ -25,13 +25,6 @@ src/main/resources - true - - **/*.* - - - - src/main/resources/archetype-resources/src false **/*.* diff --git a/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml index fe6699595..da4ae4027 100644 --- a/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-portlet/src/main/resources/archetype-resources/pom.xml @@ -3,11 +3,11 @@ 4.0.0 - \${groupId} - \${artifactId} - \${version} + ${groupId} + ${artifactId} + ${version} war - \${artifactId} + ${artifactId} UTF-8 @@ -25,13 +25,13 @@ org.apache.struts struts2-core - \${struts2.version} + ${struts2.version} org.apache.struts struts2-portlet-plugin - \${struts2.version} + ${struts2.version} @@ -68,7 +68,7 @@ maven-war-plugin ${plugin.war.version} - \${project.build.directory}/pluto-resources/web.xml + ${project.build.directory}/pluto-resources/web.xml