From c42a8e2039af9a1a58581caa7c71c470b21a24c3 Mon Sep 17 00:00:00 2001 From: mindthegab Date: Fri, 6 Apr 2012 19:31:21 +0000 Subject: [PATCH 1/3] [maven-release-plugin] prepare for next development iteration git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@399 04253f4f-3451-0410-a141-5562f1e59037 --- .../maven-alfresco-amp-archetype/pom.xml | 2 +- .../maven-alfresco-extension-archetype/pom.xml | 2 +- .../maven-alfresco-share-archetype/pom.xml | 2 +- .../maven-alfresco-share-module-archetype/pom.xml | 2 +- maven-alfresco-archetypes/pom.xml | 2 +- plugins/maven-amp-plugin/pom.xml | 4 ++-- plugins/maven-nosnapshot-plugin/pom.xml | 4 ++-- pom.xml | 8 ++++---- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml index 7b783d44..345dbd4a 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml @@ -28,7 +28,7 @@ org.alfresco maven-alfresco-archetypes - 3.9.1 + 4.0.0-SNAPSHOT ../pom.xml diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml index c061eeea..e84997c9 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml @@ -22,7 +22,7 @@ org.alfresco maven-alfresco-archetypes - 3.9.1 + 4.0.0-SNAPSHOT ../pom.xml diff --git a/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml index 51ea09b9..23b1da30 100644 --- a/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml @@ -9,7 +9,7 @@ org.alfresco maven-alfresco-archetypes - 3.9.1 + 4.0.0-SNAPSHOT ../pom.xml diff --git a/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml index a44dbe79..b28a8c59 100644 --- a/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml @@ -8,7 +8,7 @@ org.alfresco maven-alfresco-archetypes - 3.9.1 + 4.0.0-SNAPSHOT ../pom.xml diff --git a/maven-alfresco-archetypes/pom.xml b/maven-alfresco-archetypes/pom.xml index 89e8a0b4..1b541dfc 100644 --- a/maven-alfresco-archetypes/pom.xml +++ b/maven-alfresco-archetypes/pom.xml @@ -10,7 +10,7 @@ org.alfresco maven-alfresco-lifecycle - 3.9.1 + 4.0.0-SNAPSHOT ../pom.xml diff --git a/plugins/maven-amp-plugin/pom.xml b/plugins/maven-amp-plugin/pom.xml index 5a70325d..148e7be2 100644 --- a/plugins/maven-amp-plugin/pom.xml +++ b/plugins/maven-amp-plugin/pom.xml @@ -4,11 +4,11 @@ maven-amp-plugin maven-plugin Alfresco AMP Plugin - 3.0.4 + 3.0.5-SNAPSHOT org.alfresco maven-alfresco-lifecycle - 3.9.1 + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/plugins/maven-nosnapshot-plugin/pom.xml b/plugins/maven-nosnapshot-plugin/pom.xml index 428dd49e..52c9ae2b 100644 --- a/plugins/maven-nosnapshot-plugin/pom.xml +++ b/plugins/maven-nosnapshot-plugin/pom.xml @@ -3,13 +3,13 @@ org.alfresco.maven maven-nosnapshot-plugin maven-plugin - 0.0.8 + 0.0.9-SNAPSHOT Custom version manipulator Maven Plugin It's non invasive and puts modified versions in configurable pom properties org.alfresco maven-alfresco-lifecycle - 3.9.1 + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 6066cd48..ed5ecdad 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.alfresco maven-alfresco-lifecycle pom - 3.9.1 + 4.0.0-SNAPSHOT Maven Alfresco Lifecycle support base project http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle @@ -42,9 +42,9 @@ community contexts. UTF-8 - scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1 - scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1 - https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1 + scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk + scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk + https://maven-alfresco-archetypes.googlecode.com/svn/trunk From dda0ecf97bdc9995024c6798b8279bcd34cc06b5 Mon Sep 17 00:00:00 2001 From: mindthegab Date: Sat, 7 Apr 2012 00:47:29 +0000 Subject: [PATCH 2/3] -- removed further references to Sourcesense -- ready for 3.9.1 release git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@403 04253f4f-3451-0410-a141-5562f1e59037 --- .../resources/archetype-resources/README.txt | 5 +-- .../resources/archetype-resources/pom.xml | 10 ++--- .../src/site/apt/layout.apt.vm | 22 ++++----- .../src/site/apt/readme.apt.vm | 2 +- .../src/site/site.xml | 35 +++++++++++---- .../README.txt | 14 ++---- .../resources/archetype-resources/pom.xml | 6 +-- .../src/site/apt/index.apt.vm | 2 +- .../src/site/apt/layout.apt.vm | 20 ++++----- .../src/site/apt/readme.apt.vm | 6 +-- .../src/site/site.xml | 33 +++++++++++--- .../src/site/src/site/apt/index.apt.vm | 6 +-- .../src/site/site.xml | 30 ++++++++++--- plugins/maven-amp-plugin/src/site/site.xml | 29 +++++++++--- pom.xml | 6 +-- src/site/site.xml | 45 ++++++++++++++----- 16 files changed, 178 insertions(+), 93 deletions(-) diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/README.txt b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/README.txt index b319edb1..d9a07f41 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/README.txt +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/README.txt @@ -18,12 +18,11 @@ limitations under the License. --------------------------------------- Archetype Release: Archetype - maven-amp-archetype -Author: g.columbro@sourcesense.com +Author: gabriele.columbro@alfresco.com http://forge.alfresco.com/m2alfresco Contacts: -- alfresco-dev@lists.sourcesense.com (developer) -- alfresco@sourcesense.com (commercial) +- maven-alfresco@googlegroups.com (developer) See Also: http://wiki.alfresco.com/wiki/Module_Management_Tool diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml index e247cd9c..d5ecc096 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml @@ -50,11 +50,11 @@ alfresco-public - http://maven.alfresco.com/nexus/content/groups/public + http://maven.alfresco.com/nexus/content/groups/public alfresco-public-snapshots - http://repository.sourcesense.com/nexus/content/groups/public-snapshots + http://maven.alfresco.com/nexus/content/groups/public-snapshots true daily @@ -217,7 +217,7 @@ org.alfresco.maven.plugin maven-amp-plugin - 3.0.4-SNAPSHOT + 3.0.4 true @@ -345,7 +345,7 @@ org.alfresco.maven.plugin maven-amp-plugin - 3.0.4-SNAPSHOT + 3.0.4 @@ -410,7 +410,7 @@ org.alfresco.maven.plugin maven-amp-plugin - 3.0.4-SNAPSHOT + 3.0.4 diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/layout.apt.vm b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/layout.apt.vm index dc5b871b..af370d5c 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/layout.apt.vm +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/layout.apt.vm @@ -15,17 +15,17 @@ What do I have when I created the project? src --------------------------------------------------------> (source folder) | - |__ main ___ __ resources --------------------------> mapped in the classpath. Add here classpath resources - | | - | |__ config----- alfresco module config goes here. - | | | Get's copied (by best practice) by build into package alfresco/module/groupId.artifactId. - | | | This convention is used by the archetype and by the AMP unpacker. - | | |__ ex: alfresco/module/org.alfresco.mymodule ---> Example Alfresco module config - | | - | | - | |__ java -------------------------------> customization java classes - | | - | |__ webapp -----------------------------> AMP overlay folder - this folder is overlayed (so may overwrite other dependent AMPs) + |__ main __ resources --------------------------> mapped in the classpath. Add here classpath resources + | | + | |__ config----- alfresco module config goes here. + | | | Get's copied (by best practice) by build into package alfresco/module/groupId.artifactId. + | | | This convention is used by the archetype and by the AMP unpacker. + | | |__ ex: alfresco/module/org.alfresco.mymodule ---> Example Alfresco module config + | | + | | + | |__ java -------------------------------> customization java classes + | | + | |__ webapp -----------------------------> AMP overlay folder - this folder is overlayed (so may overwrite other dependent AMPs) | |__ test __ __ resources _ diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/readme.apt.vm b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/readme.apt.vm index a16f3532..da5734a3 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/readme.apt.vm +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/apt/readme.apt.vm @@ -44,7 +44,7 @@ FEATURES: * Install/deployment of Alfresco compatible AMPs on a m2 repo <<< mvn install / deploy [ params ] >>> - * using the {{{http://repository.sourcesense.com/maven2-sites/maven-amp-plugin} maven-amp-plugin}} WAR can depend on AMP artifacts and have them overlayed within the maven lifecycle, avoiding the boring MMT run. + * using the {{{../maven-amp-plugin} maven-amp-plugin}} WAR can depend on AMP artifacts and have them overlayed within the maven lifecycle, avoiding the boring MMT run. * AMP dependencies management: <<>> can take care of overlay AMP deps diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/site.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/site.xml index 854add37..57b2ff7d 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/site.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/site/site.xml @@ -1,12 +1,31 @@ - - org.apache.maven.skins - maven-stylus-skin - 1.0 - + + org.apache.maven.skins + maven-fluido-skin + 1.2.1 + + + + true + true + + Maven Alfresco Lifecycle + Maven Alfresco Lifecycle + /img/Alfresco-lofo-transparent.gir + /index.html + + + mindthegabz + true + true + + + + + - + @@ -24,8 +43,8 @@ - - + + diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/README.txt b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/README.txt index 005114ef..6ae3fc22 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/README.txt +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/README.txt @@ -24,26 +24,18 @@ What is an Alfresco extension? We define an "Alfresco extension" (or customization) a custom build of Alfresco which does not impact on Alfresco source code (while depends on binary releases of the libraries and webapp). This is realized overriding (and in certain particular cases overwriting) Alfresco default configuration using Convention over Configuration hooks (e.g. classpath:alfresco/extension/*-context.xml autoloading), in order to ease integration in enterprise environments and to simplify full lifecycle management (from scratch-start to release and deploy) also for non experienced developers, resulting in a less error prone controlled process. Alternative to an "Alfresco extension" is the "Alfresco Module" (or AMP) which is meant to be deployed on an existing Alfresco instance and above all to coexist with other modules on top of this instance: as a general rule of thumb an extension is an exclusive customization while a module is one of many customizations which have a separate lifecycle (and owner). -For an maven2 archetype of AMP Alfresco build please have a look at: - -https://dev.sourcesense.com/cargo/maven2-sites/maven-alfresco-extension-archetype Quick Start: ------------ Wanna skip all the discussion (or you know already the thing) and want a zero conf maven2 alfresco customization project generation? -Just run: - -mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -DarchetypeGroupId=${pom.groupId} -DarchetypeArtifactId=${pom.artifactId} -DarchetypeVersion=${pom.version} \ - -DgroupId=mycompany.com -DartifactId=my-alfresco-customization -Dversion=0.1-SNAPSHOT - -DremoteRepositories=http://repository.sourcesense.com/maven2 (archetype is deployed there) - -DpomRemoteRepositories=http://repository.sourcesense.com/maven2 (wagon-dav ssh version patched is here) +Just see https://wiki.alfresco.com/wiki/Maven_For_Dummies Introduction: ------------- -This archetype developed within Sourcesense (http://www.sourcesense.com) aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to AMP builds). 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. +This archetype was originally developed within Sourcesense (http://www.sourcesense.com) aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to AMP builds). 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 automation features we will describe in the next paragraphs. In addition to that the m2 approach provides a zero-conf approach while ant requires (as usual) manual gathering and selection of required alfresco libraries and webapp (please refer to README-ant.txt for further info about the Ant build). Last but not the least, m2 build is more likely to be maintained and improved (especially in the likely case Alfresco moves to maven2). For more details on the m2 apprach please refer instead to README-m2.txt. @@ -78,7 +70,7 @@ Using cargo we're able to provide (local) Jboss and (local/remote) Tomcat deploy -- Zero conf startup -Community artifacts (alfresco 2.x) artifacts are available on Sourcesense public repository (http://repository.sourcesense.com/maven2) and allow all the default dependencies specified in this POM to be successfully retrieved with no additional configuration. If you want to use instead enterprise dependencies you either need to have a private access to Sourcesense private repositories or push alfresco for releasing this artifacts on public Alfresco maven repositories +Community artifacts (alfresco 2.x) artifacts are available on Alfresco public repository (http://maven.alfresco.com) and allow all the default dependencies specified in this POM to be successfully retrieved with no additional configuration. --- Configurable log location and easy database setup By editing the POM property in the appropriate profile you can have the setting applied where it makes sense (jboss configures everything centrally). diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml index 97786100..adbd6ac5 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/main/resources/archetype-resources/pom.xml @@ -318,7 +318,7 @@ org.alfresco.maven.plugin maven-amp-plugin - 3.0.4-SNAPSHOT + 3.0.4 @@ -448,10 +448,6 @@ yourcompany-site scp://yourcompany/var/maven2-sites --> - (source folder) | |__ main ___ __ resources --------------------------> mapped in the classpath - | | | - | | |__ alfresco/extension ---> alfresco overriding Spring contexts - | | - | |__ properties -------------------------> environment aware application properties files - | | | - | | |__ local -------------> default application.properties - | | - | |__ java -------------------------------> customization java classes - | | - | |__ webapp -----------------------------> alfresco webapp overlay folder - this folder is overlayed (so may overwrite alfresco war) + | | | + | | |__ alfresco/extension ---> alfresco overriding Spring contexts + | | + | |__ properties -------------------------> environment aware application properties files + | | | + | | |__ local -------------> default application.properties + | | + | |__ java -------------------------------> customization java classes + | | + | |__ webapp -----------------------------> alfresco webapp overlay folder - this folder is overlayed (so may overwrite alfresco war) | | | |__ WEB-INF ----------------> drop in this folder WEB-INF custom / overwriting files (e.g. faces-config-custom.xml / web.xml) | diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/apt/readme.apt.vm b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/apt/readme.apt.vm index 8a3ccbdc..7ad23666 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/apt/readme.apt.vm +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/apt/readme.apt.vm @@ -15,7 +15,7 @@ Introduction: It aims to provide a standardized approach to development, release and deployment of Alfresco extensions (as opposed to AMP builds). 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 automation features we will describe in the next paragraphs. \ In addition to that the m2 approach provides a zero-conf approach while ant requires (as usual) manual gathering and selection of required alfresco libraries and webapp (please refer to README-ant.txt for further info about the Ant build). Last but not the least, m2 build is more likely to be maintained and improved (especially in the likely case Alfresco moves to maven2). \ - For more details on the Ant apprach please refer instead to {{{${site_tags_url}/${site_pom_artifactId}-${site_pom_version}Úsrc/main/resources/archetype-resources/readme-ANT.txt} Ant Readme}}. + For more details on the Ant apprach please refer instead to {{{${site_tags_url}/${site_pom_artifactId}-${site_pom_version}�src/main/resources/archetype-resources/readme-ANT.txt} Ant Readme}}. Features (maven2 only): @@ -47,8 +47,8 @@ Features (maven2 only): For additional configuration please refer to maven-cargo-plugin configuration and fine tune your $M2_HOME/conf/settings.xml (for system level settings) or ~/.m2/settings.xml (for user level settings) in order to match your host/credentials configuration * <> \ - Community artifacts (alfresco 2.x) artifacts are available on Sourcesense public repository (http://repository.sourcesense.com/maven2) and allow all the default dependencies specified in this POM to be successfully retrieved with no additional configuration. \ - If you want to use instead enterprise dependencies you either need to have a private access to Sourcesense private repositories or push alfresco for releasing this artifacts on public Alfresco maven repositories. + Community artifacts (alfresco 2.x) artifacts are available on Sourcesense public repository (http://maven.alfresco.com/maven2) and allow all the default dependencies specified in this POM to be successfully retrieved with no additional configuration. \ + * <> \ By editing the POM property in the appropriate profile you can have the setting applied where it makes sense (jboss configures everything centrally). diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/site.xml b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/site.xml index df82700c..bf405b7e 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/site.xml +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/site.xml @@ -1,9 +1,28 @@ - - org.apache.maven.skins - maven-stylus-skin - 1.0 - + + org.apache.maven.skins + maven-fluido-skin + 1.2.1 + + + + true + true + + Maven Alfresco Lifecycle + Maven Alfresco Lifecycle + /img/Alfresco-lofo-transparent.gir + /index.html + + + mindthegabz + true + true + + + + + - - + + diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/src/site/apt/index.apt.vm b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/src/site/apt/index.apt.vm index aa0f430f..495a0767 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/src/site/apt/index.apt.vm +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/src/site/src/site/apt/index.apt.vm @@ -42,8 +42,8 @@ References ------------------------------------------ - ss-public - http://repository.sourcesense.com/maven2 + alfresco-public + http://maven.alfresco.com/nexus/content/groups/public ------------------------------------------- @@ -51,5 +51,5 @@ References Quick usage - Create a project using the maven-alfresco-amp-archetype (see {{ http://repository.sourcesense.com/maven2-sites/maven-alfresco-amp-archetype }} ). + See {{https://wiki.alfresco.com/wiki/Maven_For_Dummies}} \ No newline at end of file diff --git a/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/site/site.xml b/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/site/site.xml index 4af9a39a..23185be5 100644 --- a/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/site/site.xml +++ b/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/site/site.xml @@ -1,9 +1,29 @@ - - org.apache.maven.skins - maven-stylus-skin - 1.0 - + + org.apache.maven.skins + maven-fluido-skin + 1.2.1 + + + + true + true + + Maven Alfresco Lifecycle + Maven Alfresco Lifecycle + /img/Alfresco-lofo-transparent.gir + /index.html + + + mindthegabz + true + true + + + + + + - - org.apache.maven.skins - maven-stylus-skin - 1.0 - + + org.apache.maven.skins + maven-fluido-skin + 1.2.1 + + + + true + true + + Maven Alfresco Lifecycle + Maven Alfresco Lifecycle + /img/Alfresco-lofo-transparent.gir + /index.html + + + mindthegabz + true + true + + + + + diff --git a/pom.xml b/pom.xml index ed5ecdad..216d364e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ community contexts. GoogleCode - http://code.google.com/p/maven-alfresco-archetypes/issues + http://code.google.com/p/maven-alfresco-archetypes/issues/detail Alfresco @@ -163,7 +163,7 @@ community contexts. clean package - deploy + deploy site-deploy ${svn.tags.url} false @@ -227,7 +227,7 @@ community contexts. alfresco-docs - dav:http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle/${project.version} + dav:http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle/latest diff --git a/src/site/site.xml b/src/site/site.xml index 35d252c5..cb61b9eb 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,9 +1,28 @@ org.apache.maven.skins - maven-stylus-skin - 1.0 + maven-fluido-skin + 1.2.1 + + + true + true + + Maven Alfresco Lifecycle + Maven Alfresco Lifecycle + /img/Alfresco-lofo-transparent.gir + /index.html + + + mindthegabz + true + true + + + + + - Maven alfresco Extension archetype - v. ${project.version} + Maven Alfresco Lifecycle - v. ${project.version} http://www.alfresco.com - images/Alfresco-logo-transparent.gif + img/Alfresco-logo-transparent.gif + - - + + - - - + + + + + - - - + + From 0ab8d2d0460c0e872691bedb97367cf401ca88ca Mon Sep 17 00:00:00 2001 From: mindthegab Date: Sat, 7 Apr 2012 00:49:46 +0000 Subject: [PATCH 3/3] [maven-release-plugin] prepare release maven-alfresco-lifecycle-3.9.1 git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@405 04253f4f-3451-0410-a141-5562f1e59037 --- .../maven-alfresco-amp-archetype/pom.xml | 2 +- .../maven-alfresco-extension-archetype/pom.xml | 2 +- .../maven-alfresco-share-archetype/pom.xml | 2 +- .../maven-alfresco-share-module-archetype/pom.xml | 2 +- maven-alfresco-archetypes/pom.xml | 2 +- plugins/maven-amp-plugin/pom.xml | 4 ++-- plugins/maven-nosnapshot-plugin/pom.xml | 4 ++-- pom.xml | 8 ++++---- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml index 345dbd4a..7b783d44 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/pom.xml @@ -28,7 +28,7 @@ org.alfresco maven-alfresco-archetypes - 4.0.0-SNAPSHOT + 3.9.1 ../pom.xml diff --git a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml index e84997c9..c061eeea 100644 --- a/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-extension-archetype/pom.xml @@ -22,7 +22,7 @@ org.alfresco maven-alfresco-archetypes - 4.0.0-SNAPSHOT + 3.9.1 ../pom.xml diff --git a/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml index 23b1da30..51ea09b9 100644 --- a/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-share-archetype/pom.xml @@ -9,7 +9,7 @@ org.alfresco maven-alfresco-archetypes - 4.0.0-SNAPSHOT + 3.9.1 ../pom.xml diff --git a/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml b/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml index b28a8c59..a44dbe79 100644 --- a/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-share-module-archetype/pom.xml @@ -8,7 +8,7 @@ org.alfresco maven-alfresco-archetypes - 4.0.0-SNAPSHOT + 3.9.1 ../pom.xml diff --git a/maven-alfresco-archetypes/pom.xml b/maven-alfresco-archetypes/pom.xml index 1b541dfc..89e8a0b4 100644 --- a/maven-alfresco-archetypes/pom.xml +++ b/maven-alfresco-archetypes/pom.xml @@ -10,7 +10,7 @@ org.alfresco maven-alfresco-lifecycle - 4.0.0-SNAPSHOT + 3.9.1 ../pom.xml diff --git a/plugins/maven-amp-plugin/pom.xml b/plugins/maven-amp-plugin/pom.xml index 148e7be2..5a70325d 100644 --- a/plugins/maven-amp-plugin/pom.xml +++ b/plugins/maven-amp-plugin/pom.xml @@ -4,11 +4,11 @@ maven-amp-plugin maven-plugin Alfresco AMP Plugin - 3.0.5-SNAPSHOT + 3.0.4 org.alfresco maven-alfresco-lifecycle - 4.0.0-SNAPSHOT + 3.9.1 ../../pom.xml diff --git a/plugins/maven-nosnapshot-plugin/pom.xml b/plugins/maven-nosnapshot-plugin/pom.xml index 52c9ae2b..428dd49e 100644 --- a/plugins/maven-nosnapshot-plugin/pom.xml +++ b/plugins/maven-nosnapshot-plugin/pom.xml @@ -3,13 +3,13 @@ org.alfresco.maven maven-nosnapshot-plugin maven-plugin - 0.0.9-SNAPSHOT + 0.0.8 Custom version manipulator Maven Plugin It's non invasive and puts modified versions in configurable pom properties org.alfresco maven-alfresco-lifecycle - 4.0.0-SNAPSHOT + 3.9.1 ../../pom.xml diff --git a/pom.xml b/pom.xml index 216d364e..e3231f48 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.alfresco maven-alfresco-lifecycle pom - 4.0.0-SNAPSHOT + 3.9.1 Maven Alfresco Lifecycle support base project http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle @@ -42,9 +42,9 @@ community contexts. UTF-8 - scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk - scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/trunk - https://maven-alfresco-archetypes.googlecode.com/svn/trunk + scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1 + scm:svn:https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1 + https://maven-alfresco-archetypes.googlecode.com/svn/tags/maven-alfresco-lifecycle-3.9.1