Hello! I'm using Maven 2.0.4 (seems this error repeats with 2.0.5 as well) under both - Windows and Linux.
I'm trying to redeploy application from maven, for doing it I added tomcat plugin (http://mojo.codehaus.org/tomcat-maven-plugin/deployment.html) into project: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>tomcat-maven-plugin</artifactId> <version>1.0-SNAPSHOT</version> <configuration> <url>http://myserver.org/manager</url> <server>serverId</server> <path>/App_Test</path> </configuration> </plugin> And configured server in settings.xml. If I'm doing tomcat:deploy - everything is ok - war deployed to the server and I can see in the manager logs lines like: INFO: Manager: Uploading WAR..... INFO: Manager: Reloading Web-Application.... But if I'm doing tomcat:redeploy - seems no uploading performed :( I only can see INFO: Manager: Reloading Web-Application.... and as result I have old version on my server. Does anybody has any suggestion? -- With Best Regards, Alexey Kakunin, EmDev Limited Professional Software Development: http://www.emdev.ru