Example usage for org.apache.maven.model.validation DefaultModelValidator subclass-usage

List of usage examples for org.apache.maven.model.validation DefaultModelValidator subclass-usage

Introduction

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

Usage

From source file com.doublefx.maven.utils.flexmojos.mavenValidator.FlexMojosCompatibleModelValidator.java

@Component(role = ModelValidator.class)
public class FlexMojosCompatibleModelValidator extends DefaultModelValidator {

    private static final String ID_REGEX = "[A-Za-z0-9_\\-.]+";
    private static final String ILLEGAL_FS_CHARS = "\\/:\"<>|?*";
    private static final String ILLEGAL_VERSION_CHARS = ILLEGAL_FS_CHARS;