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

Jiri Peterka (JIRA) issues at jboss.org
Tue Jun 17 03:37:24 EDT 2014


     [ https://issues.jboss.org/browse/JBDS-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiri Peterka closed JBDS-2805.
------------------------------



> 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: Enhancement
>      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: Nick Boldt
>             Fix For: 8.0.0.Alpha1
>
>
> 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 was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list