You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rob Tompkins (JIRA)" <ji...@apache.org> on 2018/05/16 16:25:00 UTC

[jira] [Commented] (COMMONSSITE-112) [release-plugin] should create a VOTE.txt file

    [ https://issues.apache.org/jira/browse/COMMONSSITE-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16477676#comment-16477676 ] 

Rob Tompkins commented on COMMONSSITE-112:
------------------------------------------

Seeing your checkin here, we might in the distribution staging mojo, try to put the sha1's for the in a place where the vote mojo can grab it, or we should think about moving the vote mojo up into java from ant? Thoughts?

> [release-plugin] should create a VOTE.txt file 
> -----------------------------------------------
>
>                 Key: COMMONSSITE-112
>                 URL: https://issues.apache.org/jira/browse/COMMONSSITE-112
>             Project: Commons All
>          Issue Type: New Feature
>          Components: Commons Release Plugin
>            Reporter: Gary Gregory
>            Priority: Major
>
> It would be great if the plugin would create a VOTE.txt file based on the template [http://commons.apache.org/releases/prepare.html]
> First, we should resolve whether or not we want the site to be copied as a zip file or as an uncompressed folder on dev.
> The steps would be, first create the release candidate. Normally, releasing an RC is done with our new Commons Release plugin:
> {noformat}
> mvn -Duser.name=${my_apache_id} -Prelease [-Ptest-deploy] clean package site deploy
> {noformat}
> Then create the release notes, right now, with what I have, you can test like this
> {noformat}
> mvn -Dcommons.release-plugin.version=1.3-SNAPSHOT org.apache.commons:commons-release-plugin:1.3-SNAPSHOT:vote-txt
> {noformat}
> Using a goal prefix should work after the release:
> {noformat}
> mvn -Dcommons.release-plugin.version=1.3-SNAPSHOT commons-release:vote-txt
> {noformat}
> This creates a VOTE.txt file in the root folder of the project.
> I am currently testing this with Commons Collections.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)