List of usage examples for org.apache.maven.model.validation ModelValidator interface-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>