views:

7

answers:

1

Is there way to use the jdepend plugin in maven to fail a build when package cycles exist? I know you can do it fairly easily with ant, but I haven't figured out how to do it with maven.

thanks, Jeff

+1  A: 

From what I can see, the JDepend Maven Plugin is supposed to be used to generate a report, it doesn't allow to fail the build on particular rules violations.

Pascal Thivent
Unfortunately that's what I found as well. Was hoping for something I was missing...
Jeff Storey