[Openstack-docs] FW: [openstack-dev] [openstack-manuals] Need some help when "mvn clean generate-sources"

Tian, Shuangtai shuangtai.tian at intel.com
Mon Aug 19 07:23:59 UTC 2013


Hi guys
When do some build on openstack-manuals project,there is error when bulid 'openstack-compute-admin' ,but others (such as openstack-user, docbkx-example e.g) are all SUCCESS. So I do not if it is a networking problem ?
Anybody know why ?
Thanks!


Cd openstack-manuals/doc/src/docbkx/openstack-compute-admin
mvn clean generate-sources

[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenStack Administration Guides 1.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------
Downloading: http://maven.research.rackspacecloud.com/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.3/maven-clean-plugin-2.3.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:17.516s
[INFO] Finished at: Mon Aug 19 10:56:57 CST 2013 [INFO] Final Memory: 8M/245M [INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.3: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.3 from/to rackspace-research (http://maven.research.rackspacecloud.com/content/groups/public/): Connection to http://maven.research.rackspacecloud.com refused: Connection timed out -> [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/PluginResolutionException

My proxy set 
+++++++++++++++++++++++++++++++setting.xml++++++++++++++++++++++++++++++++

83   </pluginGroups>
 84
 85   <!-- proxies
 86    | This is a list of proxies which can be used on this machine to connect to the network.
 87    | Unless otherwise specified (by system property or command-line switch), the first proxy
 88    | specification in this list marked as active will be used.
 89    |-->
 90   <proxies>
 91     <proxy>
 92       <id>optional</id>
 93       <active>true</active>
 94       <protocol>http</protocol>
 95       <username>proxyuser</username>
 96       <password>proxypass</password>
 97       <host>proxy-**.****.com</host>
 98       <port>911</port>
 99     </proxy>
100
101   </proxies>


Others such as /openstack-admin-user$

 [INFO] See /home/stack/iwork/openstack-manuals/doc/src/docbkx/openstack-admin-user/target/docbkx/webhelp/bk-
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.697s
[INFO] Finished at: Mon Aug 19 15:17:43 CST 2013
[INFO] Final Memory: 53M/446M
[INFO] ------------------------------------------------------------------------

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev at lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



More information about the Openstack-docs mailing list