-- fully tested and added samples

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes/maven-alfresco-amp-archetype@39 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2008-07-10 17:22:33 +00:00
parent 63691663f5
commit 878956b9b2
2 changed files with 8 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
<parent>
<groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<build>
<extensions>

View File

@@ -33,6 +33,11 @@
-->
<version>${version}</version>
<description>Test AMP project</description>
<parent>
<groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-archetypes-base</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<!--Default for which src/main/properties/<env>/application.properties is loaded. NB:
used only for the 'test' profile (e.g. '-P test' on the mvn commandline)
@@ -200,7 +205,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<executions>
<!-- Runs jetty when 'integration-test' phase is called -->
<!-- Runs war packaging when 'integration-test' phase is called -->
<execution>
<id>it</id>
<phase>package</phase>