Hi, In 4.2 we can run the awsapi with: mvn -Pawsapi -pl :cloud-awsapi jetty:run
In the latest 4.3 branch, I can build successfully and run the mgt server, but while trying to run the awsapi app I get: [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ cloud-awsapi --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] <<< maven-jetty-plugin:6.1.26:run (default-cli) @ cloud-awsapi <<< [INFO] [INFO] --- maven-jetty-plugin:6.1.26:run (default-cli) @ cloud-awsapi --- [INFO] Configuring Jetty for project: Apache CloudStack AWS API Bridge [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.662s [INFO] Finished at: Mon Jan 13 15:59:04 CET 2014 [INFO] Final Memory: 32M/215M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.mortbay.jetty:maven-jetty-plugin:6.1.26:run (default-cli) on project cloud-awsapi: Webapp source directory /Users/sebgoa/Documents/gitforks/cloudstack/awsapi/target/cloud-awsapi-4.3.0-SNAPSHOT does not exist -> [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 Did something change in the profiles ? thanks, -Sebastien