Hi all, I'm starting a test project fresh with maven2, what a joy to not have to reproduce all the madness in my regular ant build infrastructure. So I'm trying to use things like clover and PMD in this new project, but running into a brick wall (no docs, examples don't seem to work).
I'm assuming to get the site reports up (code coverage, pmd, etc) I need to use the "site:site" command? With maven 2 beta1, the example project at http://svn.apache.org/repos/asf/maven/components/trunk/examples/maven-clover-plugin-samples running "m2 site:site", it seems to fail with this error (I think this is the root cause): "Caused by: org.apache.maven.artifact.resolver.ArtifactResolutionException: Unable to download the artifact from any repository org.apache.maven.plugins:maven-clover-plugin:1.0-SNAPSHOT:maven-plugin" - Shouldn't the clover example work, or am I missing something? On a related note, in my teeny project, I'm trying to get pmd working, is this appropriate? <reporting> <plugins> <plugin> <artifactId>maven-pmd-plugin</artifactId> </plugin> </plugins> </reporting> I get a PMD report, but there's nothing in it. Do I have to also add something to the build section in the POM? Thanks a bunch, and keep up the good work, - Dave... -- Dave LeBlanc <[EMAIL PROTECTED]> "I'm walking down that empty road It ain't empty now Because I'm on it" - Guster --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
