Guest User

mvn site on HTTP Client 4.2.2-RC1.

a guest
Oct 23rd, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] HttpComponents Client
  6. [INFO] HttpClient
  7. [INFO] HttpMime
  8. [INFO] HttpClient Cache
  9. [INFO] Fluent HttpClient
  10. [INFO] HttpClient OSGi bundle
  11. [INFO]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Building HttpComponents Client 4.2.2
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO]
  16. [INFO] >>> maven-javadoc-plugin:2.8:aggregate (javadoc-aggregate) @ httpcomponents-client >>>
  17. [INFO]
  18. [INFO] <<< maven-javadoc-plugin:2.8:aggregate (javadoc-aggregate) @ httpcomponents-client <<<
  19. Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2.jar
  20. Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2.jar
  21. [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
  22. [WARNING] o org.apache.httpcomponents:httpclient:jar:4.2.2 (compile)
  23. [WARNING] Try running the build up to the lifecycle phase "package"
  24. [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
  25. [WARNING] o org.apache.httpcomponents:httpclient:jar:4.2.2 (compile)
  26. [WARNING] Try running the build up to the lifecycle phase "package"
  27. Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpmime/4.2.2/httpmime-4.2.2.jar
  28. Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/fluent-hc/4.2.2/fluent-hc-4.2.2.jar
  29. Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpclient-cache/4.2.2/httpclient-cache-4.2.2.jar
  30. Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.2.2/httpmime-4.2.2.jar
  31. Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.2.2/fluent-hc-4.2.2.jar
  32. Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.2.2/httpclient-cache-4.2.2.jar
  33. [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
  34. [WARNING] o org.apache.httpcomponents:httpclient:jar:4.2.2 (compile)
  35. [WARNING] o org.apache.httpcomponents:httpmime:jar:4.2.2 (compile)
  36. [WARNING] o org.apache.httpcomponents:httpclient-cache:jar:4.2.2 (compile)
  37. [WARNING] o org.apache.httpcomponents:fluent-hc:jar:4.2.2 (compile)
  38. [WARNING] Try running the build up to the lifecycle phase "package"
  39. [INFO]
  40. [INFO] --- maven-javadoc-plugin:2.8:aggregate (javadoc-aggregate) @ httpcomponents-client ---
  41. [WARNING] The dependency: [org.apache.httpcomponents:httpclient:jar:4.2.2] can't be resolved but has been found in the reactor (probably snapshots).
  42. This dependency has been excluded from the Javadoc classpath. You should rerun javadoc after executing mvn install.
  43. [WARNING] IGNORED to add some artifacts in the classpath. See above.
  44. Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2-tests.jar
  45. Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2-tests.jar
  46. [WARNING] The dependency: [org.apache.httpcomponents:httpclient:jar:4.2.2] can't be resolved but has been found in the reactor (probably snapshots).
  47. This dependency has been excluded from the Javadoc classpath. You should rerun javadoc after executing mvn install.
  48. [WARNING] The dependency: [org.apache.httpcomponents:httpclient:jar:4.2.2] can't be resolved but has been found in the reactor (probably snapshots).
  49. This dependency has been excluded from the Javadoc classpath. You should rerun javadoc after executing mvn install.
  50. [INFO] ------------------------------------------------------------------------
  51. [INFO] Reactor Summary:
  52. [INFO]
  53. [INFO] HttpComponents Client ............................. FAILURE [11.832s]
  54. [INFO] HttpClient ........................................ SKIPPED
  55. [INFO] HttpMime .......................................... SKIPPED
  56. [INFO] HttpClient Cache .................................. SKIPPED
  57. [INFO] Fluent HttpClient ................................. SKIPPED
  58. [INFO] HttpClient OSGi bundle ............................ SKIPPED
  59. [INFO] ------------------------------------------------------------------------
  60. [INFO] BUILD FAILURE
  61. [INFO] ------------------------------------------------------------------------
  62. [INFO] Total time: 16.664s
  63. [INFO] Finished at: Tue Oct 23 08:32:39 EDT 2012
  64. [INFO] Final Memory: 15M/117M
  65. [INFO] ------------------------------------------------------------------------
  66. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:aggregate (javadoc-aggregate) on project httpcomponents-client: An error has oc
  67. curred in JavaDocs report generation: Missing:
  68. [ERROR] ----------
  69. [ERROR] 1) org.apache.httpcomponents:httpclient:jar:4.2.2
  70. [ERROR]
  71. [ERROR] Try downloading the file manually from the project website.
  72. [ERROR]
  73. [ERROR] Then, install it using the command:
  74. [ERROR] mvn install:install-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dpackaging=jar -Dfile=/path/to/file
  75. [ERROR]
  76. [ERROR] Alternatively, if you host your own repository you can deploy the file there:
  77. [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dre
  78. positoryId=[id]
  79. [ERROR]
  80. [ERROR] Path to dependency:
  81. [ERROR] 1) org.apache.httpcomponents:fluent-hc:jar:4.2.2
  82. [ERROR] 2) org.apache.httpcomponents:httpclient:jar:4.2.2
  83. [ERROR]
  84. [ERROR] 2) org.apache.httpcomponents:httpclient:jar:tests:4.2.2
  85. [ERROR]
  86. [ERROR] Try downloading the file manually from the project website.
  87. [ERROR]
  88. [ERROR] Then, install it using the command:
  89. [ERROR] mvn install:install-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/
  90. file
  91. [ERROR]
  92. [ERROR] Alternatively, if you host your own repository you can deploy the file there:
  93. [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/fi
  94. le -Durl=[url] -DrepositoryId=[id]
  95. [ERROR]
  96. [ERROR] Path to dependency:
  97. [ERROR] 1) org.apache.httpcomponents:fluent-hc:jar:4.2.2
  98. [ERROR] 2) org.apache.httpcomponents:httpclient:jar:tests:4.2.2
  99. [ERROR]
  100. [ERROR] ----------
  101. [ERROR] 2 required artifacts are missing.
  102. [ERROR]
  103. [ERROR] for artifact:
  104. [ERROR] org.apache.httpcomponents:fluent-hc:jar:4.2.2
  105. [ERROR]
  106. [ERROR] from the specified remote repositories:
  107. [ERROR] spy (http://files.couchbase.com/maven2/, releases=true, snapshots=false),
  108. [ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true),
  109. [ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
  110. [ERROR] -> [Help 1]
  111. [ERROR]
  112. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  113. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  114. [ERROR]
  115. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  116. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment