I try to run the jdepend plugin...
In the "<build>" part of my pom:
<plugin>
<groupId>jdepend</groupId>
<artifactId>jdepend</artifactId>
<version>2.9.1</version>
</plugin>
(the conf which is describe on
mojo.codehaus.org/jdepend-maven-plugin/howto.html doesn't work : it doesn't
find the plug-in in the remote repository)
When I try "mvn jdepend:jdepend" I have got the following error:
[ERROR] FATAL ERROR
...
java.lang.NullPointerException
at
org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.
java:312)
at
org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPl
uginManager.j
ava:217)
...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]