#186 Add integration tests against the Enterprise edition

This commit is contained in:
Samuel Langlois
2014-11-21 14:39:11 +00:00
parent 55c21e7989
commit 4355d0fb50
9 changed files with 28 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
<dependency> <dependency>
<groupId>${alfresco.groupId}</groupId> <groupId>${alfresco.groupId}</groupId>
<artifactId>${alfresco.repo.artifactId}</artifactId> <artifactId>${alfresco.repo.artifactId}</artifactId>
<version>${alfresco.version}</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<!-- Demonstrating the dependency / installation of the repo AMP developed in the 'repo-amp' module --> <!-- Demonstrating the dependency / installation of the repo AMP developed in the 'repo-amp' module -->

View File

@@ -17,6 +17,7 @@
<dependency> <dependency>
<groupId>${alfresco.groupId}</groupId> <groupId>${alfresco.groupId}</groupId>
<artifactId>${alfresco.share.artifactId}</artifactId> <artifactId>${alfresco.share.artifactId}</artifactId>
<version>${alfresco.version}</version>
<type>war</type> <type>war</type>
</dependency> </dependency>
<!-- Demonstrating the dependency / installation of the share AMP developed in the 'share-amp' module --> <!-- Demonstrating the dependency / installation of the share AMP developed in the 'share-amp' module -->

View File

@@ -0,0 +1,6 @@
package=it.pkg
version=0.1-SNAPSHOT
groupId=archetype.it
artifactId=allInOneTest
alfresco_target_groupId=org.alfresco
alfresco_target_version=5.0.0-SNAPSHOT

View File

@@ -0,0 +1 @@
verify -Prun -Penterprise -Dmaven.tomcat.fork=true

View File

@@ -0,0 +1,8 @@
#Tue Oct 30 14:23:01 CET 2012
groupId=archetype.it
artifactId=enterprise
version=0.1-SNAPSHOT
package=it.pkg
$=cat archetype.properties
alfresco_target_groupId=org.alfresco
alfresco_target_version=5.0.0-SNAPSHOT

View File

@@ -0,0 +1 @@
verify -Pamp-to-war -Penterprise -Dmaven.tomcat.fork=true

View File

@@ -0,0 +1,8 @@
#Tue Oct 30 14:23:01 CET 2012
groupId=archetype.it
artifactId=basic
version=0.1-SNAPSHOT
$=cat archetype.properties
package=it.pkg
alfresco_target_groupId=org.alfresco
alfresco_target_version=5.0.0-SNAPSHOT

View File

@@ -0,0 +1 @@
verify -Pamp-to-war -Penterprise -Dmaven.tomcat.fork=true

View File

@@ -786,7 +786,7 @@
<profile> <profile>
<id>enterprise</id> <id>enterprise</id>
<properties> <properties>
<alfresco.version>5.0-BF-SNAPSHOT</alfresco.version> <alfresco.version>5.0.0-SNAPSHOT</alfresco.version>
<alfresco.repo.artifactId>alfresco-enterprise</alfresco.repo.artifactId> <alfresco.repo.artifactId>alfresco-enterprise</alfresco.repo.artifactId>
<alfresco.share.artifactId>share-enterprise</alfresco.share.artifactId> <alfresco.share.artifactId>share-enterprise</alfresco.share.artifactId>
<!-- Not needed in the webapp for enterprise --> <!-- Not needed in the webapp for enterprise -->