You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/18 04:37:34 UTC

svn commit: r476428 - /maven/sandbox/reports/plugin-vote.vm

Author: jvanzyl
Date: Fri Nov 17 19:37:34 2006
New Revision: 476428

URL: http://svn.apache.org/viewvc?view=rev&rev=476428
Log: (empty)

Modified:
    maven/sandbox/reports/plugin-vote.vm

Modified: maven/sandbox/reports/plugin-vote.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/reports/plugin-vote.vm?view=diff&rev=476428&r1=476427&r2=476428
==============================================================================
--- maven/sandbox/reports/plugin-vote.vm (original)
+++ maven/sandbox/reports/plugin-vote.vm Fri Nov 17 19:37:34 2006
@@ -6,8 +6,22 @@
 #set( $url = "http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&&pid=${project.id}&fixfor=${version.id}&tempMax=500&reset=true&decorator=none" )
 #set( $issues = $rss.fetch($url).issues )
 
-Issues Resolved for $project.name [$projectVersion]
+## Things that are missing in order for this to work
+## - need to know what the dev mailing list is, the mailing lists are just an uncategorized list
+## - Web accessible face to the distributionManagement.repository element
+
+From: ${project.devMailingList}
+Subject: [VOTE] Release $project.name [$projectVersion]
+To: ${project.devMailingList}
+
+Issues Resolved for $project.name [$projectVersion]:
 
 #foreach( $issue in $issues.sort("id").sort("priority") )
   [$issue.key] $issue.summary
 #end
+
+Deployed to:
+
+$project.distributionManagement.repositoryUrl/$project.groupId/$projectVersion/
+
+You can can try this plugin by using "mvn -U foo".