Alex Rudyy created QPID-6925:
--------------------------------
Summary: [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: [email protected]
For additional commands, e-mail: [email protected]