git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113501 13f79535-47bb-0310-9956-ffa450edef68
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven JBoss Plug-in</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Maven JBoss Plug-in">
|
|
<p>
|
|
This is a plugin for creating a pckaged JBoss server
|
|
configuration zip. It supports static and dynamic
|
|
deployment of J2EE modules. The dynamic deployment is
|
|
implemented using JMX.
|
|
</p>
|
|
</section>
|
|
<section name="News">
|
|
<table>
|
|
<tr>
|
|
<th>Date</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>17 Jun 2003</td>
|
|
<td>
|
|
Release of version 1.1. Read the
|
|
<a href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.1.ann?rev=1.1&content-type=text/vnd.viewcvs-markup">announcement</a>.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>08 Apr 2003</td>
|
|
<td>
|
|
Release of version 1.0. Read the
|
|
<a href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.0.ann?rev=1.2&content-type=text/vnd.viewcvs-markup">announcement</a>.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
|
|
</body>
|
|
</document>
|