[
https://issues.apache.org/jira/browse/MRQL-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13761537#comment-13761537
]
Edward J. Yoon commented on MRQL-15:
------------------------------------
Please use svnpubsub for publishing website and artifacts. Infra team doesn't
recommend the use of maven site:deploy and direct scp copy to
www.apache.org/dist directory. If you have any question about it, you should
contact to infra team. I don't know why they decided like that ...
So, simply, you can follow the following steps:
http://wiki.apache.org/hama/HowToRelease
and, To publish the website,
$ mvn site // build site
$ svn co https://svn.apache.org/repos/asf/incubator/mrql/site ~/mrql-site
$ cp {new site} ~/mrql-site
$ cd ~/mrql-site; svn commit ./ -m "comment here"
If you have no commit access, please let me know.
> Setup svnpubsub for the MRQL dist directory
> -------------------------------------------
>
> Key: MRQL-15
> URL: https://issues.apache.org/jira/browse/MRQL-15
> Project: MRQL
> Issue Type: Sub-task
> Reporter: Edward J. Yoon
>
> I think we have to release on both www.apache.org/dist and maven repository.
> http://www.apache.org/dev/release#upload-ci
> We need to request this to infra team.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira