You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Denic <si...@peacebellservers.com> on 2013/04/16 22:58:59 UTC

Cloudstaack 4.1 - SNAPSHOT Build Failed

After last git pull I can't build CS4.1 branch. 

Due to next error: 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process (default) on project cloud-client-ui: Error resolving project artifact: Could not transfer artifact org.libvirt:libvirt:pom:0.4.9 from/to central (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.org refused for project org.libvirt:libvirt:jar:0.4.9: Connection timed out -> [Help 1] 

I couldn't found any other reference so my environment could be broken maybe? 
What could be wrong? 

Thank you. 

Re: Cloudstaack 4.1 - SNAPSHOT Build Failed

Posted by David Nalley <da...@gnsa.us>.
On Tue, Apr 16, 2013 at 4:58 PM, Denic <si...@peacebellservers.com>wrote:

> After last git pull I can't build CS4.1 branch.
>
> Due to next error:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-remote-resources-plugin:1.3:process
> (default) on project cloud-client-ui: Error resolving project artifact:
> Could not transfer artifact org.libvirt:libvirt:pom:0.4.9 from/to central (
> http://repo.maven.apache.org/maven2): Connection to
> http://repo.maven.apache.org refused for project
> org.libvirt:libvirt:jar:0.4.9: Connection timed out -> [Help 1]
>
> I couldn't found any other reference so my environment could be broken
> maybe?
> What could be wrong?
>
> Thank you.
>

Maven isn't getting that dependency (libvirt), so it's not even trying to
build. Trying building again, see if the maven repo will provide you with
the dep.

--David