MVN

com.custardsource.dybdob : dybdob-mojo

Maven & Gradle

Apr 04, 2018

dybdob Maven Mojo · Maven plugins to fail a Maven build during compiler warnings, or to track them over time and fail if they increase

<plugin>
    <groupId>com.custardsource.dybdob</groupId>
    <artifactId>dybdob-mojo</artifactId>
    <version>1.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.custardsource.dybdob : dybdob-mojo to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.custardsource.dybdob : dybdob-mojo to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
dybdob-mojo-1.0.5
dybdob-mojo-1.0.1
dybdob-mojo-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.custardsource.dybdob</groupId>
    <artifactId>dybdob-mojo</artifactId>
    <version>1.0.5</version>
</plugin>