Thanks, Cemo! That looks like exactly what I'm after!
On Wed, Oct 16, 2013 at 3:58 PM, Cemo <[email protected]> wrote: > On 16 October 2013 21:28, Andrew Pennebaker <[email protected]> wrote: > > > My high level goal is to tell a continuous integration server to report > > projects that don't conform to the configuration specified by a parent > pom. > > I'd like a report for projects that override the parent configuration, or > > neglecting to reference the parent pom correctly. > > > > Is there some kind of Maven pom.xml linter that can do this? grep'ing for > > "parent" is a start, but it wouldn't check that the snippet was written > > correctly. > > > > How about writing a custom enforcer for enforce plugin [1] ? > > [1]: http://maven.apache.org/enforcer/maven-enforcer-plugin/ > -- Cheers, Andrew Pennebaker [email protected]
