
Hi, I'm trying to build the ovirt engine from source as described in the wiki (http://www.ovirt.org/wiki/Building_Ovirt_Engine). Now I'm stuck at point 6.4 (= Deploy) after executing "mvn2 clean install -Pdep,setup". Obviously, sevaral POM files cannot be downloaded, and I get a lot of messages like these two: Downloading: http://repo1.maven.org/maven2/org/ovirt/engine/ui/rmw-war/3.0.0-0001/rmw-war... [INFO] Unable to find resource 'org.ovirt.engine.ui:rmw-war:pom:3.0.0-0001' in repository maven.repo1 (http://repo1.maven.org/maven2) Downloading: http://mvnsearch.org/maven2/org/ovirt/engine/ui/rmw-war/3.0.0-0001/rmw-war-3... [INFO] Unable to find resource 'org.ovirt.engine.ui:rmw-war:pom:3.0.0-0001' in repository maven.search.repo (http://mvnsearch.org/maven2) In fact, the POM files are not there: $ curl -I http://repo1.maven.org/maven2/org/ovirt/engine/ui/rmw-war/3.0.0-0001/rmw-war... HTTP/1.0 404 Not Found In the end, I get a message telling me that 13 artefacts are missing. Are these missing files available somewhere? -- Thomas