You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "kezhenxu94 (via GitHub)" <gi...@apache.org> on 2023/03/13 20:41:02 UTC

[GitHub] [skywalking] kezhenxu94 commented on pull request #10534: JavaDoc input should contain delombok output and fix javadoc not executed in CI

kezhenxu94 commented on PR #10534:
URL: https://github.com/apache/skywalking/pull/10534#issuecomment-1466925728

   > > CI / Check JavaDoc (pull_request)
   > 
   > Oops, this still doesn't work.
   
   turns out that `javadoc:javadoc' goal must be run after a maven install(otherwise it failed to find submodule dependencies), we cannot separate it in an individual job, so I explicitly add `javadoc` goal to the `package` job right after the install goal. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org