Hi all, Which of the following is the best way to access the dependency tree from a plugin?
1. Have the plugin launch "mvn dependency:tree" and parse the stdout? 2. Have the plugin execute org.apache.maven.plugin.dependency.execute() directly and parse the stdout? 3. Create a modified version of the TreeMojo.java from the dependency plugin? Thanks, Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
