You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by solo1970 <so...@ericsson.com> on 2010/05/05 17:26:24 UTC

Dependency tree and artifactIds

Hello Everyone,

We currently have the need to locate modules in our multi-module project
which uses certain specific dependencies.   dependency:tree is perfect! 
BUT, is there any way to see the groupId.artifactId of the reactor modules
instead of the <name>??????

It would be so much more useful for us....

Sonia
-- 
View this message in context: http://old.nabble.com/Dependency-tree-and-artifactIds-tp28462530p28462530.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Dependency tree and artifactIds

Posted by Wayne Fay <wa...@gmail.com>.
> BUT, is there any way to see the groupId.artifactId of the reactor modules
> instead of the <name>??????

For this reason (and others), the name of my artifacts is very closely
related to the groupId + artifactId. Can you not simply rename them?
If not, you will probably need to patch the plugin to get this output
-- please contribute your patch back if you do this.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org