git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
53 lines
1.4 KiB
XML
53 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Tasks</title>
|
|
<author email="vmassol@octo.com">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Tasks">
|
|
<p>
|
|
Lists of todos and ideas for future versions.
|
|
</p>
|
|
|
|
<subsection name="Unassigned">
|
|
<p>
|
|
<ul>
|
|
<li>
|
|
Describe plugin properties in the Maven plugin documentation.
|
|
</li>
|
|
<li>
|
|
Fix the "single" goal as it will not really work because it
|
|
expects that the cactus war has been deployed and it won't
|
|
redeploy it when the code changes.
|
|
</li>
|
|
<li>
|
|
Transform cactus Ant scripts to Jelly scripts for :
|
|
Tomcat 3.x, Orion 1.5, Orion 1.6, WebLogic 6.x,
|
|
Enhydra 5.x
|
|
</li>
|
|
<li>
|
|
Add more scripts for JBoss/Jonas/Jetty.
|
|
</li>
|
|
<li>
|
|
Add a <code>test-all</code> goal that runs the tests on all
|
|
defined containers.
|
|
</li>
|
|
<li>
|
|
Support packaging as an EAR for EJB unit testing. Requires the
|
|
EAR plugin first.
|
|
</li>
|
|
<li>
|
|
Add the rhino jar for HttpUnit javascript support.
|
|
</li>
|
|
</ul>
|
|
</p>
|
|
</subsection>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
</document>
|