From 591728eb31a90edab036798c7ddce75520fdd277 Mon Sep 17 00:00:00 2001 From: Oana Nechiforescu Date: Sun, 9 Apr 2017 19:42:07 +0300 Subject: [PATCH] The only pom changes needed for release 2.5. --- rm-automation/pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 4 deletions(-) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 5121f23ad8..1e82d8ca5a 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -224,6 +224,87 @@ + + + + + apply-rm-community + + + + maven-dependency-plugin + + + fetch-amps + process-test-resources + + copy + + + + + org.alfresco + alfresco-rm-community-share + ${project.version} + amp + + + org.alfresco + alfresco-rm-community-repo + ${project.version} + amp + + + ${project.build.directory}/amps + true + + + + + + org.alfresco.maven.plugin + alfresco-maven-plugin + true + + + install-community-repo-amp + + install + + process-test-resources + + true + + ${project.build.directory}/amps/alfresco-rm-community-repo-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war + + + + + install-community-share-amp + + install + + process-test-resources + + true + + ${project.build.directory}/amps/alfresco-rm-community-share-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/share.war + + + + + + + + + + apply-rm-enterprise + + maven-dependency-plugin @@ -267,8 +348,11 @@ process-test-resources true - ${project.build.directory}/amps/alfresco-rm-enterprise-repo-${project.version}.amp - ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war + + ${project.build.directory}/amps/alfresco-rm-enterprise-repo-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war + @@ -279,8 +363,11 @@ process-test-resources true - ${project.build.directory}/amps/alfresco-rm-enterprise-share-${project.version}.amp - ${project.build.directory}/alf-installation/tomcat/webapps/share.war + + ${project.build.directory}/amps/alfresco-rm-enterprise-share-${project.version}.amp + + ${project.build.directory}/alf-installation/tomcat/webapps/share.war +