MVN

com.sourceninja : sourceninja-maven-plugin

Maven & Gradle

Oct 25, 2012
1 stars

sourceninja-maven-plugin · A plugin which enables your Maven project to be tracked by SourceNinja

<plugin>
    <groupId>com.sourceninja</groupId>
    <artifactId>sourceninja-maven-plugin</artifactId>
    <version>0.1.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.7

All Versions

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

Version Vulnerabilities Updated
0.1.x
sourceninja-maven-plugin-0.1.7
sourceninja-maven-plugin-0.1.6
sourceninja-maven-plugin-0.1.5

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.sourceninja</groupId>
    <artifactId>sourceninja-maven-plugin</artifactId>
    <version>0.1.7</version>
</plugin>

Advertisement