Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6925

[Java] Generate source bundle on releasing a new version of java components

    XMLWordPrintableJSON

Details

    Description

      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

       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
      

      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

      Attachments

        Activity

          People

            kwall Keith Wall
            orudyy Alex Rudyy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: