mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
BDE-674: Pull Manager from Nexus instead of BINARIES.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.N@127192 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -242,6 +242,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>
|
||||
|
1
pom.xml
1
pom.xml
@@ -32,6 +32,7 @@
|
||||
<installer.libreoffice.version>4.4.5-20151016</installer.libreoffice.version>
|
||||
<installer.ghostscript.version>8.64</installer.ghostscript.version>
|
||||
<installer.imagemagick.version>6.9.1</installer.imagemagick.version>
|
||||
<installer.manager.version>1.0</installer.manager.version>
|
||||
|
||||
<!-- Build timestamp for installer file name -->
|
||||
<installer.build.timestamp>${maven.build.timestamp}</installer.build.timestamp>
|
||||
|
Reference in New Issue
Block a user