mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
-- added SS repo into pluginRepositories otherwise
no empty-repo run will work git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@52 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
5aab70d089
commit
55f4bb7658
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -20,14 +20,14 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.sourcesense.alfresco</groupId>
|
<groupId>com.sourcesense.alfresco</groupId>
|
||||||
<artifactId>maven-alfresco-extension-archetype</artifactId>
|
<artifactId>maven-alfresco-extension-archetype</artifactId>
|
||||||
<version>1.1.1-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
<name>Maven alfresco Extension archetype</name>
|
<name>Maven alfresco Extension archetype</name>
|
||||||
<url>${site.url}</url>
|
<url>${site.url}</url>
|
||||||
<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.1-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<description>
|
<description>
|
||||||
This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to
|
This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to
|
||||||
|
@ -104,6 +104,10 @@
|
|||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>ss-public</id>
|
||||||
|
<url>http://repository.sourcesense.com/maven2</url>
|
||||||
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
<!-- Uncomment SCM definitions in order to have mvn release:perform to actually tag the code
|
<!-- Uncomment SCM definitions in order to have mvn release:perform to actually tag the code
|
||||||
<scm>
|
<scm>
|
||||||
@ -151,16 +155,16 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Sample of AMP dependency that will be properly uncompressed in the Alfresco WAR (no more need for AMP):
|
<!-- Sample of AMP dependency that will be properly uncompressed in the Alfresco WAR (no more need for AMP):
|
||||||
this can be either an AMP built with maven-amp-plugin and deployed on an accessible
|
this can be either an AMP built with maven-amp-plugin and deployed on an accessible
|
||||||
maven repo or a generally available AMP previously deployed to a repo using mvn deploy:deploy-file
|
maven repo or a generally available AMP previously deployed to a repo using mvn deploy:deploy-file
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
<artifactId>recordsmanagement</artifactId>
|
<artifactId>recordsmanagement</artifactId>
|
||||||
<version>2.1.0</version>
|
<version>2.1.0</version>
|
||||||
<groupId>org.alfresco.community</groupId>
|
<groupId>org.alfresco.community</groupId>
|
||||||
</dependency>
|
</dependency>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Comment if you're not using mysql -->
|
<!-- Comment if you're not using mysql -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user