From 75fb045771a1c2a50cbfc7e3ed9d351524f43f16 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Fri, 20 Dec 2013 17:17:54 +0000 Subject: [PATCH] RM-1107 (Mavenization of the RM build) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/UIAUTOMATION@59220 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- pom.xml | 29 +++++++++++++++++++++++++++++ rm-server/pom.xml | 40 ++++------------------------------------ 2 files changed, 33 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 1ffaa7c765..365ca4d48f 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,35 @@ + + org.alfresco.maven.plugin + alfresco-maven-plugin + ${maven.alfresco.version} + true + + true + ${project.build.directory}/${project.build.finalName}-amp.amp + ${project.build.directory}/${app.id}.war + amp + + + + maven-war-plugin + + + + org.alfresco + ${app.id} + war + + + org.alfresco + ${artifact.id} + amp + + + + diff --git a/rm-server/pom.xml b/rm-server/pom.xml index af919e4d73..b5afabb343 100644 --- a/rm-server/pom.xml +++ b/rm-server/pom.xml @@ -10,6 +10,10 @@ 4.0.0 alfresco-rm-server-test Alfresco RM Server + + alfresco + alfresco-rm-server + source/java test/java @@ -71,42 +75,6 @@ - - org.alfresco.maven.plugin - alfresco-maven-plugin - ${maven.alfresco.version} - true - - - - amp - - - - - true - ${project.build.directory}/${project.build.finalName}.amp - ${project.build.directory}/alfresco.war - amp - - - - maven-war-plugin - - - - org.alfresco - alfresco - war - - - org.alfresco - alfresco-rm-server - amp - - - -