MVN

com.github.bmaggi : conditional-validation

Maven & Gradle

Mar 22, 2017
0 stars

conditional-validation · A simple example of a Maven Mojo providing conditional validation. The conditions are statically defined in the configuration pom.xml

<plugin>
    <groupId>com.github.bmaggi</groupId>
    <artifactId>conditional-validation</artifactId>
    <version>0.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bmaggi : conditional-validation to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.github.bmaggi : conditional-validation to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
conditional-validation-0.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>com.github.bmaggi</groupId>
    <artifactId>conditional-validation</artifactId>
    <version>0.1.1</version>
</plugin>