[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[m2e-users] Dependency Resolution Not Working
|
I have configured Eclipse to use the m2eclipse plugin and have the
latest version available (0.12.1.20110112-1712) from the update site
http://m2eclipse.sonatype.org/sites/m2e
Whilst I also have an external Maven installation (version 3.0.3)
configured within the Eclipse preference settings, I have been told that
dependency resolution is still performed by the embedded version.
The problem I have is that version 3.0.3 fixed a couple of bugs with
version ranges and separate repositories for releases and snapshots.
When I run standard Maven commands from the command line such as "mvn
package", the project compile and generates the artifact for me. When in
Eclipse however, even before performing any commands the dependency
resolution complains that a number of dependencies cannot be found (due
to the snapshot and version range bug I think).
I guess from this I've got 2 questions:
Is there any way to configure Eclipse to my external installation of
Maven for dependency resolution?
Does anyone know when the embedded version will be updated to
incorporate the latest bug fixes? I can't seem to find a road-map for
the product anywhere.