Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Maven deps in non Maven projects

Is anyone aware of a plugin that adds dependencies (jars) from Maven
central to *non-Maven* Eclipse project?

E.g. pop-up a dialog that takes as input Maven coordinates (groupID,
artifact ID, and version) and downloads and adds the transitive
dependency graph to the project?

If not, does anyone have sample code or docs showing how to traverse
the dependency graph through m2e or the Maven Artifact Resolver
library?

-- 
Elliotte Rusty Harold
elharo@xxxxxxxxxxx


Back to the top