From 7286b41cb9cfa3ad629c54dbc013502d58c335f7 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Mon, 4 Apr 2016 08:57:26 +0000 Subject: [PATCH] Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2) 124406 jphuynh: ACE-5135: Pre-apply share-services AMP in alfresco.war packaged in EAR git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.N@124767 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 adea94403c..9faca79a39 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 @@ -184,7 +184,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 2aabf97986..575359a2c2 100644 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,7 @@ enterprise + enterprise-war-for-ear ear enterprise-distribution enterprise-update