o applying patches for MPGENAPP-1

http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPGENAPP-1


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-11-30 21:26:26 +00:00
parent aca688b63c
commit ddd35b494d
5 changed files with 187 additions and 69 deletions

View File

@@ -5,6 +5,37 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="2.1" date="SNAPSHOT">
<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.