Preparing for version 1.1 release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113500 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-06-17 12:04:29 +00:00
parent a82219781b
commit 55d4f68613
5 changed files with 79 additions and 3 deletions

View File

@ -0,0 +1,30 @@
The Maven team is pleased to announce the JBoss plugin 1.1 release!
http://maven.apache.org/reference/plugins/jboss
The Maven JBoss plugin is a plugin containing goals useful for creating
a JBoss server configuration and deploying J2EE modules in it.
Changes in this version include:
o Application-specific JBoss configuration files now correctly overwrite
the default JBoss configuration files.
vo Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously
supported) by adding the "jboss:package-ear", "jboss:package-ejb" and
"jboss:package-war" goals. The "jboss:package" goal has been renamed
"jboss:configure" and now simply creates a custom JBoss server configuration
(with nothing from the project deployed in it).
o Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console.
o Added new maven.jboss.hostname plugin property. It defaults to "localhost"
and gives the host name of the server to stop when calling
"maven jboss:stop".
o JBoss failed to start on unix. This has been fixed.
Note that this plugin has been tested with Maven beta 10. Using it with
another version of Maven is at your own risks! :-)
You can download the JBoss Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.1.jar
Have fun!
-Vincent

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-jboss-plugin</id>
<name>Maven JBoss Plug-in</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<currentVersion>1.1</currentVersion>
<description>Plugin for JBoss.</description>
<shortDescription>JBoss plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/jboss/</url>
@ -26,7 +26,7 @@
<version>
<id>1.1</id>
<name>1.1</name>
<tag>HEAD</tag>
<tag>MAVEN_JBOSS_1_1</tag>
</version>
</versions>

View File

@ -7,7 +7,7 @@
<body>
<release version="1.1" date="in CVS">
<release version="1.1" date="2003-06-17">
<action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="ctwillie@ust.hk">
Application-specific JBoss configuration files now correctly overwrite
the default JBoss configuration files.

42
jboss/xdocs/index.xml Normal file
View File

@ -0,0 +1,42 @@
<?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.0&amp;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&amp;content-type=text/vnd.viewcvs-markup">announcement</a>.
</td>
</tr>
</table>
</section>
</body>
</document>

View File

@ -12,5 +12,9 @@
<item name="Goals" href="/goals.html"/>
<item name="Properties" href="/properties.html"/>
</menu>
<menu name="Downloads">
<item name="JBoss Plugin 1.1" href="http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.1.jar"/>
<item name="JBoss Plugin 1.0" href="http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.0.jar"/>
</menu>
</body>
</project>