diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 5b63c34b46..32bd71366e 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -127,13 +127,13 @@ org.alfresco - alfresco-rm-enterprise-share + ${alfresco.rm.share} ${project.version} amp org.alfresco - alfresco-rm-enterprise-repo + ${alfresco.rm.repo} ${project.version} amp @@ -157,7 +157,7 @@ process-test-resources true - ${project.build.directory}/amps/alfresco-rm-enterprise-repo-${project.version}.amp + ${project.build.directory}/amps/${alfresco.rm.repo}-${project.version}.amp ${project.build.directory}/alf-installation/tomcat/webapps/alfresco.war @@ -169,7 +169,7 @@ process-test-resources true - ${project.build.directory}/amps/alfresco-rm-enterprise-share-${project.version}.amp + ${project.build.directory}/amps/${alfresco.rm.share}-${project.version}.amp ${project.build.directory}/alf-installation/tomcat/webapps/share.war diff --git a/rm-automation/rm-automation-community-rest-api/pom.xml b/rm-automation/rm-automation-community-rest-api/pom.xml index 42b6aba536..317d05f586 100644 --- a/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/rm-automation/rm-automation-community-rest-api/pom.xml @@ -16,6 +16,8 @@ 1.8 testng.xml true + alfresco-rm-community-share + alfresco-rm-community-repo