-- 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:
mindthegab 2008-07-10 00:19:08 +00:00
parent aec334f55a
commit 9321dbe13d
3 changed files with 19 additions and 4 deletions

View File

@ -23,6 +23,14 @@
<packaging>maven-archetype</packaging>
<name>Maven Alfresco Amp Archetype</name>
<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>
<groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-archetypes</artifactId>

View File

@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sourcesense.alfresco</groupId>
<artifactId>maven-alfresco-extension-archetype</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>Maven alfresco Extension archetype</name>
<url>${site.url}</url>
@ -30,7 +30,7 @@
<version>1.0-SNAPSHOT</version>
</parent>
<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)
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

View File

@ -6,6 +6,13 @@
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<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>
<issueManagement>
<system>Google Code</system>
@ -16,8 +23,8 @@
<url>http://www.sourcesense.com</url>
</organization>
<modules>
<module>../maven-alfresco-amp-archetype</module>
<module>../maven-alfresco-extension-archetype</module>
<module>maven-alfresco-amp-archetype</module>
<module>maven-alfresco-extension-archetype</module>
</modules>
<properties>
<svn.base.url>https://maven-alfresco-archetypes.googlecode.com/svn</svn.base.url>