Something is missing from the BUILDING.txt file. I downloaded the tag. All is well until I get to step 3 "mvn javadoc:aggregate", where I get:
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] HttpComponents Client ............................. FAILURE [1.473s] [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: 3.034s [INFO] Finished at: Sun Jan 06 15:09:22 EST 2013 [INFO] Final Memory: 11M/149M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8:aggregate (default-cli) on project httpcomponents-client: An error has occurred in JavaDocs report generation: Missing: [ERROR] ---------- [ERROR] 1) org.apache.httpcomponents:httpclient:jar:4.2.3 [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.3 -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.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.httpcomponents:fluent-hc:jar:4.2.3 [ERROR] 2) org.apache.httpcomponents:httpclient:jar:4.2.3 [ERROR] [ERROR] 2) org.apache.httpcomponents:httpclient:jar:tests:4.2.3 [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.3 -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.3 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [ERROR] [ERROR] Path to dependency: [ERROR] 1) org.apache.httpcomponents:fluent-hc:jar:4.2.3 [ERROR] 2) org.apache.httpcomponents:httpclient:jar:tests:4.2.3 [ERROR] [ERROR] ---------- [ERROR] 2 required artifacts are missing. [ERROR] [ERROR] for artifact: [ERROR] org.apache.httpcomponents:fluent-hc:jar:4.2.3 [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 Gary On Sun, Jan 6, 2013 at 2:13 PM, Oleg Kalnichevski <[email protected]> wrote: > Please vote on releasing these packages as HttpComponents Client 4.2.3. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes if at least > three binding +1 votes are cast and there are more +1 than -1 votes. > > Packages: > http://people.apache.org/~olegk/httpclient-4.2.3-RC1/ > > Release notes: > http://people.apache.org/~olegk/httpclient-4.2.3-RC1/RELEASE_NOTES.txt > > Maven artefacts: > > https://repository.apache.org/content/repositories/orgapachehttpcomponents-103/org/apache/httpcomponents/ > > SVN tag: > http://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.2.3-RC1/ > > -------------------------------------------------------------------------- > Vote: HttpComponents Client 4.2.3 release > [ ] +1 Release the packages as HttpComponents Client 4.2.3. > [ ] -1 I am against releasing the packages (must include a reason). > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0 Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
