git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
24 lines
586 B
XML
24 lines
586 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
<title>Futures for the Struts Plug-in</title>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Futures">
|
|
<p>
|
|
The following is a list of things that are being contemplated
|
|
for the Maven Struts Plug-in.
|
|
</p>
|
|
<ol>
|
|
<li>Validate forwards</li>
|
|
<li>Support Struts 1.1</li>
|
|
<li>Generate struts-config using xdoclet</li>
|
|
<li>Generate form beans from validation.xml</li>
|
|
</ol>
|
|
</section>
|
|
</body>
|
|
</document>
|