mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
-- updated versions and descriptions
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@30 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
aec334f55a
commit
9321dbe13d
@ -23,6 +23,14 @@
|
|||||||
<packaging>maven-archetype</packaging>
|
<packaging>maven-archetype</packaging>
|
||||||
<name>Maven Alfresco Amp Archetype</name>
|
<name>Maven Alfresco Amp Archetype</name>
|
||||||
<version>1.0.0-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 plugins (cargo, release, assembly)
|
||||||
|
we are able to cover a very high percentage of Alfresco lifecycle common use cases.
|
||||||
|
You are able within minutes to have a compatible AMP module built and its lifecycle supported by Maven, in a fully
|
||||||
|
transparent way also with open source available AMPs.
|
||||||
|
</description>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sourcesense.alfresco</groupId>
|
<groupId>com.sourcesense.alfresco</groupId>
|
||||||
<artifactId>maven-alfresco-archetypes</artifactId>
|
<artifactId>maven-alfresco-archetypes</artifactId>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<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.0.0</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>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<description>
|
<description>
|
||||||
This archetype developed within Sourcesense aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to AMP builds, to be released as a different artifact ).
|
This archetype developed aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to AMP builds, to be released as a different artifact ).
|
||||||
Using standard m2 lifecycle commands (mvn compile package deploy) and generally available plugins (cargo, release, assembly)
|
Using standard m2 lifecycle commands (mvn compile package deploy) and generally available plugins (cargo, release, assembly)
|
||||||
we are able to cover a very high percentage of Alfresco lifecycle common use cases.
|
we are able to cover a very high percentage of Alfresco lifecycle common use cases.
|
||||||
It can be used both with Maven2 and Ant build systems, but it must be clear that *only* the Maven2 approach provides all the
|
It can be used both with Maven2 and Ant build systems, but it must be clear that *only* the Maven2 approach provides all the
|
||||||
|
@ -6,6 +6,13 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>Maven Alfresco Archetypes base project</name>
|
<name>Maven Alfresco Archetypes base project</name>
|
||||||
|
<description>
|
||||||
|
This project is meant to gather all commons configurations
|
||||||
|
and settings between the two maven-alfresco-*-archetypes, i.e.
|
||||||
|
maven-alfresco-extension-archetype
|
||||||
|
and
|
||||||
|
maven-alfresco-amp-archetype
|
||||||
|
</description>
|
||||||
<url>${site.url}</url>
|
<url>${site.url}</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>Google Code</system>
|
<system>Google Code</system>
|
||||||
@ -16,8 +23,8 @@
|
|||||||
<url>http://www.sourcesense.com</url>
|
<url>http://www.sourcesense.com</url>
|
||||||
</organization>
|
</organization>
|
||||||
<modules>
|
<modules>
|
||||||
<module>../maven-alfresco-amp-archetype</module>
|
<module>maven-alfresco-amp-archetype</module>
|
||||||
<module>../maven-alfresco-extension-archetype</module>
|
<module>maven-alfresco-extension-archetype</module>
|
||||||
</modules>
|
</modules>
|
||||||
<properties>
|
<properties>
|
||||||
<svn.base.url>https://maven-alfresco-archetypes.googlecode.com/svn</svn.base.url>
|
<svn.base.url>https://maven-alfresco-archetypes.googlecode.com/svn</svn.base.url>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user