More docs before 1.0 release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-04-24 14:09:08 +00:00
parent 9a34fcdf8e
commit e177700327
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
The Maven team is pleased to announce the WebSphere AppServer plugin 1.0 release!
http://maven.apache.org/reference/plugins/was40/
The Maven WebSphere AppServer plugin is a plugin containing goals useful for persons
wishing to deploy their applications on IBM's WebSphere Application Server v4.0.
Features in this version includes:
o Ability to start and stop WebSphere nodes
o Ability to deploy and undeploy ear files
o Ability to start and stop deployed Enterprise Applications
o Ability to stop and stop WebSphere Application Servers on a node
o Ability to list accessible nodes
o Ability to start and stop server groups
o Ability to deploy applications to server groups
Note that this plugin has been tested with Maven beta 9. Using it with
another version of Maven is at your own risks! :-)
You can download the WebSphere Application Server Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-was40-plugin-1.0.jar
Have fun!
-dIon

18
was40/xdocs/changes.xml Normal file
View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.0" date="in CVS">
<action dev="dion" type="add">
Added plugin provided by Kristen Gillard
</action>
</release>
</body>
</document>