You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Joe Witt <jo...@gmail.com> on 2015/05/17 05:59:32 UTC

Maven trick I didn't know about parent properties...

Team

We refactored the parent pom for this last release.  And in so doing
we pull up some RAT and checkstyle logic.  It was way harder than
seemed necessary.  Well part of the reason was not knowing about this
maven feature:

If you go here:
https://maven.apache.org/pom.html

You can search for "combine.children" and read about how you can tell
maven how to inherit certain values.


Wow.  Wish I had known.

Joe