diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 1e6d3439db..d98b337c2a 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -127,6 +127,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