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. Maybe jenkins, too. Thanks.