mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-1710 Retain 'alfresco-community' for zip and installer file names
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.2.N@134296 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<artifactId>alfresco-full-installation</artifactId>
|
||||
<version>5.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>alfresco-content-services-community-distribution</artifactId>
|
||||
<artifactId>alfresco-community-distribution</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Alfresco Full Distribution (Community Edition)</name>
|
||||
|
||||
|
@@ -45,7 +45,7 @@
|
||||
<!-- Import the dependencies from the Community installer -->
|
||||
<dependency>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-content-services-community-installer</artifactId>
|
||||
<artifactId>alfresco-community-installer</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
@@ -6,7 +6,7 @@
|
||||
<artifactId>alfresco-full-installation</artifactId>
|
||||
<version>5.2.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>alfresco-content-services-community-installer</artifactId>
|
||||
<artifactId>alfresco-community-installer</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Alfresco Community Full Installers</name>
|
||||
|
||||
@@ -302,7 +302,7 @@
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-content-services-community-distribution</artifactId>
|
||||
<artifactId>alfresco-community-distribution</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>zip</type>
|
||||
<outputDirectory>${project.build.directory}/distribution</outputDirectory>
|
||||
|
2
pom.xml
2
pom.xml
@@ -53,7 +53,7 @@
|
||||
-->
|
||||
<installer.version.name>${installer.build.timestamp}-${installer.build.number}</installer.version.name>
|
||||
|
||||
<alfresco.package.name>alfresco-content-services-community</alfresco.package.name>
|
||||
<alfresco.package.name>alfresco-community</alfresco.package.name>
|
||||
<alfresco.distribution.name>${alfresco.package.name}-distribution</alfresco.distribution.name>
|
||||
</properties>
|
||||
|
||||
|
Reference in New Issue
Block a user