Example usage for org.apache.maven.model.validation ModelValidator interface-usage

List of usage examples for org.apache.maven.model.validation ModelValidator interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.model.validation ModelValidator interface-usage.

Usage

From source file org.fedoraproject.maven.model.validation.SkipEffectiveModelValidator.java

/**
 * This class is purely in place to skip effective model validation.
 * JPP contains invalid poms, so we want to skip the effective model validation,
 * fix-up the model and then validate.
 *
 * @author <a href="mailto:cdewolf@redhat.com">Carlo de Wolf</a>