Maybe this is going to be a larger task than I had originally thought, but regardless, I\'m trying to load a MavenProject
from a file and then resolve its depen
There is a nice set of standalone examples for Eclipses Aether API which is used in the latest Maven (3.1.1) and it can be found here.
Note: Maven 3.1.X still uses Aether 0.9.0.M2
(and the latest version which us used in the examples is 0.9.0.M3
). So to run these examples inside a Maven plugin, version M2 is required, and a standalone application can use the latest M3 version.