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>
|
<parent>
|
||||||
<groupId>com.sourcesense.alfresco</groupId>
|
<groupId>com.sourcesense.alfresco</groupId>
|
||||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<build>
|
<build>
|
||||||
<extensions>
|
<extensions>
|
||||||
|
@@ -33,6 +33,11 @@
|
|||||||
-->
|
-->
|
||||||
<version>${version}</version>
|
<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>
|
<properties>
|
||||||
<!--Default for which src/main/properties/<env>/application.properties is loaded. NB:
|
<!--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)
|
used only for the 'test' profile (e.g. '-P test' on the mvn commandline)
|
||||||
@@ -200,7 +205,7 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
<!-- Runs jetty when 'integration-test' phase is called -->
|
<!-- Runs war packaging when 'integration-test' phase is called -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>it</id>
|
<id>it</id>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
Reference in New Issue
Block a user