automatic maven dependency checking ?
Daniel Fisher
dfisher at vt.edu
Tue Mar 5 18:02:57 EST 2013
On Tue, Mar 5, 2013 at 4:49 PM, Tom Zeller <tzeller at dragonacea.biz> wrote:
> Before I research it myself, does anyone know how to automate maven
> dependency checking to make sure that our -api projects do not depend
> on any -impl projects with scope other than test ?
>
> I imagine there is some sort of maven-something-plugin, just not sure
> what the something is.
>
There may be a way with the dependency plugin:
http://maven.apache.org/plugins/maven-dependency-plugin/index.html
I know you could fail the build if unused dependencies are found.
Not sure about unwanted...
--Daniel Fisher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20130305/0d776d48/attachment.html
More information about the dev
mailing list