OtherDevOpsGene / zap-sonar-plugin

Integrates OWASP Zed Attack Proxy reports into SonarQube
GNU General Public License v3.0
69 stars 29 forks source link

JAR for releases #19

Closed injcristianrojas closed 5 years ago

injcristianrojas commented 6 years ago

We could use the JARs in releases...

OtherDevOpsGene commented 6 years ago

I'm not clear on what you are requesting.

zap-sonar-plugin.jar is hosted on the Central Repository. For Maven,

<dependency>
    <groupId>org.sonarsource.owasp</groupId>
    <artifactId>sonar-zap-plugin</artifactId>
    <version>1.0.1</version>
</dependency>

Is that what you are looking for?

injcristianrojas commented 6 years ago

Not really. See here: https://github.com/stevespringett/dependency-check-sonar-plugin/releases

Each release has assets attached to it: ZIP, Tarballs and JARs.

OtherDevOpsGene commented 6 years ago

I see. We'll consider it. We are currently publishing our official releases on the Central Repository.

OtherDevOpsGene commented 5 years ago

Looks like it worked. Closing