Maven Dependency-List in Eclipse -
dependency-list
i programming code maven in eclipse supposed dependencies of project. therefore included maven-dependency-plugin 2.8 project.
plugin provides method mvn dependency:list
want use in eclipse.
the question is: code need, dependency-list working in project?
ps: found class listmojo appears have right function.
problem is, don't know how go on.
feel free request more information if needed.
appreciated, thanks.
nils
why don't call maven target on command line , parse resulting report? seems easier trying load maven , maven plugin java code directly execute same functionality.
Comments
Post a Comment