From db4b7448bdba351bf965badf3efa4c2d64a65ba9 Mon Sep 17 00:00:00 2001 From: maoo Date: Tue, 3 Apr 2012 17:00:11 +0000 Subject: [PATCH] Issue #36 - Reproduced issue with 3.9.0 version of alfresco share archetype; added ${project.basedir} on every Maven occurrency, also within alfresco-extension and alfresco-amp projects git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@370 04253f4f-3451-0410-a141-5562f1e59037 --- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 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 c54a5435..855d392e 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 @@ -247,7 +247,7 @@ webapp - src/test/properties/${env}/alfresco-global.properties + ${project.basedir}/src/test/properties/${env}/alfresco-global.properties jetty:run-exploded diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml index c5b181ec..e753a3fd 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml @@ -211,7 +211,7 @@ alfresco-global.properties --> - src/main/properties/${env}/alfresco-global.properties + ${project.basedir}/src/main/properties/${env}/alfresco-global.properties - src/main/properties/${env}/application.properties + ${project.basedir}/src/main/properties/${env}/application.properties