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

Use Github Actions and Github Packages to publish the Java package #1

Closed

Conversation

josuablejeru
Copy link
Contributor

This PR primarily focuses on the implementation of the Java GS1 helper. Once approved, similar implementations in other languages will follow.

Changes made:

  • Refactored Github actions to utilize working directories instead of navigating into each subdirectory.
  • Implemented deployment of the final build to Github Packages using Maven, enabling users to download it with both Gradle and Maven.
  • Specified the Github Package Registry within distributionManagement to inform Maven about the deployment destination.

Noteworthy:

Currently, Github actions are disabled for this repository, preventing me from testing these changes as I typically do. Furthermore, due to the disabled GH Issue feature, I couldn't discuss the use of Actions for deploying to common registries earlier. I believe this could greatly benefit the project in the future, making it more inviting for contributors and facilitating discussions.

@terryburton
Copy link
Member

Please refer to issue #2 for an update. There is no need to rebase this to address the conflicts and we'll pick up the final change in due course if the decision is to provide package hosting.

@josuablejeru josuablejeru deleted the feature/gh-action-publish-package branch August 16, 2023 09:42
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.

2 participants