Is there any way to override the default goal for a particular phase. For instance I would like to override the package default goal from war:war to war:exploded since creating the war file is a lot of overhead and I don't need it. If I specify this in the plugins section in the package phase it just executes both war:war and war:exploded. It seems to me that if somebody specifies a different goal for a plugin that runs in a particular phase that it should override that plugins default.
Thanks, Jpl
