In theory, the code should work once Javadoc is published and the Javadoc site is rebuilt. All components publish Javadoc by default if they are based on Jenkins Parent POM for components or plugins. It is definitely not a case for Acceptance Test Harness: https://repo.jenkins-ci.org/webapp/#/artifacts/browse/tree/General/releases/org/jenkins-ci/acceptance-test-harness/1.79 .
ATH overrides Javadoc generation in https://github.com/jenkinsci/acceptance-test-harness/blob/master/pom.xml#L482-L497 and disables the "jar" attach goal On Monday, November 30, 2020 at 4:58:11 PM UTC+1 [email protected] wrote: > Should be, > If it's not a plugin it also needs updating in the javadoc repo, but it's > already there for ATH: > > > https://github.com/jenkins-infra/javadoc/blob/master/scripts/generate-javadoc-components.groovy#L8 > > On Mon, 30 Nov 2020 at 12:28, [email protected] <[email protected]> > wrote: > >> Hi all, >> >> I was looking for the ATH javadoc, but noticed it is not published at >> https://javadoc.jenkins.io/component/ >> >> Is this purely a case that I need the ATH to bundle and publish a >> `-javadocs` artifact to artifactory for it to show up, or is there >> something else that needs to happen? >> >> Regards >> >> /James >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/1d48296b-0f88-43c2-842a-a6da7aac9441n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-dev/1d48296b-0f88-43c2-842a-a6da7aac9441n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/af0573eb-01c4-4d14-a175-9f99e5752892n%40googlegroups.com.
