-- 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/maven-alfresco-amp-archetype@52 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2008-07-11 13:09:32 +00:00
parent 013543aa70
commit a47bca5513
2 changed files with 8 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<artifactId>maven-alfresco-amp-archetype</artifactId> <artifactId>maven-alfresco-amp-archetype</artifactId>
<packaging>maven-archetype</packaging> <packaging>maven-archetype</packaging>
<name>Maven Alfresco Amp Archetype</name> <name>Maven Alfresco Amp Archetype</name>
<version>1.0.1-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<description> <description>
This archetype aims to provide a standardized approach to development, release and deployment of Alfresco AMPs (as opposed to Alfresco 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 extensions, released as a different artifact ). Using standard m2 lifecycle commands (mvn compile package deploy) and generally available
@@ -76,4 +76,4 @@
<url>scp://repository.sourcesense.com/var/www/demo.sourcesense.com/maven2-sites/${pom.artifactId}</url> <url>scp://repository.sourcesense.com/var/www/demo.sourcesense.com/maven2-sites/${pom.artifactId}</url>
</site> </site>
</distributionManagement> </distributionManagement>
</project> </project>

View File

@@ -39,6 +39,12 @@
<url>http://repository.sourcesense.com/maven2</url> <url>http://repository.sourcesense.com/maven2</url>
</repository> </repository>
</repositories> </repositories>
<pluginRepositories>
<pluginRepository>
<id>ss-public</id>
<url>http://repository.sourcesense.com/maven2</url>
</pluginRepository>
</pluginRepositories>
<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)