Preparing for 3.1 release. Please do not make any change till release of Maven 1.0 rc1!

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-09-15 20:04:07 +00:00
parent c58a1f373f
commit 9d34cbb64d
5 changed files with 47 additions and 3 deletions

View File

@ -0,0 +1,36 @@
The Maven team is pleased to announce the Cactus plugin 3.1 release!
http://maven.apache.org/reference/plugins/cactus
The Maven Cactus plugin is a plugin for Cactus
(http://jakarta.apache.org/cactus) that allows to automatically start
containers, run Cactus tests and stop the containers.
User-visible changes in this version:
o New cactus:jar-install goal to install the Cactus jar in the local Maven
repository. This is useful if you wish to put Cactus test classes in one
Maven project and execute the Cactus tests in another project.
o New cactus:jar goal to generate a jar containing the Cactus test classes.
o Added new cactus.tmp.dir optional property to specify a location where
Cactus will put its temporary files (mostly where it setup containers for
execution). Defaults to [java.io.tmpdir]/[containername].
o Generate the Cactus test reports in the Cactus reports directory
instead of directly in the Maven build directory. This fixes bug MAVEN-669
o Updated commons-httpclient dependency to 2.0 rc1, httpunit to 1.5.3 and
nekohtml to 0.7.7.
o Added new optional property cactus.weblogic7x.beahome to configure the
location of BEA HOME for the WebLogic 7.x container. It is only needed if
the BEA HOME location is not the parent directory of cactus.home.weblogic7x.
o Added back support for WebLogic 7.x (it had somehow been dropped
when we moved to the new Cactus/Ant integration in version 3.0).
o Updated to Cactus 1.6dev-20030830 which has fixes for WebLogic 7.x support.
Note that this plugin has been tested with Maven 1.0 rc1.
Using it with another version of Maven is at your own risks! :-)
You can download the Cactus Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-3.1.jar
Have fun!
-Vincent

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-cactus-plugin</id>
<name>Maven Cactus Plug-in</name>
<currentVersion>3.1-SNAPSHOT</currentVersion>
<currentVersion>3.1</currentVersion>
<description>Plugin for Cactus (http://jakarta.apache.org/cactus) that allows to automatically start containers, run Cactus tests and stop the containers.</description>
<shortDescription>Cactus plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/cactus/</url>
@ -43,7 +43,7 @@
<version>
<id>3.1</id>
<name>3.1</name>
<tag>HEAD</tag>
<tag>MAVEN_CACTUS_3_1</tag>
</version>
</versions>
<developers>

View File

@ -7,7 +7,7 @@
<body>
<release version="3.1" date="in CVS">
<release version="3.1" date="2003-09-15">
<action dev="vmassol" type="add">
New <code>cactus:jar-install</code> goal to install the Cactus
jar in the local Maven repository. This is useful if you wish to

View File

@ -24,6 +24,13 @@
<th>Date</th>
<th>Description</th>
</tr>
<tr>
<td>15 Sep 2003</td>
<td>
Release of version 3.1. Read the
<a href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/cactus/announcements/3.1.ann?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">announcement</a>.
</td>
</tr>
<tr>
<td>05 Aug 2003</td>
<td>

View File

@ -15,6 +15,7 @@
<item name="Properties" href="/properties.html"/>
</menu>
<menu name="Downloads">
<item name="Cactus Plugin 3.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-3.1.jar"/>
<item name="Cactus Plugin 3.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-3.0.jar"/>
<item name="Cactus Plugin 2.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-2.0.jar"/>
<item name="Cactus Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-cactus-plugin-1.2.jar"/>