You need to run following command at first mvn -P developer,systemvm clean install
2013/7/1 Thomas Schneider <[email protected]> > Hello, > > I try to setup a Cloudstack developpement environement with devcloud > following the instruction on the wiki but I have two problems. > When I execute the following command I have an error: > > mvn -P developer -pl developer,tools/devcloud -Ddeploydb > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache CloudStack Developer Mode .................. FAILURE > [10.313s] > [INFO] Apache CloudStack DevCloud ........................ SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 13.993s > [INFO] Finished at: Mon Jul 01 13:24:03 CEST 2013 > [INFO] Final Memory: 16M/38M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project cloud-developer: Could not > resolve dependencies for project > org.apache.cloudstack:cloud-developer:pom:4.2.0-SNAPSHOT: The following > artifacts could not be resolved: > org.apache.cloudstack:cloud-server:jar:4.2.0-SNAPSHOT, > org.apache.cloudstack:cloud-plugin-hypervisor-simulator:jar:4.2.0-SNAPSHOT, > org.apache.cloudstack:cloud-secondary-storage:jar:4.2.0-SNAPSHOT, > > org.apache.cloudstack:cloud-plugin-storage-image-simulator:jar:4.2.0-SNAPSHOT, > org.apache.cloudstack:cloud-engine-storage:jar:4.2.0-SNAPSHOT, > org.apache.cloudstack:cloud-engine-storage-image:jar:4.2.0-SNAPSHOT, > org.apache.cloudstack:cloud-engine-storage-volume:jar:4.2.0-SNAPSHOT, > org.apache.cloudstack:cloud-engine-storage-snapshot:jar:4.2.0-SNAPSHOT: > Could not find artifact > org.apache.cloudstack:cloud-server:jar:4.2.0-SNAPSHOT in > apache.snapshots (http://repository.apache.org/snapshots) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > > -- > *Thomas Schneider* >
