Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.11
-
None
Description
According to https://github.com/apache/maven-plugins/blob/2ace62dc71387a6f6b7d5fdd203c6570fb16eff1/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java#L70
the AnnouncementMojo requires dependency resolution
ResolutionScope.TEST
Because of this it is not possible to run
changes:announcement-generate in multi module project when the
artifacts are not already installed/deployed.