From ed7e5e2eadfb28708afc083ee175a6bb3547056c Mon Sep 17 00:00:00 2001 From: Martin Bergljung Date: Tue, 28 Apr 2015 15:21:44 +0100 Subject: [PATCH] DEVPLAT-49 - Split clear-caches-refresh-ws profile into one for repo and one for share and make port number configurable --- .../archetype-resources/share-amp/pom.xml | 3 - poms/alfresco-sdk-parent/pom.xml | 120 ++++++++++++++---- 2 files changed, 95 insertions(+), 28 deletions(-) diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml index 567931ad..454344ae 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/share-amp/pom.xml @@ -23,9 +23,6 @@ Allowed values: alfresco | share. In this case it's configured to use OOTB share --> share - - 8081 - http://localhost:8080/alfresco diff --git a/poms/alfresco-sdk-parent/pom.xml b/poms/alfresco-sdk-parent/pom.xml index a631b28c..23e98293 100644 --- a/poms/alfresco-sdk-parent/pom.xml +++ b/poms/alfresco-sdk-parent/pom.xml @@ -151,6 +151,10 @@ --> 2.0.1-SNAPSHOT + + 8080 + 1.4.185 @@ -407,6 +411,25 @@ + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + + compile + + execute + + + + @@ -496,12 +519,73 @@ - clear-caches-refresh-ws + refresh-share + + + org.codehaus.groovy.modules.http-builder + http-builder + 0.7.1 + + + + + + org.codehaus.groovy.maven + gmaven-plugin + + + + + ${maven.tomcat.port} + + + + + + + + + + + + + + + + refresh-repo org.codehaus.groovy.modules.http-builder @@ -517,42 +601,28 @@ 1.0 - - compile - - execute - + + ${maven.tomcat.port} + +