Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/announcement/plugin.jelly,v retrieving revision 1.10 diff -u -r1.10 plugin.jelly --- plugin.jelly 15 Jul 2004 19:19:48 -0000 1.10 +++ plugin.jelly 19 Jul 2004 14:09:50 -0000 @@ -40,6 +40,9 @@ + + @@ -106,7 +109,9 @@ Generating announcement for release ${versionVariable} in ${file}... + value="file:${stylesheetPath}"/> + + Using stylesheet located at ${stylesheetURI} + + Added new property that defines where the stylesheet is located. + Fixed error message when current version is not available at xdocs/changes.xml. Index: xdocs/properties.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/announcement/xdocs/properties.xml,v retrieving revision 1.8 diff -u -r1.8 properties.xml --- xdocs/properties.xml 2 Jul 2004 20:57:16 -0000 1.8 +++ xdocs/properties.xml 19 Jul 2004 14:09:51 -0000 @@ -61,6 +61,16 @@ ${maven.repo.remote}/${pom.groupId}/plugins + + maven.announcement.stylesheet.path + Yes + + Path indicating the stylesheet location. + + + ${plugin.resources}/announcement.jsl + +