Thanks Oleg, I can now build with M2 (but M3 fails as you mentioned.) Gary
On Tue, Oct 23, 2012 at 2:29 PM, Oleg Kalnichevski <[email protected]> wrote: > On Tue, 2012-10-23 at 08:39 -0400, Gary Gregory wrote: > > I'm slightly confused (I've quit drinking coffee you see). On most > projects > > (all Apache Commons sub-projects I've seen) I work with I can do "mvn > site" > > and then browse through the reports. Not here. > > > > I downloaded the tag and ran "mvn site" and got the error in > > http://pastebin.com/r2Y2Yxkt > > > > It looks like building the 4.2.2 site tries to download 4.2.2 instead of > > using what's been built locally. > > > > What am I missing? How can I get the site built for the software > downloaded? > > > > Gary > > > > Hi Gary > > The 4.2.2 artifacts have not yet been published to Maven central, so you > need to build and install them locally prior to building the site. > > Try running 'mvn clean install site'. This should get you past > javadocs:aggregate. Please note, though, Clover plugin used by all HC > modules is incompatible with Maven 3 [1]. You will have to use Maven > 2.2.1 in order to generate the full site including coverage reports. > > Oleg > > [1] https://studio.plugins.atlassian.com/browse/CLMVN-136 > > > > --------------------------------------------------------------------- > 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
