mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
Archetypes - Add ACS 6.1 test profile
Add a new test profile named enterprise-61-tests to set the properties required to use ACS 6.1 enterprise jars and docker images in the integration tests.
This commit is contained in:
parent
a97975acec
commit
6bef9222eb
12
pom.xml
12
pom.xml
@ -256,6 +256,18 @@
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<!-- This profile requires to be executed using Java 11 -->
|
||||
<profile>
|
||||
<id>enterprise-61-tests</id>
|
||||
<properties>
|
||||
<alfresco.bomDependency.artifactId>acs-packaging</alfresco.bomDependency.artifactId>
|
||||
<alfresco.platform.version>6.1.0-RC3</alfresco.platform.version>
|
||||
<alfresco.share.version>6.1.0-RC2</alfresco.share.version>
|
||||
<alfresco.platform.docker.image>alfresco/alfresco-content-repository</alfresco.platform.docker.image>
|
||||
<alfresco.share.docker.image>alfresco/alfresco-share</alfresco.share.docker.image>
|
||||
</properties>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>sdk-release</id>
|
||||
<properties>
|
||||
|
Loading…
x
Reference in New Issue
Block a user