Index of all built-in rules available for Maven POM
Table of Contents
Error Prone
Rules to detect constructs that are either broken, extremely confusing or prone to runtime errors.
- InvalidDependencyTypes: If you use an invalid dependency type in the dependency management section, Maven doesn’t fail. I…
- ProjectVersionAsDependencyVersion: Using that expression in dependency declarations seems like a shortcut, but it can go wrong. By f…