Skip to content
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

Remove NOP Maven javadoc plugin definition #8464

Merged
merged 2 commits into from
Jun 1, 2023

Conversation

gerashegalov
Copy link
Collaborator

@gerashegalov gerashegalov commented Jun 1, 2023

Fixes #8440

Java classes are processed by doc-jar in scala-maven-plugin as we leave the default sendJavaToScalac=true unchanged

$ find sql-plugin/  -regex '.*/GpuPackedTableColumn.\(java\|html\|class\)'
sql-plugin/target/spark311/site/scaladocs/com/nvidia/spark/rapids/GpuPackedTableColumn.html
sql-plugin/target/spark311/classes/com/nvidia/spark/rapids/GpuPackedTableColumn.class
sql-plugin/src/main/java/com/nvidia/spark/rapids/GpuPackedTableColumn.jav

Signed-off-by: Gera Shegalov [email protected]

Fixes NVIDIA#8440

Signed-off-by: Gera Shegalov <[email protected]>
Signed-off-by: Gera Shegalov <[email protected]>
@gerashegalov gerashegalov self-assigned this Jun 1, 2023
@gerashegalov gerashegalov added the build Related to CI / CD or cleanly building label Jun 1, 2023
@gerashegalov
Copy link
Collaborator Author

build

@gerashegalov gerashegalov merged commit 010ab7d into NVIDIA:branch-23.06 Jun 1, 2023
@gerashegalov gerashegalov deleted the removeJavaDoc branch June 1, 2023 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] the jar with scaladoc overwrites the jar with javadoc
2 participants