From 32e5fe375bb4ed5479982f868b24ef3afa178ac9 Mon Sep 17 00:00:00 2001 From: Samuel Langlois Date: Mon, 29 Feb 2016 16:49:34 +0000 Subject: [PATCH] ACE-5135 ACE-5131 Pre-apply share-services AMP in alfresco.war packaged in EAR git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@122874 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- ear/pom.xml | 6 ++-- enterprise-war-for-ear/pom.xml | 57 ++++++++++++++++++++++++++++++++++ pom.xml | 1 + 3 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 enterprise-war-for-ear/pom.xml diff --git a/ear/pom.xml b/ear/pom.xml index 256a05c919..511d11ae07 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -26,8 +26,8 @@ org.alfresco - alfresco-platform-enterprise - ${alfresco.platform.version} + alfresco-enterprise-war-for-ear + ${project.version} war @@ -178,7 +178,7 @@ org.alfresco - alfresco-platform-enterprise + alfresco-enterprise-war-for-ear alfresco.war diff --git a/enterprise-war-for-ear/pom.xml b/enterprise-war-for-ear/pom.xml new file mode 100644 index 0000000000..1db7e2b636 --- /dev/null +++ b/enterprise-war-for-ear/pom.xml @@ -0,0 +1,57 @@ + + 4.0.0 + alfresco-enterprise-war-for-ear + Alfresco Enterprise WAR for inclusion in EAR + + org.alfresco + alfresco-full-installation + 2015-SNAPSHOT + + war + + + + org.alfresco + alfresco-platform-enterprise + ${alfresco.platform.version} + war + + + org.alfresco + alfresco-share-services + ${alfresco.share.version} + amp + + + + + alfresco + + + maven-war-plugin + + + + org.alfresco.maven.plugin + alfresco-maven-plugin + 2.1.1 + + + + + + org.alfresco + alfresco-platform-enterprise + war + + + org.alfresco + alfresco-share-services + amp + + + + + + + diff --git a/pom.xml b/pom.xml index 1df1ff47d9..5a1aa4b6c2 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ enterprise + enterprise-war-for-ear ear enterprise-distribution enterprise-update