[jbosstools-issues] [JBoss JIRA] (JBIDE-18923) remove fallback URLs for jboss.discovery.site.url in central plugin.xml files

Fred Bricon (JIRA) issues at jboss.org
Fri Dec 12 12:21:29 EST 2014


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

Fred Bricon edited comment on JBIDE-18923 at 12/12/14 12:21 PM:
----------------------------------------------------------------

I'm +1 on principle, since these urls are confusing, require extra maintenance and are no longer necessary given we use ide-config.properties now.

But earlyaccess and integration stack should also be affected


was (Author: fbricon):
I'm +1 on principal, since these urls are confusing, require extra maintenance and are no longer necessary given we use ide-config.properties now.

But earlyaccess and integration stack should also be affected

> remove fallback URLs for jboss.discovery.site.url in central plugin.xml files
> -----------------------------------------------------------------------------
>
>                 Key: JBIDE-18923
>                 URL: https://issues.jboss.org/browse/JBIDE-18923
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: buid, central, discovery
>    Affects Versions: 4.3.0.Alpha1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 4.3.0.Alpha1
>
>
> These fallbacks are no longer required, so let's remove them.
> {code}
> -            siteUrl="${jboss.discovery.site.url:https://devstudio.redhat.com/updates/9.0-development/}">
> +            siteUrl="${jboss.discovery.site.url}">
>  {code}
> and
> {code}
> -            siteUrl="${jboss.discovery.site.url:http://download.jboss.org/jbosstools/updates/development/luna/central/core/}">
> +            siteUrl="${jboss.discovery.site.url}">
>  {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list