[jbosstools-issues] [JBoss JIRA] (JBDS-2805) move Central TP site declaration from JBT parent pom to JBDS installer pom

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu Oct 17 14:41:02 EDT 2013


Nick Boldt created JBDS-2805:
--------------------------------

             Summary: move Central TP site declaration from JBT parent pom to JBDS installer pom
                 Key: JBDS-2805
                 URL: https://issues.jboss.org/browse/JBDS-2805
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: 3rd-party-certification, 3rd-party-dependencies, build, installer
    Affects Versions: 7.1.0.Alpha2
            Reporter: Nick Boldt
            Assignee: Max Rydahl Andersen


Fairly sure that the only place this variable 

{code:title=https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L78}
<jboss-central-target-platform-site>http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/kepler/</jboss-central-target-platform-site> 
{code}

is used is in the JBDS installer pom:

{code:title=https://github.com/jbdevstudio/jbdevstudio-product/blob/master/installer/pom.xml#L74}
 <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>
{code}

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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list