将maven子项目上传到私服的时候报错:Failed to execute goal on project Xxx-service......

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Xxx-service 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.507s
[INFO] Finished at: Thu May 22 09:45:55 CST 2014
[INFO] Final Memory: 4M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project Xxx-service: Could not resolve dependencies for project Xxx-service:jar:0.0.1-SNAPSHOT: Failed to collect dependencies for [Xxx:Xxx-dao:jar:0.0.1-SNAPSHOT (compile?)]: Failed to read artifact descriptor for Xxx:Xxx-dao:jar:0.0.1-SNAPSHOT: Could not find artifact Xxx-parent:pom:0.0.1-SNAPSHOT -> [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

将maven子项目上传到私服的时候报错:Failed to execute goal on project Xxx-service......

碰到这个问题,需要把parent工程,也就是package是pom的那个工程先install一下