Uses of Class
org.kordamp.maven.checker.MavenCentralChecker.Configuration
-
-
Uses of MavenCentralChecker.Configuration in org.kordamp.maven.checker
Methods in org.kordamp.maven.checker that return MavenCentralChecker.Configuration Modifier and Type Method Description MavenCentralChecker.ConfigurationMavenCentralChecker.Configuration. withFailOnError(boolean failOnError)Sets the value forfailOnError.MavenCentralChecker.ConfigurationMavenCentralChecker.Configuration. withFailOnWarning(boolean failOnWarning)Sets the value forfailOnWarning.MavenCentralChecker.ConfigurationMavenCentralChecker.Configuration. withRelease(boolean release)Sets the value forrelease.MavenCentralChecker.ConfigurationMavenCentralChecker.Configuration. withStrict(boolean strict)Sets the value forstrict.Methods in org.kordamp.maven.checker with parameters of type MavenCentralChecker.Configuration Modifier and Type Method Description static voidMavenCentralChecker. check(Logger log, org.apache.maven.project.MavenProject project, MavenCentralChecker.Configuration configuration)Checks the resolved model of the given MavenProject for compliance.
-