Revert "REPO-2941 Rename artefacts to contain ea in artefact ids"

This reverts commit d856fd8292.
Removing wrong approach.
This commit is contained in:
Alex Mukha
2017-10-16 15:15:48 +01:00
parent a5a23b86e3
commit 1d46818683
4 changed files with 11 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
<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>content-services-community-docker-ea</artifactId>
<artifactId>content-services-community-docker</artifactId>
<name>Alfresco Content Services Community Docker image builder</name>
<packaging>pom</packaging>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging-ea</artifactId>
<artifactId>acs-community-packaging</artifactId>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-ea</artifactId>
<artifactId>content-services-community</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
@@ -52,7 +52,7 @@
<artifactItems>
<artifactItem>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-ea</artifactId>
<artifactId>content-services-community</artifactId>
<version>${project.version}</version>
<type>war</type>
<overWrite>false</overWrite>

View File

@@ -1,6 +1,6 @@
<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>acs-community-packaging-ea</artifactId>
<artifactId>acs-community-packaging</artifactId>
<name>Alfresco Content Services Community Packaging</name>
<version>6.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -1,12 +1,12 @@
<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>content-services-community-ea</artifactId>
<artifactId>content-services-community</artifactId>
<name>Alfresco Content Services Community WAR</name>
<packaging>war</packaging>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging-ea</artifactId>
<artifactId>acs-community-packaging</artifactId>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,13 +1,13 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-content-services-community-distribution-ea</artifactId>
<artifactId>alfresco-content-services-community-distribution</artifactId>
<packaging>jar</packaging>
<name>Alfresco Content Services Community WAR Installation</name>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging-ea</artifactId>
<artifactId>acs-community-packaging</artifactId>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -16,7 +16,7 @@
<!-- WAR files -->
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-ea</artifactId>
<artifactId>content-services-community</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
@@ -42,7 +42,7 @@
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-ea</artifactId>
<artifactId>content-services-community</artifactId>
<version>${project.version}</version>
<classifier>classes</classifier>
</dependency>