mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-10-01 14:41:57 +00:00
-- 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:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
@@ -32,7 +32,12 @@
|
||||
remove the filtering and maintaining versions (pom and module.properties) aligned manually
|
||||
-->
|
||||
<version>${version}</version>
|
||||
<description>Test AMP project</description>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user