yes, I tried too and couldn't find (then chose to continue on m-site-p...), but your conclusion is really plausible
I tried on every CI failures, fixed what I could fix, but actual failures are really hard to fix (AFAIK, were the same on previous Sonatype's CI, then there is really some logic in them, not only bad specific configuration): thanks for your work and sharing once the CI will be fully ok, we'll have to celebrate! :) Regards, Hervé Le vendredi 29 juillet 2011, Dennis Lundberg a écrit : > Hi Mark > > I spent a couple of hours debugging this earlier this week. > Unfortunately I wasn't able to crack it. But I find your conclusion very > plausible. > > On 2011-07-29 16:22, Mark Struberg wrote: > > Hi! > > > > This is a sum-up of my last 5 hours of debugging. > > > > Currently there is a failing test in the maven-javadoc-plugin: > > JavadocReportTest#testProxy() > > > > This test fails since the last commit but I actually think it only ever > > worked by accident. It did rely on a commons-logging-1.0.4.pom which got > > resolved by a test which did run previously. > > > > But after updating to commons-logging.1.1.1 there is no pre-resolved artifact available in target/local-repo anymore, thus the javadoc link info cannot get built and the test fails in line 829: > >> assertTrue( optionsContent.contains( "-link > >> 'http://commons.apache.org/logging/apidocs'" ) ); > > > > I'll for now just disable this line of code, because the test as far as I > > can see _never_ did go upstream. The remoteRepository list used is > > always empty!. > > > > If anyone has an idea how to get this fixed properly, then please speak > > up ;) > > > > LieGrue, > > strug > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org