Re: Nullpointer-Exception addPlugin

2006-11-26 Thread franz see
Good day to you, Sha Jiang, Maven-dependency-plugin is the same as dependency-maven-plugin. The difference is that the former is from apache, while the latter is from codehaus. But they are basically one and the same. However, maven-dependency-plugin is not yet released (though it is scheduled t

Re: Nullpointer-Exception addPlugin

2006-11-24 Thread jiangshachina
Dear Wayne, I had the same error. With your hint, I removed some artifacts carefully and gradually. Finally found that plugin maven:maven-dependency-plugin:1.0 caused the matter. Deleting the plugin would be OK. Additionally, if I don't specify plugin in POM, and run "mvn dependency:copy-dependen

Re: Nullpointer-Exception addPlugin

2006-11-03 Thread Wayne Fay
You can run with mvn -X ...to get more specific debugging information about what plugin is causing your problems etc. However, I'd just delete your local Maven2 repository (~/.m2/repository) and try again. Maven will automatically download the files it needs to construct your project. I'd suspec