-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update pom.xml to skip release (I hope) #2796
Conversation
examples/examples-release-16/pom.xml
Outdated
@@ -93,6 +93,14 @@ | |||
|
|||
<build> | |||
<plugins> | |||
<plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: indent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can verify this by looking into the snapshot release log. if this works, these modules should also be skipped in snapshots
@yue9944882 addressed the formatting (we should perhaps add a pre-commit check for xml formatting) ptal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, yue9944882 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This should skip staging these jars to nexus
https://help.sonatype.com/repomanager3/integrations/nexus-repository-maven-plugin#NexusRepositoryMavenPlugin-Configuration
And hopefully fix the release break here:
https://github.com/kubernetes-client/java/actions/runs/6226166183/job/16898118043