I have a master POM with packaging set as pom. This is a multi-module POM. Is there a way to run a maven plugin once instead of for each module? From what I read in the docs it seems that setting the packaging to pom means that every module listed inherits from the parent. I've tried setting inherit to false with no results (does inherit only turn on/off inheriting configurations?).
Any suggestions?
