Skip to content

Commit

Permalink
use 4.3.mars in 4.3.x branch's readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Sep 16, 2015
1 parent aa7a93a commit ed4031b
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions README.discovery.sites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ You must pass in the following commandline arguments (target platform URL is cal

[NOTE]
====
In this example, build against master branch update site.
In this example, build against 4.3.mars branch update site.
====

[source,bash]
----
mvn clean install -f jbosstools/org.jboss.tools.central.discovery/pom.xml \
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/master/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/master/,http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/4.3.mars/,http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/
----

or

[source,bash]
----
mvn clean install -f jbdevstudio/com.jboss.jbds.central.discovery/pom.xml \
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/master/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/master/,https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/4.3.mars/,https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/
----

Repeat for Early Access sites (using 2 EXTRAS_SITE URLs so the resulting site can resolve both Core and Early Access content):
Expand All @@ -37,17 +37,17 @@ In this example, build against stable branch update site.
[source,bash]
----
mvn clean install -f jbosstools/org.jboss.tools.central.discovery.earlyaccess/pom.xml \
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/master/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/master/,http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/,http://download.jboss.org/jbosstools/mars/snapshots/updates/earlyaccess/master/,http://download.jboss.org/jbosstools/targetplatforms/jbtearlyaccesstarget/4.50.0.*/REPO/
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/4.3.mars/,http://download.jboss.org/jbosstools/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/,http://download.jboss.org/jbosstools/mars/snapshots/updates/earlyaccess/4.3.mars/,http://download.jboss.org/jbosstools/targetplatforms/jbtearlyaccesstarget/4.50.0.*/REPO/
----

or

[source,bash]
----
mvn clean install -f jbdevstudio/com.jboss.jbds.central.discovery.earlyaccess/pom.xml \
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/master/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/master/,https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/,https://devstudio.redhat.com/9.0/snapshots/updates/earlyaccess/master/,https://devstudio.redhat.com/targetplatforms/jbtearlyaccesstarget/4.50.0.*/REPO/
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/4.3.mars/,https://devstudio.redhat.com/targetplatforms/jbtcentraltarget/4.50.0.*/REPO/,https://devstudio.redhat.com/9.0/snapshots/updates/earlyaccess/4.3.mars/,https://devstudio.redhat.com/targetplatforms/jbtearlyaccesstarget/4.50.0.*/REPO/
----

## Test a local site
Expand Down Expand Up @@ -83,35 +83,35 @@ done
[source,bash]
----
mvn clean install -f jbosstools/org.jboss.tools.central.discovery/pom.xml \
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/master/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/master/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/4.3.mars/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/
----

or

[source,bash]
----
mvn clean install -f jbdevstudio/com.jboss.jbds.central.discovery/pom.xml \
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/master/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/master/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/4.3.mars/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/
----

Repeat for Early Access plugin + site (using 2 EXTRAS_SITE URLs so the resulting site can resolve both Core and Early Access content):

[source,bash]
----
mvn clean install -f jbosstools/org.jboss.tools.central.discovery.earlyaccess/pom.xml \
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/master/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/master/,http://download.jboss.org/jbosstools/mars/snapshots/updates/earlyaccess/master/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/,http://localhost:8080/jbtearlyaccesstarget/multiple/target/jbtearlyaccess-multiple.target.repo/
-DUPDATE_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=http://download.jboss.org/jbosstools/mars/snapshots/updates/central/4.3.mars/,http://download.jboss.org/jbosstools/mars/snapshots/updates/earlyaccess/4.3.mars/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/,http://localhost:8080/jbtearlyaccesstarget/multiple/target/jbtearlyaccess-multiple.target.repo/
----

or

[source,bash]
----
mvn clean install -f jbdevstudio/com.jboss.jbds.central.discovery.earlyaccess/pom.xml \
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/master/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/master/,https://devstudio.redhat.com/9.0/snapshots/updates/earlyaccess/master/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/,http://localhost:8080/jbtearlyaccesstarget/multiple/target/jbtearlyaccess-multiple.target.repo/
-DUPDATE_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/core/4.3.mars/ \
-DEXTRAS_SITE=https://devstudio.redhat.com/9.0/snapshots/updates/central/4.3.mars/,https://devstudio.redhat.com/9.0/snapshots/updates/earlyaccess/4.3.mars/,http://localhost:8080/jbtcentraltarget/multiple/target/jbtcentral-multiple.target.repo/,http://localhost:8080/jbtearlyaccesstarget/multiple/target/jbtearlyaccess-multiple.target.repo/
----

3. Install Eclipse (eg., 4.4 Luna JEE bundle)
Expand Down Expand Up @@ -156,12 +156,12 @@ jbdevstudio -vmargs \
[source,bash]
----
./eclipse -vmargs \
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/master/jbosstools-directory.xml \
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/master/ \
-Djboss.discovery.earlyaccess.site.url=http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.earlyaccess/master/
-Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/4.3.mars/jbosstools-directory.xml \
-Djboss.discovery.site.url=http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/4.3.mars/ \
-Djboss.discovery.earlyaccess.site.url=http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.earlyaccess/4.3.mars/
----
3. Install JBoss Community Central feature from http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/master/
3. Install JBoss Community Central feature from http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/4.3.mars/
4. Restart. Review Central > Software/Update tab. For Early Access connectors, scroll to the bottom of the list of connectors and enable the Early Access Features checkbox. Choose connectors/feature groups to install.
Expand All @@ -170,12 +170,12 @@ jbdevstudio -vmargs \
[source,bash]
----
./jbdevstudio -vmargs \
-Djboss.discovery.directory.url=https://devstudio.redhat.com/9.0/snapshots/updates/discovery.central/master/devstudio-directory.xml \
-Djboss.discovery.site.url=https://devstudio.redhat.com/9.0/snapshots/updates/discovery.central/master/ \
-Djboss.discovery.earlyaccess.site.url=https://devstudio.redhat.com/9.0/snapshots/updates/discovery.earlyaccess/master/
-Djboss.discovery.directory.url=https://devstudio.redhat.com/9.0/snapshots/updates/discovery.central/4.3.mars/devstudio-directory.xml \
-Djboss.discovery.site.url=https://devstudio.redhat.com/9.0/snapshots/updates/discovery.central/4.3.mars/ \
-Djboss.discovery.earlyaccess.site.url=https://devstudio.redhat.com/9.0/snapshots/updates/discovery.earlyaccess/4.3.mars/
----
Instead of the latest master build, you can also point Eclipse / JBDS at more stable Central sites:
Instead of the latest 4.3.mars build, you can also point Eclipse / JBDS at more stable Central sites:
* The current released milestone URLs for JBT/JBDS are:
Expand All @@ -190,11 +190,11 @@ Instead of the latest master build, you can also point Eclipse / JBDS at more st
** https://devstudio.redhat.com/9.0/staging/updates/discovery.central/
** https://devstudio.redhat.com/9.0/staging/updates/discovery.earlyaccess/
* The master branch URLs are:
* The 4.3.mars branch URLs are:
** http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/master/
** http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.earlyaccess/master/
** http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.central/4.3.mars/
** http://download.jboss.org/jbosstools/mars/snapshots/updates/discovery.earlyaccess/4.3.mars/
** https://devstudio.redhat.com/9.0/snapshots/updates/discovery.central/master/
** https://devstudio.redhat.com/9.0/snapshots/updates/discovery.earlyaccess/master/
** https://devstudio.redhat.com/9.0/snapshots/updates/discovery.central/4.3.mars/
** https://devstudio.redhat.com/9.0/snapshots/updates/discovery.earlyaccess/4.3.mars/

0 comments on commit ed4031b

Please sign in to comment.