Modified: maven/maven-1/plugins/trunk/genapp/src/plugin-test/templatesTest/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/src/plugin-test/templatesTest/project.properties?rev=348341&r1=348340&r2=348341&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/genapp/src/plugin-test/templatesTest/project.properties (original) +++ maven/maven-1/plugins/trunk/genapp/src/plugin-test/templatesTest/project.properties Tue Nov 22 17:52:38 2005 @@ -14,7 +14,7 @@ # limitations under the License. # ------------------------------------------------------------------- #templates to test -templates=complex,default,ejb,struts,struts-jstl,tapestry,web,web-jstl,web-velocity +templates=complex,default,ejb,struts,struts-jstl,struts-validation,tapestry,web,web-jstl,web-velocity #artifact genarated by a template template.tapestry.artifact=${maven.genapp.basedir}/target/${maven.genapp.template.id}.war # directory where it should be generated
Modified: maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml?rev=348341&r1=348340&r2=348341&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml Tue Nov 22 17:52:38 2005 @@ -31,6 +31,7 @@ <action dev="felipeal" type="fix" issue="MPGENAPP-17">Using <code>${maven.home.local}</code> instead of <code>${user.home}/.maven</code> for templates.</action> <action dev="aheritier" type="fix" issue="MPGENAPP-12" due-to="Filippo Vitale">An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts projects generated by the plugin.</action> <action dev="felipeal" type="add" issue="MPGENAPP-10" due-to="Archimedes Trajano">Added Tapestry template.</action> + <action dev="aheritier" type="add" issue="MPGENAPP-9" due-to="Archimedes Trajano">Added Struts with validation template.</action> <action dev="felipeal" type="add" issue="MPGENAPP-3" due-to="Sri Sankaran">Added prompt for project root.</action> <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> Modified: maven/maven-1/plugins/trunk/genapp/xdocs/templates.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/xdocs/templates.xml?rev=348341&r1=348340&r2=348341&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/genapp/xdocs/templates.xml (original) +++ maven/maven-1/plugins/trunk/genapp/xdocs/templates.xml Tue Nov 22 17:52:38 2005 @@ -48,6 +48,10 @@ <td>Generate a project to create a simple web app with Struts and JSTL.</td> </tr> <tr> + <td>struts-validation</td> + <td>Generate a project to create a simple web app with Struts and its Validator.</td> + </tr> + <tr> <td>tapestry</td> <td>Generate a project to create a simple web app with Tapestry.</td> </tr>