Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-2805

move Central TP site declaration from JBT parent pom to JBDS installer pom

    XMLWordPrintable

Details

    Description

      Fairly sure that the only place this variable

      <jboss-central-target-platform-site>http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/kepler/</jboss-central-target-platform-site> 
      

      is used is in the JBDS installer pom:

       <repository>
            <!-- JBDS-2623 use Central TP instead of TestNG mirror -->
            <id>jboss-central-target-platform-site</id>
            <url>${jboss-central-target-platform-site}</url>
            <layout>p2</layout>
            <snapshots>
              <enabled>true</enabled>
            </snapshots>
            <releases>
              <enabled>true</enabled>
            </releases>
          </repository>
      

      So why don't we just move it into JBDS entirely, instead of declaring it in JBT parent pom?

      Attachments

        Activity

          People

            nickboldt Nick Boldt
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: