Can anyone point me to instructions on how to use eclipse to debug maven? I'm having a problem that no one, so far, has commented on - namely that when I do a reactor build of my project (top-level with sub-projects), I get the error (when doing "mvn install"):
[ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar': Unable to find the mojo 'org.apache.maven.plugins:maven-jar-plugin:2.1:jar' in the plugin 'org.apache.maven.plugins:maven-jar-plugin' But when I go to each subdirectory in the project and do a "mvn install", they all complete successfully. Only when I try to run from the parent directory do I have this problem. Running with the -X -e options doesn't give me anything useful. Is there an easy way to produce an eclipse project from the maven2 source tree? Or do I have to manually all all the "src" directories in a new project? I'd like to run under the debugger and step through the execution to pinpoint the issue. Thanks. -- Eric