MVN

fr.jcgay.maven.plugins : buildplan-maven-plugin

Maven & Gradle

Aug 17, 2021
0 stars

BuildPlan Maven Plugin · The BuildPlan Plugin can inspect your project lifecycle.

<plugin>
    <groupId>fr.jcgay.maven.plugins</groupId>
    <artifactId>buildplan-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.jcgay.maven.plugins : buildplan-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of fr.jcgay.maven.plugins : buildplan-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
buildplan-maven-plugin-1.5
1.4
buildplan-maven-plugin-1.4
1.3
buildplan-maven-plugin-1.3
1.2
buildplan-maven-plugin-1.2
1.1
buildplan-maven-plugin-1.1
1.0
buildplan-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>fr.jcgay.maven.plugins</groupId>
    <artifactId>buildplan-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>

Advertisement