]
Nick Boldt commented on JBDS-3086:
----------------------------------
*devstudio-directory.xml* would not have to change. It's just a catalogue of 2 or 3
plugin.jar references. It has no target url to change.
The only changes would be:
* in the plugin.xml files [0], [1], where the pointer to the URL from which connectors are
resolved would be changed
* in the composite*.xml files [2], to include the Central site in the composite
* in the composite*.xml files [3], to be moved to a new location
*
Change Central Discovery URLs?
------------------------------
Key: JBDS-3086
URL:
https://issues.jboss.org/browse/JBDS-3086
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Security Level: Public(Everyone can see)
Components: build, discovery, updatesite
Affects Versions: 8.0.0.Beta3
Reporter: Nick Boldt
Assignee: Nick Boldt
Today, the Central discovery plugin for JBDS is points to this URL:
<site>/central/core/
and for Early Access discovery:
<site>/central/earlyaccess/
However, Max has suggested that we simplify the first, and change the second.
I believe he wants something like this:
https://devstudio.jboss.com/updates/8.0-staging/
https://devstudio.jboss.com/updates/8.0-development
https://devstudio.jboss.com/updates/8.0/
and
https://devstudio.jboss.com/earlyaccess/8.0-staging/
https://devstudio.jboss.com/earlyaccess/8.0-development/
https://devstudio.jboss.com/earlyaccess/8.0/
What do people think about this proposed change?
[~mickael_istria] [~maxandersen] [~dgolovin]