-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javadoc error on deploy #546
Comments
what's the command that triggers that? I don't remember we usually publish Maven reports and Javadoc (only mojo doc). |
I use as described here: https://github.com/eclipse/tycho/blob/master/devdoc/Releasing_Tycho.md
The deploy seems to ignore the errors but its a bit annoying (there are much more errors like this), |
can you check https://stackoverflow.com/questions/58836862/jdk-11-and-javadoc |
@mickaelistria do you remember if such workarounds where necessary for the 2.5.0 deploy? I think we are using Java 11 for a while so I'm a bit confused. |
is the javadoc missing for all or a specific jar only? |
I have updated the instructions here now: 000276c |
Nope, however I never ever verified the log for Javadoc related messages, I just never cared enough, as long as the published content was correct. |
hmm if there is no javadoc jar created, nexus will complain. |
Apparently, it doesn't prevent from pushing to OSSRH and then Central, we don't have javadoc in Maven Central for Tycho in 2.5.0: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.5.0/ |
I'll close this as I adjusted the docs (no errors/warnings anymore) and javadoc seems optional. |
While deploying tycho to sonartype the following errors are printed to the log:
The text was updated successfully, but these errors were encountered: