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 00000000..ec36f987 Binary files /dev/null and b/src/site/resources/img/Alfresco-logo-transparent.gif differ 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +