]
Nick Boldt closed JBIDE-23964.
------------------------------
Resolution: Done
externalize variable for
filemgmt.jboss.org so it can be swapped for
IP (performance improvement)
-------------------------------------------------------------------------------------------------
Key: JBIDE-23964
URL:
https://issues.jboss.org/browse/JBIDE-23964
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.3.Final
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.5.0.AM1
Recently, filemgmt moved IP addresses and any hardcoded refs to the old place are taking
FOREVER to write files. So we need to parameterize this... or go back to using the domain
name. But either way, this shouldn't be hardcoded in places like this:
https://github.com/jbosstools/jbosstools-build-sites/blob/master/aggregat...
So the variable ought to be moved into the parent pom for global and local override
options.