o removing cruft and making sense

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
plynch 2003-05-05 03:03:29 +00:00
parent 9cd783ad9e
commit c0fd578c4b

View File

@ -11,34 +11,21 @@
<section name="Futures">
<p>
The following is a list of things that are being contemplated
for the Maven J2EE Plug-in.
for the Maven appserver Plug-in.
</p>
<ol>
<li>
We need to have Class-Path entries in generated J2EE EJB jars and
We need to have Class-Path entries in generated J2EE EJB jars and
such. Quite tricky as it doesn't work the same for all application
servers (and across versions of them !).
</li>
<li>
Add HTML validation.
</li>
<li>
Add EAR validation.
</li>
<li>
Add validation of Tag libraries to the validate-war goal.
</li>
<li>
Add technology specific validators, e.g. JSP/Turbine/Velocity/Struts
etc
</li>
<li>
Allow integration with a 'webserver' plugin so that application server
requests can seamlessly be hooked into the application server.
requests can seamlessly be hooked into the webserver.
</li>
<li>
Tie where applicable the appserver instance to other Maven plugins that
need an application server instance to do their work.
Document how other Maven plugins that need an application server
instance to do their work can use this plugin.
</li>
</ol>
</section>