MVN

com.softwaresecured.plugin : reshift-reporter-parent

Maven & Gradle

Oct 17, 2018

reShift-Reporter Parent Pom · 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

<dependency>
    <groupId>com.softwaresecured.plugin</groupId>
    <artifactId>reshift-reporter-parent</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
reshift-reporter-parent-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.softwaresecured.plugin</groupId>
    <artifactId>reshift-reporter-parent</artifactId>
    <version>1.0.1</version>
</dependency>