I have a parent pom that has a plugin specified in its build section. The plugin is bound to the package phase.
In my child POM, I would like to somehow configure the child project so that this plugin does NOT run. It smells to me like this is (oddly) impossible. Is there a way to unbind a plugin from a phase? Thanks, Laird
