Details
-
Type:
Enhancement
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.0.1.Final
-
Labels:None
Description
The jboss test harness currently depends on the deprecated jboss repository (repository.jboss.org/maven2) and uses a lot of bad dependencies. This makes it impossible to build weld-core from outside the VPN. These dependencies should be cleaned up for a new release of the test harness, and weld-core should be updated to the new release.
Current workaround:
<!-- Redirect requests for the old repo to go to the new deprecated
repo -->
<mirror>
<id>deprecated-jboss-repo</id>
<name>Use new repo to handle requests to deprecated repo</name>
<mirrorOf>repository.jboss.org</mirrorOf>
<url>http://repository.jboss.org/nexus/content/repositories/deprecated</url>
</mirror>
<mirror>
<id>deprecated-jboss-repo2</id>
<name>Use new repo to handle requests to deprecated repo</name>
<mirrorOf>jboss</mirrorOf>
<url>http://repository.jboss.org/nexus/content/repositories/deprecated</url>
</mirror>