added run integration testing for the archetypes; fixed all-in-one missing archetype resources

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@722 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2013-11-06 00:53:02 +00:00
parent 5e7f4c623e
commit a5fde50bc0
7 changed files with 22 additions and 4 deletions
@@ -0,0 +1,6 @@
package=it.pkg
version=0.1-SNAPSHOT
groupId=archetype.it
artifactId=allInOneTest
alfresco_target_groupId=org.alfresco
alfresco_target_version=4.2.e
@@ -0,0 +1 @@
verify -Prun -Dmaven.tomcat.fork=true
@@ -61,7 +61,7 @@
</includes>
</fileSet>
<fileSet filtered="false" encoding="UTF-8">
<directory>src/test/resources</directory>
<directory>src/test/properties</directory>
<includes>
<include>**/*</include>
</includes>
@@ -0,0 +1,11 @@
#Tue Oct 30 14:23:01 CET 2012
package=it.pkg
version=0.1-SNAPSHOT
groupId=archetype.it
alfresco_target_version=4.2.e
$=cat archetype.properties
alfresco_target_groupId=org.alfresco
alfresco_target_amp_client_war=alfresco
alfresco_target_amp_client_war_groupId=org.alfresco
alfresco_target_amp_client_war_version=4.2.e
artifactId=basic
@@ -0,0 +1 @@
verify -Pamp-to-war -Dmaven.tomcat.fork=true
+1 -1
View File
@@ -6,7 +6,7 @@
<packaging>jar</packaging>
<name>alfresco-rad</name>
<description>SDK module for Rapid Deveopment support</description>
<parent>
<groupId>org.alfresco.maven</groupId>
<artifactId>alfresco-lifecycle-aggregator</artifactId>
+1 -2
View File
@@ -669,8 +669,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile>
<!-- Cleans Alfresco data folder, embedded DB and any log file found -->
<profile>