Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Resolved
-
2.0.0-alpha, 1.9.0
-
None
-
None
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.