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

Mickael Istria (JIRA) jira-events at lists.jboss.org
Fri Nov 22 11:08:05 EST 2013


    [ https://issues.jboss.org/browse/JBDS-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926201#comment-12926201 ] 

Mickael Istria commented on JBDS-2805:
--------------------------------------

I didn't try to build it, but having a look at the goal and implementation make me think that this change is definitely worth a +1.
Putting things where they belong is always a good thing.
                
> 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 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