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