Hi, I'm having trouble using the Jdepend-maven-plugin. I've put this in my reports section of my POM (which I copied from the jdepend-maven-plugin site:
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> <version>2.0-beta-1-SNAPSHOT</version> </plugin> But I get this error: ----- GroupId: org.codehaus.mojo ArtifactId: jdepend-maven-plugin Version: 2.0-beta-1-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:jdepend-maven-plugin:pom:2.0-beta-1-SNAPSHOT ------ When I looked around on ibiblio I couldn't find the jdepend-maven-plugin anywhere. Where should I point it to? Thanks, Christian