List of usage examples for org.apache.maven.model.validation DefaultModelValidator subclass-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;