Dear All: trying installation of cloudstack in Ubuntu 12.04 64bit using http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/sect-source-builddebs.html link
mvn3 clean install -P developer,systemvm when I use the above command, the process lasts for some minutes and then it stops with the below error: BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3:24.154s [INFO] Finished at: Fri Aug 02 19:20:16 BDT 2013 [INFO] Final Memory: 40M/224M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (package) on project cloud-marvin: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [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/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :cloud-marvin I have tried but since I am very new in this world... I could not solved the problem
