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

com.lewisd.maven.lint.report.ReportWriter 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.report;

import java.io.File;
import java.io.IOException;
import java.util.List;

import org.apache.maven.project.MavenProject;

import com.lewisd.maven.lint.Violation;


public interface ReportWriter {

	void writeResults(MavenProject mavenProject, List violations, File outputFile) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy