Skip to content

Commit

Permalink
chore: Remove references to JitPack in favor of Maven Central
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 11, 2024
1 parent 9ea65f9 commit d9eb1da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ integrations/jenkins/Jenkinsfile
.codecov.yml
.commitlintrc.yml
.editorconfig
.jitpack.yml
.mailmap
.markdownlint-cli2.yaml
.markdownlint.yaml
Expand Down
6 changes: 0 additions & 6 deletions .jitpack.yml

This file was deleted.

25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

[![Wrapper Validation][3]][4] [![Static Analysis][5]][6]

[![Build and Test][7]][8] [![JitPack build status][9]][10] [![Code coverage][11]][12]
[![Build and Test][7]][8] [![Code coverage][9]][10]

[![REUSE status][13]][14] [![OpenSSF Scorecard][15]][16] [![OpenSSF Best Practices][17]][18]
[![REUSE status][11]][12] [![OpenSSF Scorecard][13]][14] [![OpenSSF Best Practices][15]][16]

[1]: https://img.shields.io/badge/Join_us_on_Slack!-ort--talk-blue.svg?longCache=true&logo=slack
[2]: http://slack.oss-review-toolkit.org
Expand All @@ -18,16 +18,14 @@
[6]: https://github.com/oss-review-toolkit/ort/actions/workflows/static-analysis.yml
[7]: https://github.com/oss-review-toolkit/ort/actions/workflows/build-and-test.yml/badge.svg
[8]: https://github.com/oss-review-toolkit/ort/actions/workflows/build-and-test.yml
[9]: https://jitpack.io/v/oss-review-toolkit/ort.svg
[10]: https://jitpack.io/#oss-review-toolkit/ort
[11]: https://codecov.io/gh/oss-review-toolkit/ort/branch/main/graph/badge.svg?token=QD2tCSUTVN
[12]: https://app.codecov.io/gh/oss-review-toolkit/ort
[13]: https://api.reuse.software/badge/github.com/oss-review-toolkit/ort
[14]: https://api.reuse.software/info/github.com/oss-review-toolkit/ort
[15]: https://api.scorecard.dev/projects/github.com/oss-review-toolkit/ort/badge
[16]: https://scorecard.dev/viewer/?uri=github.com/oss-review-toolkit/ort
[17]: https://www.bestpractices.dev/projects/4618/badge
[18]: https://www.bestpractices.dev/projects/4618
[9]: https://codecov.io/gh/oss-review-toolkit/ort/branch/main/graph/badge.svg?token=QD2tCSUTVN
[10]: https://app.codecov.io/gh/oss-review-toolkit/ort
[11]: https://api.reuse.software/badge/github.com/oss-review-toolkit/ort
[12]: https://api.reuse.software/info/github.com/oss-review-toolkit/ort
[13]: https://api.scorecard.dev/projects/github.com/oss-review-toolkit/ort/badge
[14]: https://scorecard.dev/viewer/?uri=github.com/oss-review-toolkit/ort
[15]: https://www.bestpractices.dev/projects/4618/badge
[16]: https://www.bestpractices.dev/projects/4618

# Introduction

Expand Down Expand Up @@ -83,8 +81,7 @@ If a package manager is not list listed there, support for it is integrated dire

## From binaries

Preliminary binary artifacts for ORT are currently available via [JitPack](https://jitpack.io/#oss-review-toolkit/ort).
Please note that due to limitations with the JitPack build environment, the reporter is not able to create the Web App report.
Binary artifacts for releases are published to [Maven Central](https://central.sonatype.com/namespace/org.ossreviewtoolkit).

## From sources

Expand Down

0 comments on commit d9eb1da

Please sign in to comment.