Author: aheritier Date: Tue Nov 22 17:29:46 2005 New Revision: 348338 URL: http://svn.apache.org/viewcvs?rev=348338&view=rev Log: PR: MPGENAPP-12 Submitted by: Filippo Vitale Fixed a long long time ago : An error "Artifact strutstest-2.1.0.jar doesn't exist" is thrown by struts projects generated by the plugin.
Modified: maven/maven-1/plugins/trunk/genapp/xdocs/changes.xml 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=348338&r1=348337&r2=348338&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:29:46 2005 @@ -22,20 +22,21 @@ </properties> <body> <release version="2.3-SNAPSHOT" date="in SVN"> + <action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property <code>maven.genapp.basedir property</code>.</action> + <action dev="felipeal" type="add" issue="MPGENAPP-23">Added property <code>maven.genapp.repackage.dir</code> as base directory for <code>maven.genapp.repackage</code>.</action> <action dev="ltheussl" type="fix" issue="MPGENAPP-22">Make generated POMs conform to maven-project-3.xsd.</action> - <action dev="felipeal" type="add" issue="MPGENAPP-3" due-to="Sri Sankaran">Added prompt for project root.</action> - <action dev="felipeal" type="add" issue="MPGENAPP-10" due-to="Archimedes Trajano">Added Tapestry template.</action> + <action dev="felipeal" type="add" issue="MPGENAPP-20" due-to="Miguel Griffa">Added customization guide.</action> + <action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named <code>web-velocity</code>).</action> + <action dev="aheritier" type="add" issue="MPGENAPP-18" due-to="Archimedes Trajano">Use the project's name as display-name in web.xml.</action> <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="felipeal" type="add" issue="MPGENAPP-23">Added property <code>maven.genapp.repackage.dir</code> as base directory for <code>maven.genapp.repackage</code>.</action> - <action dev="felipeal" type="add" issue="MPGENAPP-24">Added new property <code>maven.genapp.basedir property</code>.</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="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> <li>commons-logging v1.0.3 -> v1.0.4</li> </ul> </action> - <action dev="felipeal" type="add" issue="MPGENAPP-20" due-to="Miguel Griffa">Added customization guide.</action> - <action dev="felipeal" type="add" issue="MPGENAPP-19" due-to="Miguel Griffa">Added Velocity-based webapp template (named <code>web-velocity</code>).</action> - <action dev="aheritier" type="add" issue="MPGENAPP-18" due-to="Archimedes Trajano">Use the project's name as display-name in web.xml.</action> </release> <release version="2.2.1" date="2005-09-08"> <action dev="brett" type="fix">Amended 2.2 release to work with Maven 1.1 beta 2</action>