You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/09 01:47:18 UTC

[jira] [Commented] (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=15138133#comment-15138133 ] 

ASF subversion and git services commented on QPID-6925:
-------------------------------------------------------

Commit 1729297 from orudyy@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1729297 ]

QPID-6925: [Java] Generate release source bundle for java components

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