Re: finding dependencies that should be marked as compile

2016-02-27 Thread Jamie Johnson
Awesome thank you!
On Feb 26, 2016 10:01 PM, "jieryn"  wrote:

> https://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html
>
> On Fri, Feb 26, 2016 at 9:29 PM, Jamie Johnson  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-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: finding dependencies that should be marked as compile

2016-02-26 Thread jieryn
https://maven.apache.org/plugins/maven-dependency-plugin/analyze-mojo.html

On Fri, Feb 26, 2016 at 9:29 PM, Jamie Johnson  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-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



finding dependencies that should be marked as compile

2016-02-26 Thread Jamie Johnson
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?