You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2016/02/11 17:56:18 UTC

[jira] [Comment Edited] (QPID-6925) [Java] Generate source bundle on releasing a new version of java components

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

Keith Wall edited comment on QPID-6925 at 2/11/16 4:55 PM:
-----------------------------------------------------------

Reviewed. Merged to 6.0.x branch.

Commit r1729851 was intended for this JIRA,


was (Author: k-wall):
Reviewed. Merged to 6.0.x branch,

> [Java] Generate source bundle on releasing a new version of java components
> ---------------------------------------------------------------------------
>
>                 Key: QPID-6925
>                 URL: https://issues.apache.org/jira/browse/QPID-6925
>             Project: Qpid
>          Issue Type: Task
>          Components: Java Broker, Java Client
>    Affects Versions: qpid-java-6.0
>            Reporter: Alex Rudyy
>            Assignee: Keith Wall
>
> Currently source bundle generation for apache-release profile is disabled in java components. As result, source bundle needs to be created manually using the following
> {noformat}
>  svn export https://svn.apache.org/repos/asf/qpid/java/tags/6.0.0 qpid-java-6.0.0
>  tar cvfz qpid-java-6.0.0.tar.gz qpid-java-6.0.0/
>  gpg -ab qpid-java-6.0.0.tar.gz 
>  sha1sum qpid-java-6.0.0.tar.gz > qpid-java-6.0.0.tar.gz.sha1
>  md5sum qpid-java-6.0.0.tar.gz > qpid-java-6.0.0.tar.gz.md5
> {noformat}
> We can add an assembly to do the above automatically on building project using apache-release profile.
> Alternatively, we can enable apache-release source bundle generation, however, it produces a zip bundle with name like qpid-java-build-6.0.0-source-release.zip



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org