On Sun, 2013-01-06 at 16:11 -0500, Gary Gregory wrote: > OK, now I can proceed all the way through with Maven 3 until the last step > 7 where Maven 2 MUST be used but this is not documented in that step. >
Gary Assuming you are still trying to build the 4.2.3 release you should be using Maven 2.2.1. I think the section on requirements clearly states that. Maven 3.0.x is now required to build the trunk (4.3 branch). Feel free to edit the document as you deem necessary. > I also got this apparently error in step 7 but the maven 2 command > completed with a build success message. Is that expected or known behavior? > No, this is not expected but I cannot reproduce the problem locally. This is one of the old tests for a deprecated piece of code. In the worst case if it keeps failing for you, we could remove it. Oleg > Results : > > Failed tests: > wakesUpWaitingThreadsOnShutdown(org.apache.http.impl.conn.tsccm.TestConnPoolByRoute) > > Tests run: 780, Failures: 1, Errors: 0, Skipped: 0 > > [ERROR] There are test failures. > > Gary > > > On Sun, Jan 6, 2013 at 3:37 PM, Oleg Kalnichevski <[email protected]> wrote: > > > On Sun, 2013-01-06 at 15:12 -0500, Gary Gregory wrote: > > > 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: > > > > Please do not forget to run 'mvn install' in order to install release > > artifacts to the local repository. > > > > I updated the build instructions accordingly. > > > > Oleg > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
