Commit 8b24e9f5 authored by mindthegab's avatar mindthegab
Browse files

-- added SS repo into pluginRepositories otherwise

no empty-repo run will work

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk/maven-alfresco-archetypes@52 04253f4f-3451-0410-a141-5562f1e59037
parent 8c1a7ce6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
	<artifactId>maven-alfresco-amp-archetype</artifactId>
	<packaging>maven-archetype</packaging>
	<name>Maven Alfresco Amp Archetype</name>
	<version>1.0.1-SNAPSHOT</version>
	<version>1.0.0-SNAPSHOT</version>
	<description>
		This archetype aims to provide a standardized approach to development, release and deployment of Alfresco AMPs (as opposed to Alfresco
		extensions, released as a different artifact ). Using standard m2 lifecycle commands (mvn compile package deploy) and generally available
+6 −0
Original line number Diff line number Diff line
@@ -39,6 +39,12 @@
			<url>http://repository.sourcesense.com/maven2</url>
		</repository>
	</repositories>
	<pluginRepositories>
		<pluginRepository>
			<id>ss-public</id>
			<url>http://repository.sourcesense.com/maven2</url>
		</pluginRepository>
	</pluginRepositories>
	<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)
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.sourcesense.alfresco</groupId>
	<artifactId>maven-alfresco-extension-archetype</artifactId>
	<version>1.1.1-SNAPSHOT</version>
	<version>1.1.0-SNAPSHOT</version>
	<packaging>maven-archetype</packaging>
	<name>Maven alfresco Extension archetype</name>
	<url>${site.url}</url>
	<parent>
		<groupId>com.sourcesense.alfresco</groupId>
		<artifactId>maven-alfresco-archetypes</artifactId>
		<version>1.0.1-SNAPSHOT</version>
		<version>1.0.0</version>
	</parent>
	<description>
		This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to
+10 −6
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@
				<enabled>false</enabled>
			</releases>
		</pluginRepository>
		<pluginRepository>
			<id>ss-public</id>
			<url>http://repository.sourcesense.com/maven2</url>
		</pluginRepository>
	</pluginRepositories>
	<!-- Uncomment SCM definitions in order to have mvn release:perform to actually tag the code
		<scm>