issue #7547: harden CI SNAPSHOT upload of marketplace plugin zips#7634
Draft
mattcasters wants to merge 1 commit into
Draft
issue #7547: harden CI SNAPSHOT upload of marketplace plugin zips#7634mattcasters wants to merge 1 commit into
mattcasters wants to merge 1 commit into
Conversation
… wagon upload Harden the main-branch Deploy path so optional plugin zips (spark, beam, parquet, etc.) are present in local-snapshots-dir before wagon:upload, pin wagon-maven-plugin, and match excludes to Maven layout under fromDir.
mattcasters
marked this pull request as draft
July 26, 2026 21:38
Contributor
Author
|
Not sure it's needed. It seems to work fine so far. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hardens the existing main-branch Deploy path so marketplace-installable plugin SNAPSHOT zips are reliably published to ASF Nexus.
./tools/verify-ci-snapshot-zips.shbeforewagon:uploadso the job fails if anyoptional-plugins.yamlartifact is missing a zip inlocal-snapshots-dir.wagon-maven-pluginto 2.0.2 and fix wagon excludes for Maven layout (**/hop-core/**/*.zip, etc.).This does not invent a new publisher: Test & Build still deploys to
local-snapshots-dir, and Deploy still wagon-uploads torepository.apache.orgsnapshots with marketplace plugin zips included.Test plan
Jenkinsfile,pom.xmldeploy-snapshotsprofile, verify script, README…/hop-tech-parquet/2.19.0-SNAPSHOT/and…/hop-engines-spark/2.19.0-SNAPSHOT/./hop marketplace install hop-tech-parquetagainst ASF primaryRelated: #7547, follow-up to #7577