Uses of Class
org.kordamp.maven.checker.BomChecker.Configuration
-
-
Uses of BomChecker.Configuration in org.kordamp.maven.checker
Methods in org.kordamp.maven.checker that return BomChecker.Configuration Modifier and Type Method Description BomChecker.Configuration
BomChecker.Configuration. withFailOnError(boolean failOnError)
Sets the value forfailOnError
.Methods in org.kordamp.maven.checker with parameters of type BomChecker.Configuration Modifier and Type Method Description static void
BomChecker. check(Logger log, org.apache.maven.project.MavenProject project, BomChecker.Configuration configuration)
Checks the resolved model of the given MaveProject for compliance.
-