When a maven build has a parent that is not the latest release version, the goal of the versions plugin display-parent-updates is reporting it nicely but I would like to report this somehow:
- mark the build with a WARNING or UNSTABLE status (to have a colored visual in jenkins)
- add this in the jacoco report (no idea if this is possible, would be great)-> to be visible in sonar
- maybe use the enforcer plugin (don't know if this would help)
Any suggestions?
Use of the enforce plugin with a custom rule
public class MyCustomRule implements EnforcerRule2 {