-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: cap-java/sdm
base: develop
head repository: cap-java/sdm
compare: fix_snapshot_deploy_maven
- 14 commits
- 8 files changed
- 2 contributors
Commits on Jul 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a9e2398 - Browse repository at this point
Copy the full SHA a9e2398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484f41a - Browse repository at this point
Copy the full SHA 484f41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d95d1e - Browse repository at this point
Copy the full SHA 2d95d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bde8134 - Browse repository at this point
Copy the full SHA bde8134View commit details -
Remove artifact upload/download from snapshot workflow
The composite action runs clean deploy internally so the artifact shuttle between build and deploy jobs was redundant and causing download failures due to workspace conflicts after checkout.
Configuration menu - View commit details
-
Copy full SHA for 3577af4 - Browse repository at this point
Copy the full SHA 3577af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6e9d4 - Browse repository at this point
Copy the full SHA 5d6e9d4View commit details -
Add deploy-central-snapshot profile to sdm/pom.xml child module
Child module had its own distributionManagement pointing to Artifactory. Without overriding it in the profile, Maven hits Artifactory for metadata during deploy and gets a 401. This profile redirects to Maven Central snapshots when -P deploy-central-snapshot is active.
Configuration menu - View commit details
-
Copy full SHA for 0bde254 - Browse repository at this point
Copy the full SHA 0bde254View commit details -
Update deploy-central-snapshot.yml
Testing snapshot deployment
Configuration menu - View commit details
-
Copy full SHA for 350d9cd - Browse repository at this point
Copy the full SHA 350d9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c48189 - Browse repository at this point
Copy the full SHA 5c48189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24cfe74 - Browse repository at this point
Copy the full SHA 24cfe74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a0b9d - Browse repository at this point
Copy the full SHA 18a0b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aba9da - Browse repository at this point
Copy the full SHA 9aba9daView commit details
Commits on Jul 30, 2026
-
Fix snapshot deploy: bind maven-deploy-plugin explicitly in deploy-ce…
…ntral-snapshot profile central-publishing-maven-plugin with extensions=true replaces the default deploy lifecycle, causing skipPublishing=true to result in a no-op deploy. Explicitly re-bind maven-deploy-plugin to the deploy phase in both root and child pom so artifacts are pushed directly to Central Snapshots URL.
Configuration menu - View commit details
-
Copy full SHA for fc08431 - Browse repository at this point
Copy the full SHA fc08431View commit details -
Fix snapshot deploy: disable central-publishing-plugin extension in d…
…eploy-central-snapshot profile With extensions=true in pluginManagement, central-publishing-maven-plugin replaces the entire deploy lifecycle, making maven-deploy-plugin unreachable. Setting extensions=false within this profile restores standard deploy behavior so maven-deploy-plugin can push directly to the Central Snapshots URL.
Configuration menu - View commit details
-
Copy full SHA for 3542d91 - Browse repository at this point
Copy the full SHA 3542d91View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...fix_snapshot_deploy_maven