On 12 Jan 2011, at 21:04, Jane Ren wrote: > David, > > I have attached the output of "mvn -x deploy" > > Thanks
I've had a look attached output. It appears from the log that the plugin file is uploaded - can you check if that is correct, is the plugin file uploaded? The error occurs when maven attempts to download pluginlist.xml from the ftp site because it doesn't exit. I've hade a look at the code[1] and it first checks that pluginlist.xml exists and then tries to download the file. It appears that ftp is saying that the file exists when it doesn't really. Can you check if pluginlist.xml exists at ftp://vm6.ucsd.edu/pub/maven2 ? Which version of Maven are you using? [1] http://code.google.com/p/taverna/source/browse/taverna/dev/maven-plugin/trunk/maven-taverna-plugin/src/main/java/net/sf/taverna/t2/maven/plugins/TavernaPluginDeployMojo.java -- David Withers School of Computer Science, University of Manchester, Oxford Road, Manchester, M13 9PL, UK. +44 (0)161 275 0683 ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/ Developers Guide: http://www.taverna.org.uk/developers/
