mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-01 14:41:57 +00:00
#186 Add integration tests against the Enterprise edition
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>${alfresco.groupId}</groupId>
|
||||
<artifactId>${alfresco.repo.artifactId}</artifactId>
|
||||
<version>${alfresco.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- Demonstrating the dependency / installation of the repo AMP developed in the 'repo-amp' module -->
|
||||
|
@@ -17,6 +17,7 @@
|
||||
<dependency>
|
||||
<groupId>${alfresco.groupId}</groupId>
|
||||
<artifactId>${alfresco.share.artifactId}</artifactId>
|
||||
<version>${alfresco.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- Demonstrating the dependency / installation of the share AMP developed in the 'share-amp' module -->
|
||||
|
@@ -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
|
@@ -0,0 +1 @@
|
||||
verify -Prun -Penterprise -Dmaven.tomcat.fork=true
|
@@ -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
|
@@ -0,0 +1 @@
|
||||
verify -Pamp-to-war -Penterprise -Dmaven.tomcat.fork=true
|
@@ -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
|
@@ -0,0 +1 @@
|
||||
verify -Pamp-to-war -Penterprise -Dmaven.tomcat.fork=true
|
@@ -786,7 +786,7 @@
|
||||
<profile>
|
||||
<id>enterprise</id>
|
||||
<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.share.artifactId>share-enterprise</alfresco.share.artifactId>
|
||||
<!-- Not needed in the webapp for enterprise -->
|
||||
|
Reference in New Issue
Block a user