[
https://issues.jboss.org/browse/JBIDE-17838?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-17838:
------------------------------------
{quote}Aren't we currently creating 4 different *-directory.xml (+composites+plugins)
whereas we only consume 2 of them?
{quote}
We consume 4 sites, but only 2 of the directory.xml files.
http://download.jboss.org/jbosstools/discovery/nightly/core/4.2.luna/ (site used,
directory.xml not needed)
http://download.jboss.org/jbosstools/discovery/nightly/earlyaccess/4.2.luna/ (site and
directory.xml needed)
Then, we tell people to do this:
{code}
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/discovery/nightly/earlyaccess/4.2.luna/jbosstools-directory.xml
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/discovery/nightly/core/4.2.luna/
-Djboss.discovery.earlyaccess.site.url=http://download.jboss.org/jbosstools/discovery/nightly/earlyaccess/4.2.luna/{code}
Though technically, we could say this:
{code}
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/discovery/nightly/earlyaccess/4.2.luna/jbosstools-directory.xml
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/discovery/nightly/earlyaccess/4.2.luna/
-Djboss.discovery.earlyaccess.site.url=http://download.jboss.org/jbosstools/discovery/nightly/earlyaccess/4.2.luna/{code}
(And if we consolidate the URLs into a single site, eg., JBDS-3086 then we can make things
a bit simpler to PUBLISH, but we'd still want these locally-built test sites.)
Make discovery-site a Maven module
----------------------------------
Key: JBIDE-17838
URL:
https://issues.jboss.org/browse/JBIDE-17838
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: build, discovery
Affects Versions: 4.2.0.Beta3
Reporter: Mickael Istria
Assignee: Nick Boldt
Priority: Minor
Fix For: 4.2.0.CR1
Currently, the discovery-site is generated under on of the discovery plugin. Since
it's a real artifact that we copy, deploy and that depends on several modules, it
would probably be easier to maintain the discovery project if we create a dedicated module
for the discovery site.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)