Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Environment:announcement plugin 1.0
-
Number of attachments :
Description
actually announcements produced by the plugin are poor and usable only for maven-plugins projects:
- the first line is hardcoded to: "the maven team is pleased..."
- the download links only points to ibiblio
- the comment "this plugin has only been tested with maven... TODO ..." is always added
This patch fixes:
- the team name is taken from pom.groupId
- [] are removed from the first line (this was a todo in the file)
- changes are sorted by type
- changes report issue number and due-to (this was a TODO)
- the download link is generated from pom.distributionDirectory
- the "plugin has been tested with..." line has been removed (also note it was incomplete, maven version was a TODO)
announcement.jsl diff