From b48257bad2587b1380627193b166382c19bd08a0 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 22 Mar 2003 16:05:11 +0000 Subject: [PATCH] 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 --- cactus/announcements/1.2.ann | 32 ++++++++++++++++++++++++++++++++ cactus/project.xml | 4 ++-- cactus/xdocs/changes.xml | 25 ++++++++++++++++++++++++- cactus/xdocs/index.xml | 6 ++++++ cactus/xdocs/navigation.xml | 1 + 5 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 cactus/announcements/1.2.ann diff --git a/cactus/announcements/1.2.ann b/cactus/announcements/1.2.ann new file mode 100644 index 00000000..59978a4a --- /dev/null +++ b/cactus/announcements/1.2.ann @@ -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 web.xml 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 \ No newline at end of file diff --git a/cactus/project.xml b/cactus/project.xml index 3e97daea..80b020b8 100644 --- a/cactus/project.xml +++ b/cactus/project.xml @@ -5,7 +5,7 @@ 3 maven-cactus-plugin Maven Cactus Plug-in - 1.2-SNAPSHOT + 1.2 Plugin for Cactus (http://jakarta.apache.org/cactus) that allows to automatically start containers, run Cactus tests and stop the containers. Cactus plugin http://maven.apache.org/reference/plugins/cactus/ @@ -31,7 +31,7 @@ 1.2 1.2 - HEAD + MAVEN_CACTUS_1_2 diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml index 5a7419af..9bdaf31d 100644 --- a/cactus/xdocs/changes.xml +++ b/cactus/xdocs/changes.xml @@ -7,7 +7,30 @@ - + + + Upgraded scripts to work with Maven beta 8. + + + Checkstyle fixes for included Sample webapp. + + + Add new target cactus:test that runs tests for + all containers with a + maven.cactus.[container].home property set. + + + 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. + + + 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. + Added Checkstyle report to Cactus plugin web site. diff --git a/cactus/xdocs/index.xml b/cactus/xdocs/index.xml index f9eaaf14..70d12ba2 100644 --- a/cactus/xdocs/index.xml +++ b/cactus/xdocs/index.xml @@ -24,6 +24,12 @@ Date Description + + 22 Mar 2003 + + Release of version 1.2. + + 16 Nov 2002 diff --git a/cactus/xdocs/navigation.xml b/cactus/xdocs/navigation.xml index 77322caf..451488a4 100644 --- a/cactus/xdocs/navigation.xml +++ b/cactus/xdocs/navigation.xml @@ -17,6 +17,7 @@ +