Re: javadoc-plugin error since plugin-pom 4.19 ?

2021-07-05 Thread Daniel Beck
On Mon, Jul 5, 2021 at 8:16 PM Mark Waite wrote: > > Will need some further research to understand why that Javadoc page is not > being generated for Jenkins core. > Looks like it's a side effect of the 2.300 release not being in the usual repo (see my thread from last week). If so, it should

Re: javadoc-plugin error since plugin-pom 4.19 ?

2021-07-05 Thread Mark Waite
If you need to release in a hurry, you could generate the javadoc without the reference to https://javadoc.jenkins.io/ by adding the following into the builds section of your pom file: maven-javadoc-plugin 3.3.0

Re: javadoc-plugin error since plugin-pom 4.19 ?

2021-07-05 Thread Mark Waite
There appears to be a problem in the Javadoc generation process for Jenkins core. When I open https://javadoc.jenkins-ci.org/ , it shows 3 links (as expected). When I click the "plugins" link and the "components" link, it opens a page listing those items. When I click the "Jenkins core" link,

javadoc-plugin error since plugin-pom 4.19 ?

2021-07-05 Thread Goyot, Martin
Hi there, We repeatedly run into an error trying to `maven release:prepare release:perform` our plugin. It would appear that the javadoc plugin was updated by plugin-pom 4.19 but maybe this is just a misguided guess. Someone with the same kind of error ? here is the trace: [WARNING]