Conversation
There was a problem hiding this comment.
Pull request overview
Adds Maven-based packaging and GitHub Actions automation to publish OSPToolkit artifacts (including the built static library) via GitHub Packages, plus supporting repo maintenance updates.
Changes:
- Introduces a root
pom.xmlthat builds a distributable archive viamaven-assembly-pluginand configures deployment to GitHub Packages. - Updates GitHub Actions workflows to build the C/C++ library, package it with Maven, and deploy on releases.
- Adds Maven/C++
.gitignorerules, Dependabot configuration, and release notes for v4.33.0.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
pom.xml |
Defines Maven project metadata, distribution management to GitHub Packages, and assembly packaging of include/, lib/, and RELNOTES.txt. |
RELNOTES.txt |
Adds release entry for 4.33.0 describing GitHub Packages update. |
.gitignore |
Adds ignore rules for Maven outputs and common C/C++ build artifacts. |
.github/workflows/release-package.yml |
Adds release-triggered build + Maven deploy workflow targeting GitHub Packages. |
.github/workflows/c-cpp.yml |
Expands CI workflow to also run a Maven packaging step after building the static library. |
.github/dependabot.yml |
Enables Dependabot updates for Maven and GitHub Actions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DmitryIsakbayev
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.