All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lewisd.maven.lint.ViolationSuppressor Maven / Gradle / Ivy

Go to download

Generates a report of suspicious/inconsistent POM elements, and optionally fails the build if violations are found.

The newest version!
package com.lewisd.maven.lint;


public interface ViolationSuppressor {

	boolean isSuppressed(Violation violation);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy