diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml index 8f03ff1fc..61dd8b69b 100644 --- a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/pom.xml @@ -39,6 +39,12 @@ 1.1.3 + + log4j + log4j + 1.2.17 + + junit junit @@ -84,7 +90,7 @@ 10 \${basedir}/src/main/webapp/ - /struts2-blank + \${artifactId} \${basedir}/src/main/webapp/WEB-INF/web.xml diff --git a/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml index dad3ba772..1741c343d 100644 --- a/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-convention/src/main/resources/archetype-resources/pom.xml @@ -45,6 +45,12 @@ 1.1.3 + + log4j + log4j + 1.2.17 + + junit junit @@ -98,7 +104,7 @@ 10 \${basedir}/src/main/webapp/ - /struts2-convention + \${artifactId} \${basedir}/src/main/webapp/WEB-INF/web.xml diff --git a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml index 22784346c..0a872d835 100644 --- a/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/struts2-archetype-starter/src/main/resources/archetype-resources/pom.xml @@ -69,6 +69,18 @@ 1.3 + + commons-logging + commons-logging + 1.1.3 + + + + log4j + log4j + 1.2.17 + + uk.ltd.getahead @@ -107,7 +119,7 @@ 10 \${basedir}/src/main/webapp/ - /struts2-showcase + \${artifactId} \${basedir}/src/main/webapp/WEB-INF/web.xml