Commit 878956b9 authored by mindthegab's avatar mindthegab
Browse files

-- fully tested and added samples

parent 63691663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+7 −2
Original line number Diff line number Diff line
@@ -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>