You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jamie Johnson <je...@gmail.com> on 2016/02/27 03:29:49 UTC

finding dependencies that should be marked as compile

Is there a way to list any dependencies that are being pulled in
transitively that really should be marked as compile?  I'd like to isolate
any dependencies that I may be missing from the compile scope.
Additionally, is there a way to identify dependencies that are listed as
compile that aren't required?

Re: finding dependencies that should be marked as compile

Posted by Jamie Johnson <je...@gmail.com>.
Awesome thank you!
On Feb 26, 2016 10:01 PM, "jieryn" <ji...@gmail.com> wrote:

> https://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html
>
> On Fri, Feb 26, 2016 at 9:29 PM, Jamie Johnson <je...@gmail.com> wrote:
> > Is there a way to list any dependencies that are being pulled in
> > transitively that really should be marked as compile?  I'd like to
> isolate
> > any dependencies that I may be missing from the compile scope.
> > Additionally, is there a way to identify dependencies that are listed as
> > compile that aren't required?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: finding dependencies that should be marked as compile

Posted by jieryn <ji...@gmail.com>.
https://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html

On Fri, Feb 26, 2016 at 9:29 PM, Jamie Johnson <je...@gmail.com> wrote:
> Is there a way to list any dependencies that are being pulled in
> transitively that really should be marked as compile?  I'd like to isolate
> any dependencies that I may be missing from the compile scope.
> Additionally, is there a way to identify dependencies that are listed as
> compile that aren't required?

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