MVN

com.sourceclear : srcclr-maven-plugin

Maven & Gradle

Oct 27, 2015

SourceClear - Maven Plugin · The SRC:CLR Maven Plugin analyzes the dependencies of your project, both immediate and transitive, to see if you are including any known security vulnerabilities through third-party packages in your project.

<plugin>
    <groupId>com.sourceclear</groupId>
    <artifactId>srcclr-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sourceclear : srcclr-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.sourceclear : srcclr-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
srcclr-maven-plugin-1.0.1
1.0
srcclr-maven-plugin-1.0

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.sourceclear</groupId>
    <artifactId>srcclr-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement