From 4fcde94b4211163cd577d89f152ae2c476dcfe98 Mon Sep 17 00:00:00 2001 From: mindthegab Date: Tue, 2 Jul 2013 17:33:23 +0000 Subject: [PATCH] - added -Prelease profile with all configurations - added automatic filtering of SDK version in archetypes - removed SCM definition (needs to tested) git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@690 04253f4f-3451-0410-a141-5562f1e59037 --- .../alfresco-allinone-archetype/pom.xml | 30 ++++ .../resources/archetype-resources/pom.xml | 2 +- archetypes/alfresco-amp-archetype/pom.xml | 36 ++++- .../resources/archetype-resources/pom.xml | 2 +- pom.xml | 146 ++++++++++-------- 5 files changed, 145 insertions(+), 71 deletions(-) diff --git a/archetypes/alfresco-allinone-archetype/pom.xml b/archetypes/alfresco-allinone-archetype/pom.xml index c3f00287..7e7bfbf2 100644 --- a/archetypes/alfresco-allinone-archetype/pom.xml +++ b/archetypes/alfresco-allinone-archetype/pom.xml @@ -14,5 +14,35 @@ 1.0.2-SNAPSHOT ../../pom.xml + + + + + src/main/resources + + archetype-resources/pom.xml + + true + + + src/main/resources + + archetype-resources/pom.xml + + false + + + + + maven-resources-plugin + + false + + @@ + + + + + diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml index 23295d60..34f5912c 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml @@ -11,7 +11,7 @@ org.alfresco.maven alfresco-sdk-parent - 1.0.2-SNAPSHOT + @@alfresco.sdk.parent.version@@