Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cap-java/sdm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: cap-java/sdm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix_snapshot_deploy_maven
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 29, 2026

  1. Configuration menu
    Copy the full SHA
    a9e2398 View commit details
    Browse the repository at this point in the history
  2. Ut

    PujaDeshmukh17 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    484f41a View commit details
    Browse the repository at this point in the history
  3. Create action.yml

    vibhutikumar07 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    2d95d1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bde8134 View commit details
    Browse the repository at this point in the history
  5. 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.
    vibhutikumar07 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    3577af4 View commit details
    Browse the repository at this point in the history
  6. Update pom.xml

    Updated pom to use Central Portal snapshots
    vibhutikumar07 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    5d6e9d4 View commit details
    Browse the repository at this point in the history
  7. 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.
    vibhutikumar07 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    0bde254 View commit details
    Browse the repository at this point in the history
  8. Update deploy-central-snapshot.yml

    Testing snapshot deployment
    vibhutikumar07 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    350d9cd View commit details
    Browse the repository at this point in the history
  9. Removed run on push

    vibhutikumar07 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    5c48189 View commit details
    Browse the repository at this point in the history
  10. Updated the workflow

    vibhutikumar07 committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    24cfe74 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18a0b9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9aba9da View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2026

  1. 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.
    vibhutikumar07 committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    fc08431 View commit details
    Browse the repository at this point in the history
  2. 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.
    vibhutikumar07 committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    3542d91 View commit details
    Browse the repository at this point in the history
Loading