Changes
dIon Gillard
Support of configuration files in the template starting
with a dot (e.g. .cvsignore).
Fix usage of explicit template provided with the property
maven.genapp.template.dir. Suppress question for template
name, since it is implicit.
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.
Fix usage of a comma-separated string as value for property
maven.genapp.filter to define multiple files.
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.
Support user-defined parameters for filtering.
Update and improve documentation for properties.
Add a taglib for use the generation in other plugins.
Changed property names to maven.genapp.* syntax
Prompt the user for project id, name, and package.
Don't require command line package specification.
This change added a dependency on jelly:interaction.
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.
Initial plugin created