MVN

com.softwaresecured.reshift : maven-plugin

Maven & Gradle

May 20, 2021

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.reshiftsecurity.com in which users that have access to the projects can view security reports and perform other developer actions

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

Latest Version

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

  • Latest Stable: 1.2.0

All Versions

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

Version Vulnerabilities Updated
1.2.x
maven-plugin-1.2.0
1.0.x
maven-plugin-1.0.29
maven-plugin-1.0.28
maven-plugin-1.0.27
maven-plugin-1.0.26
maven-plugin-1.0.25
maven-plugin-1.0.24
maven-plugin-1.0.23
maven-plugin-1.0.22
maven-plugin-1.0.21
maven-plugin-1.0.20
maven-plugin-1.0.19
maven-plugin-1.0.18
maven-plugin-1.0.17
maven-plugin-1.0.16
maven-plugin-1.0.15
maven-plugin-1.0.14
maven-plugin-1.0.13
maven-plugin-1.0.12
maven-plugin-1.0.11
maven-plugin-1.0.10
maven-plugin-1.0.9
maven-plugin-1.0.8

How to add a dependency to Maven

Add the following com.softwaresecured.reshift : maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaresecured.reshift</groupId>
    <artifactId>maven-plugin</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaresecured.reshift : maven-plugin gradle dependency to your build.gradle file:

implementation 'com.softwaresecured.reshift:maven-plugin:1.2.0'

Gradle Kotlin DSL: Add the following com.softwaresecured.reshift : maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaresecured.reshift:maven-plugin:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaresecured.reshift : maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaresecured.reshift" % "maven-plugin" % "1.2.0"

Advertisement