Hello,

I have come across a bizarre issue using the Maven2 eclipse plugin 0.0.10.

When I run the install goal on my project's POM from eclipse right-click menu,
maven fails to download the JAR of one of the dependencies from the remote
central repository. It downloads the dependency POM file, but not the JAR
itself, and all that silently. The compilation subsequently fails because the
JAR in question is not put on the classpath.

The even strangest thing is that if I delete that dependency directory from
my local repository, and try to run "mvn install" from the command line
(maven 2.0.5), then the JAR for the dependency is downloaded correctly alongside
its POM, and the compilation succeeds.

Is that a known bug in the Maven2 eclipse plugin? Isn't the plugin using the
version of Maven installed on the workstation?

Thanks in advance for any hints/pointers.

-Olivier

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to