[ https://issues.apache.org/jira/browse/MTOMCAT-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566368#comment-13566368 ]
Hudson commented on MTOMCAT-198: -------------------------------- Integrated in TomcatMavenPlugin-mvn3.x #227 (See [https://builds.apache.org/job/TomcatMavenPlugin-mvn3.x/227/]) [MTOMCAT-198] Fix base classes for redeploy and redeploy-only goals (Revision 1430970) Result = SUCCESS olamy : http://svn.apache.org/viewvc/?view=rev&rev=1430970 Files : * /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/deploy/RedeployMojo.java * /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/deploy/RedeployOnlyMojo.java > Fix base classes for redeploy and redeploy-only goals > ----------------------------------------------------- > > Key: MTOMCAT-198 > URL: https://issues.apache.org/jira/browse/MTOMCAT-198 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug > Components: tomcat7 > Affects Versions: 2.1 > Reporter: Glen Mazza > Assignee: Olivier Lamy (*$^¨%`£) > Fix For: 2.1 > > > 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org