change the amps copied when using the apply-rm-community profile as no ACS 5.2.N community version is compatible with the RM 2.6.1 community

This commit is contained in:
Rodica Sutu
2018-08-21 09:43:15 +03:00
parent f269e7a209
commit e7aca2a772

View File

@@ -145,6 +145,7 @@
</goals>
<configuration>
<artifactItems>
<!-- Due to no compatible community version of ACS 5.2.N with RM community
<artifactItem>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm-community-share</artifactId>
@@ -157,6 +158,19 @@
<version>${project.version}</version>
<type>amp</type>
</artifactItem>
!-->
<artifactItem>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm-enterprise-share</artifactId>
<version>${project.version}</version>
<type>amp</type>
</artifactItem>
<artifactItem>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm-enterprise-repo</artifactId>
<version>${project.version}</version>
<type>amp</type>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.directory}/amps</outputDirectory>
<useBaseVersion>true</useBaseVersion>