Hello everybody, according to https://github.com/apache/maven-plugins/blob/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java#L70 the AnnouncementMojo requires dependency resolution ResolutionScope.TEST
Does anybody know why this is the case? Because of this it is not possible to run changes:announcement-generate in multi module project when the artifacts are not already installed/deployed. I just removed requiresDependencyResolution and all tests/invoker-tests ran fine. Regards Mirko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
