-
Enhancement
-
Resolution: Done
-
Major
-
7.1.0.Alpha2
-
None
Fairly sure that the only place this variable
<jboss-central-target-platform-site>http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/kepler/</jboss-central-target-platform-site>
is used is in the JBDS installer pom:
<repository>
<!-- JBDS-2623 use Central TP instead of TestNG mirror -->
<id>jboss-central-target-platform-site</id>
<url>${jboss-central-target-platform-site}</url>
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
So why don't we just move it into JBDS entirely, instead of declaring it in JBT parent pom?