Version | Date | Description |
---|---|---|
2.3.1 | 2006-10-29 | |
2.3 | 2006-01-07 | |
2.2.1 | 2005-09-08 | |
2.2 | 2004-05-15 | |
2.1 | 2004-03-10 | |
2.0 | 2003-09-29 | |
1.0 | 2002-12-08 |
Type | Changes | By |
---|---|---|
Problem when maven.genapp.repackage.dir is empty. Fixes MPGENAPP-26. | ltheussl | |
Generated poms contain deprecated id elements. Fixes MPGENAPP-27. | ltheussl | |
Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1 | aheritier |
Type | Changes | By |
---|---|---|
Make generated structure comply with maven standarts. Fixes MPGENAPP-21. | ltheussl | |
Added new property
maven.genapp.basedir property
.
Fixes MPGENAPP-24.
|
felipeal | |
Added property
maven.genapp.repackage.dir
as base directory for
maven.genapp.repackage
.
Fixes MPGENAPP-23.
|
felipeal | |
Make generated POMs conform to maven-project-3.xsd. Fixes MPGENAPP-22. | ltheussl | |
Added customization guide. Fixes MPGENAPP-20. Thanks to Miguel Griffa. | felipeal | |
Added Velocity-based webapp template (named
web-velocity
).
Fixes MPGENAPP-19.
Thanks to Miguel Griffa.
|
felipeal | |
Use the project's name as display-name in web.xml. Fixes MPGENAPP-18. Thanks to Archimedes Trajano. | aheritier | |
Using
${maven.home.local}
instead of
${user.home}/.maven
for templates.
Fixes MPGENAPP-17.
|
felipeal | |
An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts projects generated by the plugin. Fixes MPGENAPP-12. Thanks to Filippo Vitale. | aheritier | |
Added Tapestry template. Fixes MPGENAPP-10. Thanks to Archimedes Trajano. | felipeal | |
Added Struts with validation template. Fixes MPGENAPP-9. Thanks to Archimedes Trajano. | aheritier | |
Replace @PACKAGE@ by @NAME@ in Title in JSP files. Fixes MPGENAPP-8. Thanks to Archimedes Trajano. | aheritier | |
Added prompt for project root. Fixes MPGENAPP-3. Thanks to Sri Sankaran. | felipeal | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier |
Type | Changes | By |
---|---|---|
Remove Struts deprecated apis. Fixes MPGENAPP-7. | evenisse | |
Fix StrutsTestCase dependency in struts templates. | evenisse |
Type | Changes | By |
---|---|---|
Support of configurati on files in the template starting with a dot (e.g. .cvsignore). | joehni | |
Fix usage of explicit template provided with the property maven.genapp.template.dir. Suppress question for template name, since it is implicit. | joehni | |
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. | joehni | |
Fix usage of a comma-separated string as value for property maven.genapp.filter to define multiple files. | joehni | |
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. | joehni | |
Support user-defined parameters for filtering. | joehni | |
Update and improve documentation for properties. | joehni |
Type | Changes | By |
---|---|---|
Add a taglib for use the generation in other plugins. | evenisse | |
Changed property names to maven.genapp.* syntax | rhoegg | |
Prompt the user for project id, name, and package. Don't require command line package specification. This change added a dependency on jelly:interaction. | rhoegg | |
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. | rhoegg |