Prepare for release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
32
cactus/announcements/1.2.ann
Normal file
32
cactus/announcements/1.2.ann
Normal file
@@ -0,0 +1,32 @@
|
||||
The Maven team is pleased to announce the Cactus plugin 1.2 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.
|
||||
|
||||
Changes in this version:
|
||||
|
||||
o Update the plugin to make it work in Maven beta 8
|
||||
o Checkstyle fixes for included Sample webapp.
|
||||
o Add new target cactus:test that runs tests for all containers with a
|
||||
maven.cactus.[container].home property set.
|
||||
o cactus:single now builds all the code and then runs the testcase specified
|
||||
by the property mavencactustestcase.
|
||||
Example: maven cactus:single -Dmavencactustestcase=com.my.company.EasyTest
|
||||
o Commented out dvsl merging of web.xml due to changes in Maven. Instead uses
|
||||
either included default web.xml or one provided by maven.cactus.webxml.
|
||||
o Added Checkstyle report to Cactus plugin web site.
|
||||
o The plugin now works even if not connected to the internet.
|
||||
o Fixed problem when the <code>web.xml</code> of the application to
|
||||
test was defining security configuration. The Cactus was adding its
|
||||
own but the web.xml DTD only supports one. The new implementation
|
||||
discards the application security information which is replaced by
|
||||
the Cactus definition.
|
||||
|
||||
You can download the Cactus Maven plugin here:
|
||||
http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.2.jar
|
||||
|
||||
Have fun!
|
||||
-Vincent
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-cactus-plugin</id>
|
||||
<name>Maven Cactus Plug-in</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</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>
|
||||
@@ -31,7 +31,7 @@
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>HEAD</tag>
|
||||
<tag>MAVEN_CACTUS_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
|
||||
@@ -7,7 +7,30 @@
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<release version="1.2" date="2003-03-22">
|
||||
<action dev="epugh" type="fix">
|
||||
Upgraded scripts to work with Maven beta 8.
|
||||
</action>
|
||||
<action dev="epugh" type="fix">
|
||||
Checkstyle fixes for included Sample webapp.
|
||||
</action>
|
||||
<action dev="epugh" type="add">
|
||||
Add new target <code>cactus:test</code> that runs tests for
|
||||
all containers with a
|
||||
<code>maven.cactus.[container].home</code> property set.
|
||||
</action>
|
||||
<action dev="epugh" type="fix">
|
||||
<code>cactus:single</code> now builds all the code and then runs
|
||||
the testcase specified by the property
|
||||
<code>mavencactustestcase</code>. Example
|
||||
<code>maven cactus:single
|
||||
-Dmavencactustestcase=com.my.company.EasyTest</code>.
|
||||
</action>
|
||||
<action dev="epugh" type="fix">
|
||||
Commented out dvsl merging of web.xml due to changes in Maven.
|
||||
Instead uses either included default web.xml or one provided by
|
||||
<code>maven.cactus.webxml</code>.
|
||||
</action>
|
||||
<action dev="vmassol" type="add">
|
||||
Added Checkstyle report to Cactus plugin web site.
|
||||
</action>
|
||||
|
||||
@@ -24,6 +24,12 @@
|
||||
<th>Date</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>22 Mar 2003</td>
|
||||
<td>
|
||||
Release of version 1.2.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>16 Nov 2002</td>
|
||||
<td>
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<menu name="Downloads">
|
||||
<item name="Cactus Plugin 1.0" href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.0.jar"/>
|
||||
<item name="Cactus Plugin 1.1" href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.1.jar"/>
|
||||
<item name="Cactus Plugin 1.2" href="http://www.ibiblio.org/maven/maven/jars/maven-cactus-plugin-1.2.jar"/>
|
||||
</menu>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user