Rodolphe Beck wrote:
Hello,I tried to generate a website for my project. All the reports work fine except cobertura: report result is generated into target/site/cobertura but not copied in the stage directory the command I use is: site:stage -DstagingDirectory=C:\work\site Here is the statement in my superpom: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.1</version> </plugin>
You have run into this known issue: http://jira.codehaus.org/browse/MCOBERTURA-63 -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
