File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Fork a copy of the GIT project onto your local disk:
37
37
38
38
### Building the JBoss Tools Integration Stack Target Platform Project (not required - you can find canned versions in nexus)
39
39
40
- https://origin- repository.jboss.org/nexus/content/repositories/releases/org/jboss/tools/integration-stack/target-platform/
40
+ https://repository.jboss.org/nexus/content/repositories/releases/org/jboss/tools/integration-stack/target-platform/
41
41
42
42
$ cd .../jbosstools-integration-stack/target-platform
43
43
$ mvn clean install # specific -Pmirror if you'd like the TP repositories generated
Original file line number Diff line number Diff line change 119
119
<repository >
120
120
<id >jboss-releases-repository</id >
121
121
<name >JBoss Releases Repository</name >
122
- <url >https://origin- repository.jboss.org/nexus/content/repositories/releases/</url >
122
+ <url >https://repository.jboss.org/nexus/content/repositories/releases/</url >
123
123
<snapshots >
124
124
<enabled >false</enabled >
125
125
</snapshots >
139
139
140
140
<pluginRepository >
141
141
<id >jboss-snapshots-repository</id >
142
- <url >https://origin- repository.jboss.org/nexus/content/repositories/snapshots/</url >
142
+ <url >https://repository.jboss.org/nexus/content/repositories/snapshots/</url >
143
143
</pluginRepository >
144
144
145
145
<pluginRepository >
146
146
<id >jboss-public-repository-group</id >
147
147
<name >JBoss Public Repository Group</name >
148
- <url >http://origin- repository.jboss.org/nexus/content/groups/public/</url >
148
+ <url >http://repository.jboss.org/nexus/content/groups/public/</url >
149
149
<releases >
150
150
<enabled >true</enabled >
151
151
</releases >
Original file line number Diff line number Diff line change 45
45
<jbossTychoPluginsVersion >1.0.0</jbossTychoPluginsVersion >
46
46
<JBTCoreTPVersion >4.73.1.Final</JBTCoreTPVersion >
47
47
<p2diff .skip>false</p2diff .skip>
48
- <jbossNexus >origin- repository.jboss.org</jbossNexus >
48
+ <jbossNexus >repository.jboss.org</jbossNexus >
49
49
<!-- hudson doesn't have write permissions to the releases repo below - build -P jboss-release manually to push to nexus -->
50
50
<!-- <nexusRepo>https://${jbossNexus}/nexus/content/repositories/releases/</nexusRepo> -->
51
51
<nexusRepo >https://${jbossNexus}/nexus/service/local/staging/deploy/maven2/</nexusRepo >
You can’t perform that action at this time.
0 commit comments