Uploaded image for project: 'Apache Commons All'
  1. Apache Commons All
  2. COMMONSSITE-60

Profile "rc" lost ability to release to /www/people.apache.org/builds/commons; "ci" dropped unnecessarily

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 16
    • 17
    • Commons Parent Pom
    • None

    Description

      As part of the changes to use Nexus for release management in version 16, all the repository entries were removed.
      This was too drastic.

      The "rc" profile should have retained the following distributionManagement entry:

      <repository>
        <id>apache.snapshots</id>
        <name>Apache Development Snapshot Repository</name>
        <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/staged</url>
      </repository>
      

      Unlike the other distributionManagement entries that were removed, this is a local snapshot repository which is not synchronised with the Maven repos.
      So it is quite safe to leave the entry in the parent pom.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: