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.Configuration
MavenCentralChecker.Configuration. withFailOnError(boolean failOnError)
Sets the value forfailOnError
.MavenCentralChecker.Configuration
MavenCentralChecker.Configuration. withFailOnWarning(boolean failOnWarning)
Sets the value forfailOnWarning
.MavenCentralChecker.Configuration
MavenCentralChecker.Configuration. withRelease(boolean release)
Sets the value forrelease
.MavenCentralChecker.Configuration
MavenCentralChecker.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 void
MavenCentralChecker. check(Logger log, org.apache.maven.project.MavenProject project, MavenCentralChecker.Configuration configuration)
Checks the resolved model of the given MavenProject for compliance.
-