diff --git a/announcement/plugin.jelly b/announcement/plugin.jelly index 93ac6afe..dee93dd1 100644 --- a/announcement/plugin.jelly +++ b/announcement/plugin.jelly @@ -105,8 +105,9 @@ Generating announcement for release ${versionVariable} in ${file}... - + + + Using stylesheet located at ${stylesheetURI} + + Added new optional maven.announcement.stylesheet.pathproperty + that defines what stylesheet to use to generate the text announcement. + Fixed error message when current version is not available at xdocs/changes.xml. diff --git a/announcement/xdocs/properties.xml b/announcement/xdocs/properties.xml index f42ca4e0..e0595a1e 100644 --- a/announcement/xdocs/properties.xml +++ b/announcement/xdocs/properties.xml @@ -61,6 +61,16 @@ ${maven.repo.remote}/${pom.groupId}/plugins + + maven.announcement.stylesheet.path + Yes + + Stylesheet to use to generate the text announcement. + + + ${plugin.resources}/announcement.jsl + +