mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged 5.2.N (5.2.1) to trunk (5.2)
125451 amorarasu: Merged 5.1.N (5.1.2) to 5.2.N (5.2.1) 125344 rneamtu: Merged 5.1.1 (5.1.1) to 5.1.N (5.1.2) 125267 slanglois: MNT-16094 Remove ROOT.war from the Alfresco One EAR git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@127630 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
11
ear/pom.xml
11
ear/pom.xml
@@ -36,12 +36,6 @@
|
||||
<version>${alfresco.share.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-server-root</artifactId>
|
||||
<version>${alfresco.platform.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
|
||||
<!-- Provided dependencies, unpacked -->
|
||||
<!-- Distribution zip -->
|
||||
@@ -192,11 +186,6 @@
|
||||
<artifactId>share</artifactId>
|
||||
<bundleFileName>share.war</bundleFileName>
|
||||
</webModule>
|
||||
<webModule>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-server-root</artifactId>
|
||||
<bundleFileName>ROOT.war</bundleFileName>
|
||||
</webModule>
|
||||
</modules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@@ -14,10 +14,4 @@
|
||||
<context-root>/share</context-root>
|
||||
</web>
|
||||
</module>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>ROOT.war</web-uri>
|
||||
<context-root>/</context-root>
|
||||
</web>
|
||||
</module>
|
||||
</application>
|
||||
|
Reference in New Issue
Block a user