Skip to content

[SNAPSHOT - 1.9.3] Rbsdms no cqn snapshot feature - #557

Open
PujaDeshmukh17 wants to merge 13 commits into
Release_v1.9.2from
RBSDMS-NoCqnSnapshot-feature
Open

[SNAPSHOT - 1.9.3] Rbsdms no cqn snapshot feature#557
PujaDeshmukh17 wants to merge 13 commits into
Release_v1.9.2from
RBSDMS-NoCqnSnapshot-feature

Conversation

@PujaDeshmukh17

Copy link
Copy Markdown
Contributor

Describe your changes

Any documentation

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist before requesting a review

  • I follow Java Development Guidelines for SAP
  • I have tested the functionality on my cloud environment.
  • I have provided sufficient automated/ unit tests for the code.
  • I have increased or maintained the test coverage.
  • I have ran integration tests on my cloud environment.
  • I have validated blackduck portal for any vulnerability after my commit.

Upload Screenshots/lists of the scenarios tested

  • I have Uploaded Screenshots or added lists of the scenarios tested in description

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.
Updated pom to use Central Portal snapshots
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.
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants