Skip to content

Fixing Release Pipeline#304

Open
yashmahamulkar-bs wants to merge 20 commits intomasterfrom
PPLT-5031
Open

Fixing Release Pipeline#304
yashmahamulkar-bs wants to merge 20 commits intomasterfrom
PPLT-5031

Conversation

@yashmahamulkar-bs
Copy link
Copy Markdown
Contributor

@yashmahamulkar-bs yashmahamulkar-bs commented Mar 26, 2026

This pull request updates the Maven publishing configuration to switch from the legacy OSSRH (oss.sonatype.org) service to the new Central (central.sonatype.com) repository and plugin. The changes affect both the workflow configuration and the Maven project file.

Repository and plugin migration:

  • Updated the distributionManagement section in pom.xml to use the new Central repository URLs and changed the repository IDs from ossrh to central.
  • Replaced the nexus-staging-maven-plugin with the central-publishing-maven-plugin in pom.xml, updating the plugin group, artifact, version, and configuration to match the new publishing process.

CI/CD workflow update:

  • Changed the server-id in the GitHub Actions workflow (.github/workflows/release.yml) from ossrh to central to align with the new repository configuration.

yashmahamulkar-bs and others added 18 commits March 10, 2026 10:28
…ponsive capture

- Catch Exception (not just WebDriverException) in snapshot() to prevent caller crashes
- Wrap captureResponsiveDom loop in try/finally to always restore window size
- Replace System.out.println debug statements with log() calls
- Introduce FatalIframeException to replace fragile string matching on "Fatal"
- Fix log(String) indentation
- Add fallback for renamed RESONSIVE_CAPTURE_SLEEP_TIME env var

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…manager

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant