Skip to content

Configure Maven to deploy to GitHub package #15

@olivere

Description

@olivere

As a software developer, I want to publish released versions of the repository to be publicly accessible from Maven and Gradle projects, so that external developers can easily use released versions in their code.

We can use GitHub packages for this (guidelines are here for Maven and Gradle). We can also configure GitHub Actions to deploy a package when a new version is tagged with thev* pattern.

Bonus points:

  • Releasing the code will automatically create a changelog here

AC

  • When tagging a new release, we publish to GitHub packages.
  • Deployed packages are accessible to external developers publicly via Maven and Gradle.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions