MVN

com.softwaresecured.plugin : reshift-reporter-maven-plugin

Maven & Gradle

Nov 14, 2018

Reshift-Reporter-Plugin · A maven plugin that allows for maven and gradle project (Java based) to be scanned for security vulnerabilities. The generated report is published to to a central private server @ reshift.softwaresecured.com in which users that have access to the projects can view security reports and perform other developer actions

<plugin>
    <groupId>com.softwaresecured.plugin</groupId>
    <artifactId>reshift-reporter-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaresecured.plugin : reshift-reporter-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.softwaresecured.plugin : reshift-reporter-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
reshift-reporter-maven-plugin-1.0.7
reshift-reporter-maven-plugin-1.0.6
reshift-reporter-maven-plugin-1.0.5
reshift-reporter-maven-plugin-1.0.4
reshift-reporter-maven-plugin-1.0.3
reshift-reporter-maven-plugin-1.0.2
reshift-reporter-maven-plugin-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.softwaresecured.plugin</groupId>
    <artifactId>reshift-reporter-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>

Advertisement