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

Rework Maven Source Plugin Skip #11246

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

gerashegalov
Copy link
Collaborator

Fixes #11245

  • Follow the existing pattern of rapids.*.jar.phase
  • Include source-javadoc to the verify PR check

Signed-off-by: Gera Shegalov <gera@apache.org>
jlowe
jlowe previously approved these changes Jul 24, 2024
@gerashegalov
Copy link
Collaborator Author

build

@sameerz sameerz added the bug Something isn't working label Jul 24, 2024
@@ -44,6 +44,7 @@
<rapids.default.jar.phase>initialize</rapids.default.jar.phase>
<!-- Maven to register attached artifact , which we later replace -->
<rapids.shim.jar.phase>initialize</rapids.shim.jar.phase>
<rapdis.source.jar.phase>none</rapdis.source.jar.phase>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

dist/pom.xml Outdated
@@ -46,6 +46,7 @@
<dist.jar.pom.url>jar:file:${dist.jar.name}!/META-INF/maven/${project.groupId}/${project.artifactId}/pom.xml</dist.jar.pom.url>
<rapids.default.jar.phase>none</rapids.default.jar.phase>
<rapids.jni.unpack.skip>false</rapids.jni.unpack.skip>
<rapdis.source.jar.phase>none</rapdis.source.jar.phase>
Copy link
Collaborator

@razajafri razajafri Jul 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above and all the other places in this PR

Signed-off-by: Gera Shegalov <gera@apache.org>
@gerashegalov
Copy link
Collaborator Author

build

1 similar comment
@gerashegalov
Copy link
Collaborator Author

build

@pxLi pxLi merged commit 4a01c1a into NVIDIA:branch-24.08 Jul 25, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] mvn verify for the source-javadoc fails and no pre-merge check catches it
5 participants