mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged WOLF-6 (WOLF.0.0) to 5.1.1 (5.1.1)
123256 mrogers: rollback 123243 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.1@124037 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
<!-- WARs to include in the EAR -->
|
<!-- WARs to include in the EAR -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-enterprise-war-for-ear</artifactId>
|
<artifactId>alfresco-platform-enterprise</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${alfresco.platform.version}</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
<modules>
|
<modules>
|
||||||
<webModule>
|
<webModule>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-enterprise-war-for-ear</artifactId>
|
<artifactId>alfresco-platform-enterprise</artifactId>
|
||||||
<bundleFileName>alfresco.war</bundleFileName>
|
<bundleFileName>alfresco.war</bundleFileName>
|
||||||
</webModule>
|
</webModule>
|
||||||
<webModule>
|
<webModule>
|
||||||
|
@@ -1,57 +0,0 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>alfresco-enterprise-war-for-ear</artifactId>
|
|
||||||
<name>Alfresco Enterprise WAR for inclusion in EAR</name>
|
|
||||||
<parent>
|
|
||||||
<groupId>org.alfresco</groupId>
|
|
||||||
<artifactId>alfresco-full-installation</artifactId>
|
|
||||||
<version>2015-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
<packaging>war</packaging>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.alfresco</groupId>
|
|
||||||
<artifactId>alfresco-platform-enterprise</artifactId>
|
|
||||||
<version>${alfresco.platform.version}</version>
|
|
||||||
<type>war</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.alfresco</groupId>
|
|
||||||
<artifactId>alfresco-share-services</artifactId>
|
|
||||||
<version>${alfresco.share.version}</version>
|
|
||||||
<type>amp</type>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<finalName>alfresco</finalName>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
|
||||||
<!-- Add dependency to alfresco-maven-plugin, to allow AMP overlays -->
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.alfresco.maven.plugin</groupId>
|
|
||||||
<artifactId>alfresco-maven-plugin</artifactId>
|
|
||||||
<version>2.1.1</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<configuration>
|
|
||||||
<overlays>
|
|
||||||
<overlay>
|
|
||||||
<groupId>org.alfresco</groupId>
|
|
||||||
<artifactId>alfresco-platform-enterprise</artifactId>
|
|
||||||
<type>war</type>
|
|
||||||
</overlay>
|
|
||||||
<overlay>
|
|
||||||
<groupId>org.alfresco</groupId>
|
|
||||||
<artifactId>alfresco-share-services</artifactId>
|
|
||||||
<type>amp</type>
|
|
||||||
</overlay>
|
|
||||||
</overlays>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
1
pom.xml
1
pom.xml
@@ -77,7 +77,6 @@
|
|||||||
<profile>
|
<profile>
|
||||||
<id>enterprise</id>
|
<id>enterprise</id>
|
||||||
<modules>
|
<modules>
|
||||||
<module>enterprise-war-for-ear</module>
|
|
||||||
<module>ear</module>
|
<module>ear</module>
|
||||||
<module>enterprise-distribution</module>
|
<module>enterprise-distribution</module>
|
||||||
<module>enterprise-update</module>
|
<module>enterprise-update</module>
|
||||||
|
Reference in New Issue
Block a user