I found the failure reason. It was because i tried to replace some strings when copying the webapps folder using maven-antrun-plugin. and the .jar files in the ~/WEB-INF/lib were corrupted during the string replacement. that's y there were java.util.zip.ZipException and java.lang.ClassNotFoundException.
The problem is solved. Thanks. Regards, Kit -- View this message in context: http://old.nabble.com/maven-jetty-plugin-VS-Tomcat-tp26897619p26950332.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
