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 @@
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.
+ maven.cactus.webxml.
+