We can add now other template like ejb, webapps... git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113874 13f79535-47bb-0310-9956-ffa450edef68
37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<release version="2.0" date="in CVS">
|
|
<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>
|
|
|