MVN

com.github.veithen.phos : enforcer-maven-plugin

Maven & Gradle

May 17, 2023
1 stars

Phos Enforcer Plugin · Maven plugin that enforcer Java best practices

<plugin>
    <groupId>com.github.veithen.phos</groupId>
    <artifactId>enforcer-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.veithen.phos : enforcer-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.github.veithen.phos : enforcer-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
enforcer-maven-plugin-0.4.0
0.3.x
enforcer-maven-plugin-0.3.0
0.2.x
enforcer-maven-plugin-0.2.1
0.2
enforcer-maven-plugin-0.2
0.1.x
enforcer-maven-plugin-0.1.1
enforcer-maven-plugin-0.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>com.github.veithen.phos</groupId>
    <artifactId>enforcer-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>