Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Not A Defect
-
Component/s: github
-
Labels:None
-
Similar Issues:
Description
I have published our Jenkins plugin in Jenkins Marketplace:
https://plugins.jenkins.io/veracode-scan/
It show up correctly, but the JavaDoc link didn't work, it only show a jar file:
https://javadoc.jenkins.io/plugin/veracode-scan/
Is there any background process need to be run?
Attachments
Issue Links
- relates to
-
JENKINS-62748 Generate JavaDoc jar file in Maven build
-
- In Review
-
No Javadoc artifact exists: https://repo.jenkins-ci.org/releases/com/veracode/jenkins/veracode-scan/20.6.10.0/ (no source artifact either).
Use a current parent POM, not the years old and obsolete https://github.com/jenkinsci/veracode-scan-plugin/blob/89f676a195af00e5097fc26826eea70f6a330bba/pom.xml#L10
Use the documented release process: https://www.jenkins.io/doc/developer/publishing/releasing/
If the release build still doesn't publish javadoc artifacts, ask on the dev list for help.