Description
Currently the configuration for maven-release-plugin is given with this:
<!-- "install" needed because we have interrelated dependencies between the modules and we are releasing them all the same - especially consider shiro-all --> <preparationGoals>clean apache-rat:check install</preparationGoals>
The apache-rat:check should be bound correctly to the life cycle.