+1 dependency:analyze seems to be the one. Le 7 août 2015 2:17 PM, "Ben Podgursky" <bpodgur...@gmail.com> a écrit :
> I think you want mvn dependency:analyze -DfailOnWarning=true > > > https://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html#failOnWarning > > On Fri, Aug 7, 2015 at 4:38 AM, Russell Gold <russell.g...@oracle.com> > wrote: > > > mvn -X compile > > > > Look at the listing; it will show you all of the dependencies. > > > > > On Aug 7, 2015, at 7:14 AM, James Green <james.mk.gr...@gmail.com> > > wrote: > > > > > > See in-line > > > > > > On 7 August 2015 at 12:05, Björn Raupach < > raupach.bjo...@googlemail.com> > > > wrote: > > > > > >> hi, > > >> > > >>> On 07 Aug 2015, at 12:33, James Green <james.mk.gr...@gmail.com> > > wrote: > > >>> > > >>> Hi, > > >>> > > >>> I want to know about any imports within our package base that are > > >> resolved > > >>> by a transitive dependency. > > >>> > > >>> There must be a command or tool for this - I'm not sure I've ever > seen > > >> one > > >>> though? > > >> > > >> Maybe this helps: mvn dependency:resolve > > >> > > > > > > Nope. Allow me to describe my use-case. > > > > > > I have been given a source code project. It has a dependency that we > have > > > no clear need for. I remove that dependency. The build now fails > because > > > our sources import something the now-removed dependency transitively > > > provided. > > > > > > I want to know I don't have any other source-code dependencies not > listed > > > in <dependencies>. > > > > > > I can not see such a command listed under > > > https://maven.apache.org/plugins/maven-dependency-plugin/ > > > > > > Thanks, > > > > > > James > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > >