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/
