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

Gary Gregory edited comment on COMMONSSITE-112 at 5/16/18 4:40 PM:
-------------------------------------------------------------------

It would be great to stash the SHA1's someplace indeed. I only picked Ant 
because the build plugin uses Ant and it seems to do the job easily. I'd say 
try Ant andĀ if it becomes too messy, then move it to Java...


was (Author: garydgregory):
It would be great to stash the SHA1's someplace indeed. I only picked Ant 
because the build plugin uses Ant and it seems to do the job easily. I'd say 
try Ant and it is becomes too messy, then move it to Java...

> [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)

Reply via email to