maven-plugins/genapp/xdocs/changes.xml
aheritier 4eee931710 Use recent releases of dependencies to allow developers to use them in plugins :
* commons-logging v1.0.3 -> v1.0.4
* log4j v1.2.8 -> v1.2.12

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@321081 13f79535-47bb-0310-9956-ffa450edef68
2005-10-14 12:00:34 +00:00

61 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 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>
</properties>
<body>
<release version="2.3-SNAPSHOT" date="in SVN">
<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>commons-logging v1.0.3 -> v1.0.4</li>
</ul>
</action>
<action dev="felipeal" type="add" issue="MPGENAPP-20" due-to="Miguel Griffa">Added customization guide.</action>
<action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named <code>web-velocity</code>).</action>
<action dev="aheritier" type="add" issue="MPGENAPP-18" due-to="Archimedes Trajano">Use the project's name as display-name in web.xml.</action>
</release>
<release version="2.2.1" date="2005-09-08">
<action dev="brett" type="fix">Amended 2.2 release to work with Maven 1.1 beta 2</action>
</release>
<release version="2.2" date="2004-05-15">
<action dev="evenisse" type="fix" issue="MPGENAPP-7">Remove Struts deprecated apis.</action>
<action dev="evenisse" type="fix">Fix StrutsTestCase dependency in struts templates.</action>
</release>
<release version="2.1" date="2004-03-10">
<action dev="joehni" type="add">Support of configuration files in the template starting with a dot (e.g. .cvsignore).</action>
<action dev="joehni" type="fix">Fix usage of explicit template provided with the property maven.genapp.template.dir. Suppress question for template name, since it is implicit.</action>
<action dev="joehni" type="add">Add property maven.genapp.template.repository to support a user-defined location for own templates. This allows a CVS-based template management for a company.</action>
<action dev="joehni" type="fix">Fix usage of a comma-separated string as value for property maven.genapp.filter to define multiple files.</action>
<action dev="joehni" type="add">Add property maven.genapp.template.user to support the user's account name in the filter with @USER@. The default value is the system property user.name.</action>
<action dev="joehni" type="add">Support user-defined parameters for filtering.</action>
<action dev="joehni" type="update">Update and improve documentation for properties.</action>
</release>
<release version="2.0" date="2003-09-29">
<action dev="evenisse" type="update">Add a taglib for use the generation in other plugins.</action>
<action dev="rhoegg" type="update">Changed property names to maven.genapp.* syntax</action>
<action dev="rhoegg" type="update">Prompt the user for project id, name, and package. Don't require command line package specification. This change added a dependency on jelly:interaction.</action>
<action dev="rhoegg" type="add">Added initial application template capability. Original idea and implementation was submitted by Brian Ewins in jira(MAVEN-426). Modified his jelly to use template directories inside plugin-resources. Added capability for templates to define their own properties.</action>
</release>
<release version="1.0" date="2002-12-08">
<action dev="jvanzyl" type="add">Initial plugin created</action>
</release>
</body>
</document>