You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jon Strayer <jo...@strayer.org> on 2009/04/21 20:15:54 UTC

Dependency management management

Our project has about 65 dependencies listed.  I just discovered that
one was listed twice.  Is there a tool that will detect that for me?
Or, perhaps one that will sort the dependencies to make it easier to
scan for duplicates?

-- 
All religions are Scientology complete

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


Re: Dependency management management

Posted by Nayan Hajratwala <na...@chikli.com>.
I like to use:

  mvn dependency:tree
  mvn dependency:analyze


On Tue, 21 Apr 2009 20:19:54 +0200, Nick Stolwijk <ni...@gmail.com>
wrote:
> You could use the dependency management[1] report for that.
> 
> Hth,
> 
> [1]
>
http://maven.apache.org/plugins/maven-project-info-reports-plugin/dependency-management-mojo.html
> 
> Nick Stolwijk
> ~Java Developer~
> 
> Iprofs BV.
> Claus Sluterweg 125
> 2012 WS Haarlem
> www.iprofs.nl
> 
> 
> 
> On Tue, Apr 21, 2009 at 8:15 PM, Jon Strayer <jo...@strayer.org> wrote:
>> Our project has about 65 dependencies listed.  I just discovered that
>> one was listed twice.  Is there a tool that will detect that for me?
>> Or, perhaps one that will sort the dependencies to make it easier to
>> scan for duplicates?
>>
>> --
>> All religions are Scientology complete
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

-- 
  Nayan Hajratwala
  http://agileshrugged.com
  734.658.6032

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


Re: Dependency management management

Posted by Nick Stolwijk <ni...@gmail.com>.
You could use the dependency management[1] report for that.

Hth,

[1] http://maven.apache.org/plugins/maven-project-info-reports-plugin/dependency-management-mojo.html

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl



On Tue, Apr 21, 2009 at 8:15 PM, Jon Strayer <jo...@strayer.org> wrote:
> Our project has about 65 dependencies listed.  I just discovered that
> one was listed twice.  Is there a tool that will detect that for me?
> Or, perhaps one that will sort the dependencies to make it easier to
> scan for duplicates?
>
> --
> All religions are Scientology complete
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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