Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Hervé BOUTEMY
thanks Denis for the analysis I think the culprit is http://jira.codehaus.org/browse/MPLUGIN-227 and javadoc plugin is just intolerant at this case where there is some code in "unnamed" package: not a regression, just a case that wasn't seen in real world before the bug in plugin tools I just

Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Benson Margulies
I captured the three command-arg files from 2.8 and 2.9, and compared them. Here's the only difference. It looks to me as if this is a difference at Oracle, and that the utils need to change to tolerate that blank line. 20c20 < 'http://download.oracle.com/javase/1.5.0/docs/api' '/Users/benson/asf/

Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Benson Margulies
On Fri, Sep 28, 2012 at 6:06 PM, Dennis Lundberg wrote: > Hi > > I had a look at why the Javadoc Plugin has started failing. At first it > seemed weird since there had been no code changes, but then it hit me > that a new version of said plugin had just been released, and therefor a > new site had

Re: Build failed in Jenkins: maven-plugins-ITs-m2 #790

2012-09-28 Thread Dennis Lundberg
Hi I had a look at why the Javadoc Plugin has started failing. At first it seemed weird since there had been no code changes, but then it hit me that a new version of said plugin had just been released, and therefor a new site had been published. After some digging I found out the reason for the f