Is there a way for a Maven project to inherit report configurations from a pom dependency?
I know that it's possible to configure the section in a parent POM and have it apply to the sub-modules in a multi-module project. However, I'd like to have a separate POM to reference as a dependency so I can have a reporting configuration I can "mix in" to various projects without having to replicate my reporting configuration across multiple projects. (See "dependency POMs" here: http://sonatype.com/books/maven-book/reference/pom-relationships-sect-pom-best-practice.html ) For example, for my Widget project, I have a parent POM (widget-parent) with two sub-modules, widget-core and widget