You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2014/12/13 23:19:10 UTC

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

     [ https://jira.codehaus.org/browse/MPIR-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MPIR-107.
-------------------------------

    Resolution: Won't Fix

Cleanup, reopen if you still care.

> Add configuration for the Project Dependency Graph / Dependency Tree
> --------------------------------------------------------------------
>
>                 Key: MPIR-107
>                 URL: https://jira.codehaus.org/browse/MPIR-107
>             Project: Maven 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 was sent by Atlassian JIRA
(v6.1.6#6162)