Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)

127190 jphuynh: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
      127158 jphuynh: BDE-674: Pull Manager from Nexus instead of BINARIES.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127200 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2016-05-18 11:48:38 +00:00
parent 4514b4d915
commit 06f78b84d3

30
pom.xml
View File

@@ -245,6 +245,36 @@
<classifier>win</classifier>
<type>tgz</type>
</dependency>
<!-- Manager -->
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>win32</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>win64</classifier>
<type>tgz</type>
</dependency>
</dependencies>
<build>