Have a look at how the maven-javadoc-plugin handles docletartifacts [1]
You'll probably will need to use Aether, which means you should consider using the Maven Dependency Tree[2] to support Maven 2, Maven 3.0.x and Maven 3.1.x.

Robert

[1] http://maven.apache.org/plugins/maven-javadoc-plugin/examples/alternate-doclet.html
[2] http://maven.apache.org/shared/maven-dependency-tree/


Op Tue, 17 Dec 2013 01:14:49 +0100 schreef Dan Tran <[email protected]>:

Hi I have a mojo [1] that will allow user to configure <dependencies> as a
execution's configuration which has the same semantic of Maven's
dependencies element.

how do code it up to translate my dependencies config  into a list of
artifact including its transitive dependencies.

Big thanks ahead

-D

[1] http://jira.codehaus.org/browse/MDITA-11

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to