Description
Hi, I've noticed some problems with certain of the goals:
1.) The redeploy-only goal is incorrectly spelled "redeplo-goal"
2.) I believe the redeploy MOJO should extend the DeployMojo, not the AbstractDeployWarMojo, as it by definition is the DeployMojo with the isUpdate() set to true.
3.) The redeploy-only mojo should extend the DeployOnlyMojo (same reason).
4.) The redeploy-only mojo incorrectly has "@Execute( phase = LifecyclePhase.PACKAGE )" defined.