Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAT-19350 configure test-harness to deploy master-snapshot to GPM #972

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jandroav
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow for deploying master snapshots and updates the Maven configuration to use GitHub Packages instead of Sonatype Nexus. The most important changes are summarized below:

New GitHub Actions Workflow:

  • .github/workflows/deploy-snapshot.yml: Added a new workflow named "Deploy Master Snapshot" that triggers on pushes to the main branch. This workflow checks out the code, sets up JDK 17, updates the version to master-SNAPSHOT, and builds and deploys the snapshot to GitHub Packages.

Maven Configuration Update:

  • pom.xml: Updated the distributionManagement section to replace Sonatype Nexus repositories with GitHub Packages for both release and snapshot repositories.

…ster snapshots to GitHub Packages

🔧 (pom.xml): update distribution management to use GitHub Packages for deployment instead of Sonatype Nexus
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.

1 participant