aheritier 753396fb2e MAVEN-1755 : Backward Incompability : Usage of xml entities in the POM doesn't work in maven 1.1 beta 1 & 2
Upgrade to a maven-model 3.0.2 SNAPSHOT which allow us to read the POM from an URL with DOM4J
It fixes the problem of relative entities. We have to check if it doesn't reduce significantly performances.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@454415 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 16:13:34 +00:00

100 lines
6.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* Licensed 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.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="update" issue="MAVEN-1769">Upgrade maven-model to version 3.0.2</action>
<action dev="aheritier" type="update">Use a custom build of velocity (1.5-20060721.044818) to wait for a release of velocity 1.5 which will fix the issue VELOCITY-193 (The horrible error : "log4j:ERROR Attempted to append to closed appender named [null]").</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-68" due-to="Shinobu Kawai">Only register the dependency convergence report if there are child projects.</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-67" due-to="Shinobu Kawai">maven-multiproject-plugin:deregister does not work.</action>
</release>
<release version="1.5" date="2006-05-07">
<action dev="aheritier" type="fix" issue="MPMULTIPROJECT-63">Error when generating navigation.xml.</action>
<action dev="ltheussl" type="add" issue="MPMULTIPROJECT-58" due-to="Lucas Persson">Possibility to re-execute
<code>multiproject:projects-init</code>.
</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-45">multiproject:clean doesn't remove top target directory.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>maven v1.0 -&gt; v1.0.2</li>
<li>maven-model v3.0.0 -&gt; v3.0.1</li>
<li>velocity v1.4-dev -&gt; v1.4</li>
</ul>
</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-44">multiproject:site fails if sub-projects has a &amp;amp; on POM.</action>
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-49">Can not mix multiproject goals with other/custom goals.</action>
</release>
<release version="1.4.1" date="2005-06-07">
<action dev="vmassol" type="fix">Set version of the
<code>maven-model</code>dependency to
<code>3.0.0</code>(it was pointing to a SNAPSHOT version).
</action>
</release>
<release version="1.4" date="2005-06-05">
<action dev="brett" type="fix">multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead of plugin:* which are not correct</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
<action dev="dion" type="fix" issue="MPMULTIPROJECT-41">Document multiproject dependency convergence report</action>
<action dev="dion" type="add" issue="MPMULTIPROJECT-33">Add multiproject:site-deploy</action>
<action dev="brett" type="update">Deprecate dependency handle</action>
</release>
<release version="1.3.1" date="2004-06-28">
<action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
<action dev="brett" type="fix" issue="MPMULTIPROJECT-31">Make sure source directory exists as some circumstances cause it not to</action>
</release>
<release version="1.3" date="2004-05-13">
<action dev="evenisse" type="fix">Fix navigation template for independent navigation</action>
<action dev="vmassol" type="update">When executing
<code>multiproject:site</code>, generate the top level site after the subprojects site have been generated. This is required if the top level site generation depends on subproject site generation information.
</action>
<action dev="vmassol" type="add" issue="MPMULTIPROJECT-27">Added new
<code>maven.multiproject.site.goals</code>property which defines the list of goals to be executed by the
<code>multiproject:site</code>goal.
</action>
<action dev="brett" type="add">Utilise new reactor parameter "projectList" to avoid reloading projects</action>
<action dev="brett" type="add">Add a dependency-handle tag so that you can use multiproject properties in your plugin without calling the goals.</action>
</release>
<release version="1.2" date="2004-03-07">
<action dev="evenisse" type="fix">Fix dependency convergence page when project have no dependency.</action>
<action dev="dion" type="fix" issue="MAVEN-887"/>
<action dev="dion" type="fix">Only run all sub projects 'site' goal on multiproject site if navigation type is aggregate. Otherwise the info is not needed (i.e. independent).</action>
</release>
<release version="1.1" date="2003-09-29">
<action dev="dion" type="update">Update docs on overview page</action>
<action dev="dion" type="update">set maven.xdoc.version to 1.0 for the site</action>
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
</release>
<release version="1.0" date="2003-08-28">
<action dev="dion" type="update">update to velocity 1.4-dev</action>
<action dev="dion" type="update">Change from ${basedir}/multiproject/navigation.xml to ${maven.docs.src}/navigation.xml as the nav source for user supplied nav templates</action>
<action dev="dion" type="fix">Bad j:set tags fixed</action>
<action dev="rafal" type="update">Made aggregation directory configurable, use artifactId instead of name for creating site directories / URLs.</action>
<action dev="dion" type="update">Updated multiproject:site to automate navigation generation for all projects</action>
<action dev="michal" type="add">Added multiproject 'install', 'install-snapshot', 'deploy' and 'deploy-snapshot' facility</action>
<action dev="dion" type="update">Rename plugin from reactor to multiproject to reduce confusion</action>
<action dev="dion" type="add">Initial creation during 1.0-beta 10 dev phase</action>
</release>
</body>
</document>