sentrysoftware / metricshub-community-connectors

MetricsHub Community Connectors Repository
https://sentrysoftware.org/metricshub-community-connectors
GNU Affero General Public License v3.0
1 stars 0 forks source link

MetricsHub Community Connectors Repository

GitHub release (with filter) Build GitHub top language License

This project is a repository for the MetricsHub Community Connectors.

See Project Documentation for more information on how to use this library in your code.

Build instructions

This is a simple Maven project. Build with:

mvn verify

Release instructions

The artifact is deployed to Sonatype's Maven Central.

The actual repository URL is https://s01.oss.sonatype.org/, with server Id ossrh and requires credentials to deploy artifacts manually.

But it is strongly recommended to only use GitHub Actions "Release to Maven Central" to perform a release:

License

License is Affero General Public License (AGPL) version 3.0. Each source file includes the AGPL-3 header (build will fail otherwise). To update source files with the proper header, simply execute the below command:

mvn license:update-file-header