On Tue, Mar 5, 2013 at 4:49 PM, Tom Zeller <span dir="ltr">&lt;<a href="mailto:tzeller@dragonacea.biz" target="_blank">tzeller@dragonacea.biz</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Before I research it myself, does anyone know how to automate maven<br>
dependency checking to make sure that our -api projects do not depend<br>
on any -impl projects with scope other than test ?<br>
<br>
I imagine there is some sort of maven-something-plugin, just not sure<br>
what the something is.<br></blockquote><div><br></div><div>There may be a way with the dependency plugin: <a href="http://maven.apache.org/plugins/maven-dependency-plugin/index.html">http://maven.apache.org/plugins/maven-dependency-plugin/index.html</a></div>

<div>I know you could fail the build if unused dependencies are found.</div><div>Not sure about unwanted...</div><div><br></div><div>--Daniel Fisher</div><div><br></div></div>