MVN

de.lgohlke.mojo : maven-enforcer-plugin

Maven & Gradle

Mar 18, 2014
0 stars

Apache Maven Enforcer Plugin · The Loving Iron Fist of Maven

<plugin>
    <groupId>de.lgohlke.mojo</groupId>
    <artifactId>maven-enforcer-plugin</artifactId>
    <version>1.3.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.lgohlke.mojo : maven-enforcer-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1.2

All Versions

Choose a version of de.lgohlke.mojo : maven-enforcer-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
maven-enforcer-plugin-1.3.1.2
maven-enforcer-plugin-1.3.1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.lgohlke.mojo</groupId>
    <artifactId>maven-enforcer-plugin</artifactId>
    <version>1.3.1.2</version>
</plugin>

Advertisement