MVN

com.comeon.mojo : project-info-maven-plugin

Maven & Gradle

May 21, 2015
0 stars

project-info-maven-plugin · Light-weight project information extractor, for reporting optionally filtered dependencies and some other things on a project. Useful for collecting version information and who depends on who in an environment with multiple servers, perhaps many many small services.

<plugin>
    <groupId>com.comeon.mojo</groupId>
    <artifactId>project-info-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.comeon.mojo : project-info-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.comeon.mojo : project-info-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
project-info-maven-plugin-1.0.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.comeon.mojo</groupId>
    <artifactId>project-info-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement