Skip to content

Commit

Permalink
Remove bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
Reamer committed Feb 4, 2021
1 parent e242bef commit 8c7af1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Build Status](https://github.com/dependency-check/dependency-check-sonar-plugin/workflows/build/badge.svg?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e9cebd3112ec4252804bba68a5b44071)](https://www.codacy.com/manual/dependency-check/dependency-check-sonar-plugin?utm_source=github.com&utm_medium=referral&utm_content=dependency-check/dependency-check-sonar-plugin&utm_campaign=Badge_Grade)
[![Download](https://api.bintray.com/packages/dependency-check/owasp/sonar-dependency-check/images/download.svg)](https://bintray.com/dependency-check/owasp/sonar-dependency-check/_latestVersion)
[![Download](https://img.shields.io/github/v/release/dependency-check/dependency-check-sonar-plugin)](https://github.com/dependency-check/dependency-check-sonar-plugin/releases/latest)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dependency-check_dependency-check-sonar-plugin&metric=alert_status)](https://sonarcloud.io/dashboard?id=dependency-check_dependency-check-sonar-plugin)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=dependency-check_dependency-check-sonar-plugin&metric=coverage)](https://sonarcloud.io/dashboard?id=dependency-check_dependency-check-sonar-plugin)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=dependency-check_dependency-check-sonar-plugin&metric=security_rating)](https://sonarcloud.io/dashboard?id=dependency-check_dependency-check-sonar-plugin)
Expand Down Expand Up @@ -56,7 +56,7 @@ This plugin used the same project setup as [sonar-custom-plugin-example][]. Chec

## Distribution

Ready to use binaries are available from [GitHub][] and [bintray][].
Ready to use binaries are available from [GitHub][].

## Plugin version compatibility

Expand Down Expand Up @@ -144,6 +144,5 @@ Permission to modify and redistribute is granted under the terms of the [LGPLv3]
[dependency-check]: https://www.owasp.org/index.php/OWASP_Dependency_Check
[sonarqube 5.x]: https://github.com/dependency-check/dependency-check-sonar-plugin/tree/SonarQube_5.x
[sonarqube 6.x]: https://github.com/dependency-check/dependency-check-sonar-plugin/tree/SonarQube_6.x
[bintray]: https://bintray.com/dependency-check/owasp/sonar-dependency-check
[sonar-custom-plugin-example]: https://github.com/SonarSource/sonar-custom-plugin-example
[security-hotspot]: https://docs.sonarqube.org/latest/user-guide/security-hotspots/
7 changes: 3 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Releasing

## Deploy Release to GitHub and Bintray
## Deploy Release to GitHub

Deployment to GitHub and Bintray should be done automatic.
Deployment to GitHub should be done automatic.
```bash
mvn release:prepare release:perform
```

## Deploy SNAPSHOT to GitHub
Deploy SNAPSHOTs to Bintray is not possible. Therefore we skip bintray, when we deploy manuell to GitHub.
```bash
mvn clean deploy -Pskip-bintray
mvn clean deploy
```
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@
<url>https://travis-ci.org/dependency-check/dependency-check-sonar-plugin</url>
</ciManagement>

<distributionManagement>
<repository>
<id>bintray-dependency-check-owasp</id>
<name>dependency-check-owasp</name>
<url>https://api.bintray.com/maven/dependency-check/owasp/sonar-dependency-check/;publish=1</url>
</repository>
</distributionManagement>

<modules>
<module>sonar-dependency-check-plugin</module>
</modules>
Expand Down Expand Up @@ -145,12 +137,4 @@
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>skip-bintray</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 8c7af1b

Please sign in to comment.