You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2008/07/03 00:17:26 UTC

[jira] Commented: (MPIR-107) Add configuration for the Project Dependency Graph / Dependency Tree

    [ http://jira.codehaus.org/browse/MPIR-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140271#action_140271 ] 

Brian Fox commented on MPIR-107:
--------------------------------

Wouldn't this make more sense as a report in the dependency plugin? There's already a report for analyze.

> Add configuration for the Project Dependency Graph / Dependency Tree
> --------------------------------------------------------------------
>
>                 Key: MPIR-107
>                 URL: http://jira.codehaus.org/browse/MPIR-107
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Improvement
>          Components: dependencies
>            Reporter: Arnaud
>
> Like we can configure the tree in the maven-dependency-plugin  (http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html), 
> Why we can't configure the tree in this plugin ?
> In my project, i 'd like show only module of my compagny in the tree, and if there are conflict.
> so i 'd like use this configuration (it works with the commande : mvn dependency:tree )
> {code}
> <build>
> <plugins>
> 	<plugin>
> 		<groupId>org.apache.maven.plugins</groupId>
> 		<artifactId>maven-dependency-plugin</artifactId>
> 		<version>${versionDependency}</version>
> 		<configuration>
> 			<includes>net.mycompany.*</includes>
> 			<verbose>true</verbose>
> 		</configuration>
> 	</plugin>
> </plugins>
> </build>
> {code}
> thank you

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira