Hi, I'm using the Maven Cactus plugin, and it all works well when I execute "maven cactus:test-ear". The problem comes when I try to generate a cactus report. When I run the site goal, even without specifying a cactus report among my reports, maven will output the site in the cactus plugin folder. If I take away this from my project.xml file, then the site gets generated normally: <dependency> <groupId>cactus</groupId> <artifactId>cactus-maven</artifactId> <version>1.6dev-20040226</version> <type>plugin</type> </dependency>
Is this a bug, or am I missing something? Thanks in advance Bjorn