ossrh-test

Test for an automated artifact publishing to Maven Central

License

License

MIT
GroupId

GroupId

de.gesellix
ArtifactId

ArtifactId

ossrh-test
Last Version

Last Version

2021-02-16T12-54-56
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

ossrh-test
Test for an automated artifact publishing to Maven Central
Project URL

Project URL

https://github.com/gesellix/ossrh-test
Source Code Management

Source Code Management

https://github.com/gesellix/ossrh-test

Download ossrh-test

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.6.1

runtime (1)

Group / Artifact Type Version
com.google.guava : guava jar 29.0-jre

Project Modules

There are no modules declared in this project.

ossrh-test

Sandbox to show an automated publish/release process to Maven Central via gradle-nexus/publish-plugin after JFrog's announcement about the shutdown of Bintray/JCenter/....

Release Workflow

There are multiple GitHub Action Workflows for the different steps in the package's lifecycle:

  • CI: Builds and checks incoming changes on a pull request
    • triggered on every push to a non-default branch
  • CD: Publishes the Gradle artifacts to GitHub Package Registry
    • triggered only on pushes to the default branch
  • Release: Publishes Gradle artifacts to Sonatype and releases them to Maven Central
    • triggered on a published GitHub release using the underlying tag as artifact version, e.g. via git tag -m "$MESSAGE" v$(date +"%Y-%m-%dT%H-%M-%S")

Versions

Version
2021-02-16T12-54-56
2021-02-16T12-43-56
0.0.8
0.0.7
0.0.3