linux - failing pull dependencies cloudstack 4 with maven3 -


mvn -p deps                                                     [info] scanning projects... downloading: http://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom [error] build not read 1 project -> [help 1] [error]    [error]   project org.apache.cloudstack:cloudstack:4.0.1-incubating-snapshot (/usr/local/apache-cloudstack-4.0.1-incubating-src/pom.xml) has 1 error [error]     non-resolvable parent pom: not transfer artifact org.apache:apache:pom:11 from/to central (http://repo.maven.apache.org/maven2): repo.maven.apache.org , 'parent.relativepath' points @ wrong local pom @ line 23, column 11: unknown host repo.maven.apache.org -> [help 2] [error]  [error] see full stack trace of errors, re-run maven -e switch. [error] re-run maven using -x switch enable full debug logging. [error]  [error] more information errors , possible solutions, please read  

can me?

try maven instructions major releases after cloudstack 4.0.0-incubating:

to compile apache cloudstack, go cloudstack source folder , run:

mvn -p developer clean install

to deploy apache cloudstack, run:

mvn -p developer -pl developer,tools/devcloud -ddeploydb

deploy database next:

mvn -p developer -pl tools/devcloud -ddeploysvr


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -