Maven newbie question :)
For 'war' packaging,
war:war default goal run in 'package' build phase.
Is it possible to disable war:war ?
I'm using war:exploded instead.
and is it possible to disable 'compile:compile' goal completely ?
I don't use javac at all.
Thank you