MVN

com.intuit.innersource : innersource-maven-plugin

Maven & Gradle

Jun 30, 2021
20 stars

InnerSource Maven Plugin · A maven plugin for scanning a maven based project for InnerSource documentation and reporting on the InnerSource readiness of the project.

<plugin>
    <groupId>com.intuit.innersource</groupId>
    <artifactId>innersource-maven-plugin</artifactId>
    <version>0.0.10</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.10

All Versions

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

Version Vulnerabilities Updated
0.0.x
innersource-maven-plugin-0.0.10
innersource-maven-plugin-0.0.9
innersource-maven-plugin-0.0.8
innersource-maven-plugin-0.0.7
innersource-maven-plugin-0.0.6
innersource-maven-plugin-0.0.5
innersource-maven-plugin-0.0.4

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.intuit.innersource</groupId>
    <artifactId>innersource-maven-plugin</artifactId>
    <version>0.0.10</version>
</plugin>