Loading pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading src/main/resources/archetype-resources/pom.xml +7 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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> Loading Loading
pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
src/main/resources/archetype-resources/pom.xml +7 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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> Loading