From f4e6dc30cddb5c0675b65beaae0cec64dad1e5a2 Mon Sep 17 00:00:00 2001 From: maoo Date: Wed, 4 Apr 2012 07:37:09 +0000 Subject: [PATCH] Issue #68 - Replaced ${artifactId} instances of the pom.xml archetype template of maven-alfresco-amp-archetype (which are replaced by the artifactId during archetype creation) with ${project.artifactId}, which is preserved and can be read and used by the archetype end user git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@373 04253f4f-3451-0410-a141-5562f1e59037 --- .../src/main/resources/archetype-resources/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml index 855d392e..350d83f9 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml @@ -70,7 +70,7 @@ --> local - ${artifactId}-webapp + ${project.artifactId}-webapp true src/main/config - alfresco/module/${artifactId} + alfresco/module/${project.artifactId} **README-* @@ -398,7 +398,7 @@