Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Build Order:
- [INFO]
- [INFO] HttpComponents Client
- [INFO] HttpClient
- [INFO] HttpMime
- [INFO] HttpClient Cache
- [INFO] Fluent HttpClient
- [INFO] HttpClient OSGi bundle
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building HttpComponents Client 4.2.2
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] >>> maven-javadoc-plugin:2.8:aggregate (javadoc-aggregate) @ httpcomponents-client >>>
- [INFO]
- [INFO] <<< maven-javadoc-plugin:2.8:aggregate (javadoc-aggregate) @ httpcomponents-client <<<
- Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2.jar
- Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2.jar
- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
- [WARNING] o org.apache.httpcomponents:httpclient:jar:4.2.2 (compile)
- [WARNING] Try running the build up to the lifecycle phase "package"
- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
- [WARNING] o org.apache.httpcomponents:httpclient:jar:4.2.2 (compile)
- [WARNING] Try running the build up to the lifecycle phase "package"
- Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpmime/4.2.2/httpmime-4.2.2.jar
- Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/fluent-hc/4.2.2/fluent-hc-4.2.2.jar
- Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpclient-cache/4.2.2/httpclient-cache-4.2.2.jar
- Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.2.2/httpmime-4.2.2.jar
- Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.2.2/fluent-hc-4.2.2.jar
- Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.2.2/httpclient-cache-4.2.2.jar
- [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
- [WARNING] o org.apache.httpcomponents:httpclient:jar:4.2.2 (compile)
- [WARNING] o org.apache.httpcomponents:httpmime:jar:4.2.2 (compile)
- [WARNING] o org.apache.httpcomponents:httpclient-cache:jar:4.2.2 (compile)
- [WARNING] o org.apache.httpcomponents:fluent-hc:jar:4.2.2 (compile)
- [WARNING] Try running the build up to the lifecycle phase "package"
- [INFO]
- [INFO] --- maven-javadoc-plugin:2.8:aggregate (javadoc-aggregate) @ httpcomponents-client ---
- [WARNING] The dependency: [org.apache.httpcomponents:httpclient:jar:4.2.2] can't be resolved but has been found in the reactor (probably snapshots).
- This dependency has been excluded from the Javadoc classpath. You should rerun javadoc after executing mvn install.
- [WARNING] IGNORED to add some artifacts in the classpath. See above.
- Downloading: http://files.couchbase.com/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2-tests.jar
- Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.2/httpclient-4.2.2-tests.jar
- [WARNING] The dependency: [org.apache.httpcomponents:httpclient:jar:4.2.2] can't be resolved but has been found in the reactor (probably snapshots).
- This dependency has been excluded from the Javadoc classpath. You should rerun javadoc after executing mvn install.
- [WARNING] The dependency: [org.apache.httpcomponents:httpclient:jar:4.2.2] can't be resolved but has been found in the reactor (probably snapshots).
- This dependency has been excluded from the Javadoc classpath. You should rerun javadoc after executing mvn install.
- [INFO] ------------------------------------------------------------------------
- [INFO] Reactor Summary:
- [INFO]
- [INFO] HttpComponents Client ............................. FAILURE [11.832s]
- [INFO] HttpClient ........................................ SKIPPED
- [INFO] HttpMime .......................................... SKIPPED
- [INFO] HttpClient Cache .................................. SKIPPED
- [INFO] Fluent HttpClient ................................. SKIPPED
- [INFO] HttpClient OSGi bundle ............................ SKIPPED
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 16.664s
- [INFO] Finished at: Tue Oct 23 08:32:39 EDT 2012
- [INFO] Final Memory: 15M/117M
- [INFO] ------------------------------------------------------------------------
- [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
- curred in JavaDocs report generation: Missing:
- [ERROR] ----------
- [ERROR] 1) org.apache.httpcomponents:httpclient:jar:4.2.2
- [ERROR]
- [ERROR] Try downloading the file manually from the project website.
- [ERROR]
- [ERROR] Then, install it using the command:
- [ERROR] mvn install:install-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dpackaging=jar -Dfile=/path/to/file
- [ERROR]
- [ERROR] Alternatively, if you host your own repository you can deploy the file there:
- [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dre
- positoryId=[id]
- [ERROR]
- [ERROR] Path to dependency:
- [ERROR] 1) org.apache.httpcomponents:fluent-hc:jar:4.2.2
- [ERROR] 2) org.apache.httpcomponents:httpclient:jar:4.2.2
- [ERROR]
- [ERROR] 2) org.apache.httpcomponents:httpclient:jar:tests:4.2.2
- [ERROR]
- [ERROR] Try downloading the file manually from the project website.
- [ERROR]
- [ERROR] Then, install it using the command:
- [ERROR] mvn install:install-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/
- file
- [ERROR]
- [ERROR] Alternatively, if you host your own repository you can deploy the file there:
- [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.httpcomponents -DartifactId=httpclient -Dversion=4.2.2 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/fi
- le -Durl=[url] -DrepositoryId=[id]
- [ERROR]
- [ERROR] Path to dependency:
- [ERROR] 1) org.apache.httpcomponents:fluent-hc:jar:4.2.2
- [ERROR] 2) org.apache.httpcomponents:httpclient:jar:tests:4.2.2
- [ERROR]
- [ERROR] ----------
- [ERROR] 2 required artifacts are missing.
- [ERROR]
- [ERROR] for artifact:
- [ERROR] org.apache.httpcomponents:fluent-hc:jar:4.2.2
- [ERROR]
- [ERROR] from the specified remote repositories:
- [ERROR] spy (http://files.couchbase.com/maven2/, releases=true, snapshots=false),
- [ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true),
- [ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
- [ERROR] -> [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
Advertisement
Add Comment
Please, Sign In to add comment