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

[jira] [Assigned] (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:all-tabpanel ]

Alex Rudyy reassigned QPID-6925:
--------------------------------

    Assignee: Keith Wall  (was: Alex Rudyy)

Keith,
Please review the changes

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