-
Notifications
You must be signed in to change notification settings - Fork 18
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
Publish javadoc #65
Comments
i also wonder what a call to mvn javadoc:aggregate would produce |
will try to add the goal to ci.eclipse.org |
does not seem to work |
@kthoms is there an option in jenkins to start in git-repo as . and not in git-repo/.. ? |
i have no idea why it works locally and not on ci |
there are errors reported by javadoc, makes the build fail by default set failOnError=false or sysprop maven.javadoc.failOnError? https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#failOnError |
did try that. does not help. |
looks like i have no a working combination: |
undid my changes. if i call aggregate then the single projects will no longer produce javadocs |
@kthoms how is it possible to publish to maven central without javadocs? |
no |
but we dont produce them. and they were not published. |
https://download.eclipse.org/modeling/emft/mwe/javadoc/2.9/
wonder what we need to create an aggregate javadoc
and publish it with the release
The text was updated successfully, but these errors were encountered: