From 884f1596a94be897d801ad9fb5d529c71308e922 Mon Sep 17 00:00:00 2001 From: mindthegab Date: Sat, 3 Nov 2012 11:56:30 +0000 Subject: [PATCH] copying back parent POM site information in trunk, prior to refactoring git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@627 04253f4f-3451-0410-a141-5562f1e59037 --- src/changes/changes.xml | 35 +++++ .../announcements/custom-announcement.vm | 133 ++++++++++++++++++ .../archetype-resources/jetty/jetty-env.xml | 18 +++ src/site/resources/css/site.css | 1 + .../img/Alfresco-logo-transparent.gif | Bin 0 -> 2401 bytes src/site/site.xml | 65 +++++++++ 6 files changed, 252 insertions(+) create mode 100644 src/changes/changes.xml create mode 100644 src/main/resources/announcements/custom-announcement.vm create mode 100644 src/main/resources/archetype-resources/jetty/jetty-env.xml create mode 100644 src/site/resources/css/site.css create mode 100644 src/site/resources/img/Alfresco-logo-transparent.gif create mode 100644 src/site/site.xml diff --git a/src/changes/changes.xml b/src/changes/changes.xml new file mode 100644 index 00000000..eb8588e9 --- /dev/null +++ b/src/changes/changes.xml @@ -0,0 +1,35 @@ + + + Maven Alfresco Lifecycle + Gabriele Columbro + + + + Fixed all existing defects to date in Google Code. See http://code.google.com/p/maven-alfresco-archetypes/issues/list?q=label:Milestone-Release391 for details + Updated and released maven-alfresco-lifecycle and maven-alfresco-archetypes to version 3.9.1 + Updated and released maven-amp-plugin to version 3.0.4 + Updated and released maven-nosnapshot-plugin to version 0.0.8 + Removed all com.sourcesense references + + + + + Moved all the archetypes to work against http://maven.alfresco.com + + + Added support for Alfresco SHARE archetype + + + Updated documentation to point to the new infrastructure + + + + + Linked all sub modules. + + + Added this wrapper project to group all Maven Alfresco plugins and archetype useful for the Maven Alfresco Lifecycle support + + + + diff --git a/src/main/resources/announcements/custom-announcement.vm b/src/main/resources/announcements/custom-announcement.vm new file mode 100644 index 00000000..7de60b8a --- /dev/null +++ b/src/main/resources/announcements/custom-announcement.vm @@ -0,0 +1,133 @@ +## Licensed to the Apache Software Foundation (ASF) under one +## or more contributor license agreements. See the NOTICE file +## distributed with this work for additional information +## regarding copyright ownership. The ASF licenses this file +## to you under the Apache License, Version 2.0 (the +## "License"); you may not use this file except in compliance +## with the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, +## software distributed under the License is distributed on an +## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +## KIND, either express or implied. See the License for the +## specific language governing permissions and limitations +## under the License. +The ${developmentTeam} is pleased to announce the ${finalName} release! + +${introduction} + +See all the different components at the following links: +- maven-alfresco-archetypes: ${project.url}/maven-alfresco-archetypes/index.html +- maven-amp-plugin: ${project.url}/plugins/maven-amp-plugin/index.html +- maven-nosnpashot-plugin: ${project.url}/plugins/maven-nosnapshot-plugin/index.html + +See also the Alfresco wiki documentation: http://wiki.alfresco.com/wiki/Managing_Alfresco_Lifecyle_with_Maven. + +#if ($release.getActions().size() == 0) +No changes defined in this version. +#else +Changes in this version include: + +#if ($release.getActions('add').size() !=0) +New features: +#foreach($actionItem in $release.getActions('add')) +#set($action=$actionItem.getAction()) +#if ($actionItem.getIssue()) +#set($issue=$actionItem.getIssue()) +#else +#set($issue="") +#end +#if ($actionItem.getDueTo()) +#set($dueto=$actionItem.getDueTo()) +#else +#set($dueto="") +#end +o ${action} #if($!issue != "") Issue: $issue. #end#if($!dueto != "")Thanks to $dueto. #end + +#set($issue="") +#set($dueto="") +#end +#end + +#if ($release.getActions('fix').size() !=0) +Fixed Bugs: +#foreach($actionItem in $release.getActions('fix')) +#set($action=$actionItem.getAction()) +#if ($actionItem.getIssue()) +#set($issue=$actionItem.getIssue()) +#else +#set($issue="") +#end +#if ($actionItem.getDueTo()) +#set($dueto=$actionItem.getDueTo()) +#else +#set($dueto="") +#end +o ${action} #if($!issue != "") Issue: $issue. #end#if($!dueto != "")Thanks to $dueto. #end + +#set($issue="") +#set($dueto="") +#end +#end + +#if ($release.getActions('update').size() !=0) +Changes: +#foreach($actionItem in $release.getActions('update')) +#set($action=$actionItem.getAction()) +#if ($actionItem.getIssue()) +#set($issue=$actionItem.getIssue()) +#else +#set($issue="") +#end +#if ($actionItem.getDueTo()) +#set($dueto=$actionItem.getDueTo()) +#else +#set($dueto="") +#end +o ${action} #if($!issue != "") Issue: $issue. #end#if($!dueto != "")Thanks to $dueto. #end + +#set($issue="") +#set($dueto="") +#end +#end + +#if ($release.getActions('remove').size() !=0) +Removed: +#foreach($actionItem in $release.getActions('remove')) +#set($action=$actionItem.getAction()) +#if ($actionItem.getIssue()) +#set($issue=$actionItem.getIssue()) +#else +#set($issue="") +#end +#if ($actionItem.getDueTo()) +#set($dueto=$actionItem.getDueTo()) +#else +#set($dueto="") +#end +o ${action} #if($!issue != "") Issue: $issue. #end#if($!dueto != "")Thanks to $dueto. #end + +#set($issue="") +#set($dueto="") +#end +#end +## End of main loop +#end +See also specific modules changes for the latest release: + +maven-alfresco-amp-archetype: ${project.url}/maven-alfresco-archetypes/maven-alfresco-amp-archetype/changes-report.html +maven-alfresco-extension-archetype: ${project.url}/maven-alfresco-archetypes/maven-alfresco-extension-archetype/changes-report.html +maven-alfresco-share-archetype: ${project.url}/maven-alfresco-archetypes/maven-alfresco-share-archetype/changes-report.html +maven-amp-plugin: ${project.url}/plugins/maven-amp-plugin/changes-report.html + +#if ($urlDownload) + +For a manual installation, you can download the ${finalName} here: +${urlDownload} + +#end + +Have fun! +-${developmentTeam} diff --git a/src/main/resources/archetype-resources/jetty/jetty-env.xml b/src/main/resources/archetype-resources/jetty/jetty-env.xml new file mode 100644 index 00000000..7f1270c1 --- /dev/null +++ b/src/main/resources/archetype-resources/jetty/jetty-env.xml @@ -0,0 +1,18 @@ + + + + + + + jdbc/dataSource + + + jdbc:mysql://${alfresco.db.url}/${alfresco.db.name} + ${alfresco.db.username} + ${alfresco.db.password} + + + + + diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css new file mode 100644 index 00000000..5845334f --- /dev/null +++ b/src/site/resources/css/site.css @@ -0,0 +1 @@ +.pippo {} diff --git a/src/site/resources/img/Alfresco-logo-transparent.gif b/src/site/resources/img/Alfresco-logo-transparent.gif new file mode 100644 index 0000000000000000000000000000000000000000..ec36f987b9bd8cc0fd632648511d7ff5b6d6e154 GIT binary patch literal 2401 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 Tq$f@3N?ZEUn9g)30s#O!hINBy literal 0 HcmV?d00001 diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 00000000..bcf16d8e --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,65 @@ + + + org.apache.maven.skins + maven-fluido-skin + 1.2.1 + + + + true + true + + Maven Alfresco Lifecycle + Maven Alfresco Lifecycle + /img/Alfresco-logo-transparent.gif + /index.html + + + mindthegabz + true + true + + + + + + + + + + + + Maven Alfresco Lifecycle - v. ${project.version} + http://www.alfresco.com + img/Alfresco-logo-transparent.gif + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +