Reputation: 13151
Is mvn package tomcat6:deploy
and mvn tomcat6:deploy
does the same thing? I tried on my system both , but couldn't find any notable difference.
Upvotes: 1
Views: 189
Reputation: 2310
Nope no difference. See documentation http://tomcat.apache.org/maven-plugin-2/tomcat6-maven-plugin/deploy-mojo.html
"Invokes the execution of the lifecycle phase package prior to executing itself."
Upvotes: 1