From 41dfc7b904c5abe3d61057ea933cf8dcb88a2ff8 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Thu, 19 Dec 2013 22:50:10 +0000 Subject: [PATCH] RM-1107 (Mavenization of the RM build) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/UIAUTOMATION@59186 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- pom.xml | 27 +++++---------------------- rm-server/pom.xml | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 37b7612c6a..1ffaa7c765 100644 --- a/pom.xml +++ b/pom.xml @@ -123,28 +123,6 @@ - - org.codehaus.mojo - build-helper-maven-plugin - 1.8 - - - attach-distribution - package - - attach-artifact - - - - - ${project.build.directory}/${project.build.finalName}.amp - amp - - - - - - @@ -285,6 +263,11 @@ versions-maven-plugin 2.1 + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + com.google.code.maven-replacer-plugin replacer diff --git a/rm-server/pom.xml b/rm-server/pom.xml index b4de5b3810..51ab6aad95 100644 --- a/rm-server/pom.xml +++ b/rm-server/pom.xml @@ -40,6 +40,21 @@ + + attach-distribution + package + + attach-artifact + + + + + ${project.build.directory}/${project.build.finalName}.amp + amp + + + +