I recently encountered a Maven multi module (reactor) project where each module had one annotation processor defined, but the database project had two defined. This can be done easier using the lesser known combine.children="append"
attribute in a pom.xml
. This article will give you a hint how to do this.
Benjamin Marwell
Ben’s IT-Comments