Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-14 Thread berndq
Brett Porter wrote: That's the Maven 1.x plugin. The error reporting is a known bug. why is a maven 1.x plugin placed under a path with maven2 in it? http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ thanks for your help! Bernd

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-13 Thread Oscar Picasso
--- Brett Porter [EMAIL PROTECTED] wrote: Not sure who put that statement up, but that's not entirely true. It's possible the jdepend plugin hasn't been released as I don't think it has received full testing yet. You can still build it from SVN. Most of the other plugins there have had

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-13 Thread Brett Porter
On 11/14/05, Oscar Picasso [EMAIL PROTECTED] wrote: Can we assume that any mojo plugin released is necessarily in ibiblio, so there is no need to look in another repository? Yes, that's correct. To deploy the development plugins to a different repository than the default (as you don't have

[m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread berndq
Hi, I want to use the plugin for jdepend in maven 2. With google I found http://mojo.codehaus.org/jdepend-maven-plugin/howto.html http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ I added ibiblio to my pom pluginRepositories pluginRepository

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Brett Porter
That's the Maven 1.x plugin. The error reporting is a known bug. groupIdorg.codehuas.mojo/groupId artifactIdjdepend-maven-plugin/artifactId On 11/12/05, berndq [EMAIL PROTECTED] wrote: Hi, I want to use the plugin for jdepend in maven 2. With google I found

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Oscar Picasso
--- Brett Porter [EMAIL PROTECTED] wrote: That's the Maven 1.x plugin. The error reporting is a known bug. groupIdorg.codehuas.mojo/groupId artifactIdjdepend-maven-plugin/artifactId I have tried this one (I guess that the groupId is actually org.codehaus.mojo. I get The plugin

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Brett Porter
Not sure who put that statement up, but that's not entirely true. It's possible the jdepend plugin hasn't been released as I don't think it has received full testing yet. You can still build it from SVN. Most of the other plugins there have had releases. - Brett On 11/13/05, Oscar Picasso [EMAIL

[m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-11 Thread berndq
Hi, I want to use the plugin for jdepend in maven 2. With google I found http://mojo.codehaus.org/jdepend-maven-plugin/howto.html http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ I added ibiblio to my pom pluginRepositories pluginRepository