Changes Vincent Massol Added Checkstyle report to Cactus plugin web site. The plugin now works even if not connected to the internet. 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. Added support for HttpUnit integration out of the box (i.e. the HttpUnit jars are automatically added by the Cactus plugin). Ability to exclude Cactus tests (for long running tests for example, in debug period). The web.xml elements required for Cactus are now automatically added to the user project web.xml. Added support for running the tests using the JUnit Swing Test Runner. Simply create the following Maven property maven.cactus.testrunner = swing to use the Swing Test Runner. Added automatic discovery of Cactus Test Cases and ignore test support classes. Creation of the project war/webapp is now left to the Maven War plugin. Cactus repackages it by adding the Cactus tests, the Cactus configuration files and the Cactus external jars. Thus, the Cactus plugin now supports the "war:webapp" goal. Improved documentation: "news" section on front page and improved "Quick Start" page. Support for WebLogic 7.x. Sample project showing how to use the Cactus plugin. Generates HTML reports Support for Resin 2.x. Support for Tomcat 4.x (supports hot redeploy). Creation of the Cactus plugin