maven-plugins/j2ee/xdocs/futures.xml
plynch 02a7a56b86 o removing references to the appserver plugin except a small stub that says it is now a new plugin
o removing appserver related properties from plugin.properties


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112754 13f79535-47bb-0310-9956-ffa450edef68
2003-01-26 07:41:29 +00:00

39 lines
966 B
XML

<?xml version="1.0"?>
<document>
<properties>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="plynch@apache.org">Peter Lynch</author>
<title>Futures for the J2EE Plug-in</title>
</properties>
<body>
<section name="Futures">
<p>
The following is a list of things that are being contemplated
for the Maven J2EE Plug-in.
</p>
<ol>
<li>
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>
</ol>
</section>
</body>
</document>