![JAR search and dependency download from the Maven repository](/logo.png)
nu.validator.maven.plugin.configuration.MojoInvalidConfigurationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vnu-maven-plugin Show documentation
Show all versions of vnu-maven-plugin Show documentation
Maven plugin to validate HTML / CSS / SVG files with the NU HTML Checker (v.NU, https://validator.github.io/validator/)
The newest version!
package nu.validator.maven.plugin.configuration;
import org.apache.maven.plugin.MojoFailureException;
public class MojoInvalidConfigurationException extends MojoFailureException {
public MojoInvalidConfigurationException(final String message) {
super("Configuration error: " + message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy