> plugin:2.2 or one of its dependencies could not be resolved: Could not > transfer artifact org.apache.ant:ant:jar:1.8.1 from/to central (http: > //repo.maven.apache.org/maven2): GET request of: > org/apache/ant/ant/1.8.1/ant-1.8.1.jar from central failed: Premature end > of Content-Length > delimited message body (expected: 1514270; received: 2308 -> [Help 1]
This is your problem. For whatever reason, Maven cannot successfully download the ant-1.8.1.jar file from Central. Most likely you have a misconfiguration or special network device in your network (proxy, cache, antivirus, etc) that is causing problems. Workaround or "solve" this problem and try again. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
