Are you in the top level directory, within the git repo? The error suggests it cannot find the developer project, check if you see a directory with the name developer and it has a pom.xml etc. Also share your git branch.
Regards. On 05-Dec-2012, at 5:21 PM, Livio Lv <sandiwater1...@gmail.com> wrote: > Hi All: > I have been setting up cloudstack4 dev environment on widows following > the instruction of > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+a+CloudStack+dev+environment+on+Windows > > There are some problem while deploying the database with command of "mvn -P > developer -pl developer -Ddeploydb" on cygwin (Step 11 Build), Log as > follows: > $ mvn -P developer -pl developer -Ddeploydb > [INFO] Scanning for projects... > [ERROR] Could not find the selected project in the reactor: developer -> > [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/MavenExecutionException > > Does anywhere have the same failure?