]
Nick Boldt updated JBIDE-23122:
-------------------------------
Issue Type: Task (was: Bug)
use latest locus 1.6 bits from origin-nexus on http (avoid load
balancer issues and cipher problems)
----------------------------------------------------------------------------------------------------
Key: JBIDE-23122
URL:
https://issues.jboss.org/browse/JBIDE-23122
Project: Tools (JBoss Tools)
Issue Type: Task
Components: build, target-platform
Affects Versions: 4.4.2.AM1
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Minor
Fix For: 4.4.2.AM1
Switch from:
{code}
- <repository
location="https://repository.jboss.org/nexus/content/unzip/unzip/org...
{code}
To:
{code}
+ <repository
location="http://origin-repository.jboss.org/nexus/content/unzip/unz...
{code}
This should avoid three problems:
a) disparate version of Locus (1.3 vs. 1.6 in integration stack)
b) origin-nexus vs. nexus avoid load balancer issues
c) http vs. https avoids cipher issues