Skip to content

Commit 2420ab6

Browse files
authored
Merge pull request #5708 from line-o/switch-nexus-develop
Switch nexus develop
2 parents ea1d8aa + ee6657c commit 2420ab6

File tree

2 files changed

+70
-15
lines changed

2 files changed

+70
-15
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
file-version-suffix: ''
5959
cache: 'true'
6060
- name: Maven Build
61-
timeout-minutes: 10
62-
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -T 1C compile test-compile -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip'
61+
timeout-minutes: 30
62+
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -U -T 1C compile test-compile -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip'
6363
- name: Maven Test
6464
timeout-minutes: 60
6565
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B verify -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip' -D'mvnd.maxLostKeepAlive=6000'

exist-parent/pom.xml

Lines changed: 68 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,19 +1202,52 @@
12021202
</reporting>
12031203

12041204
<repositories>
1205-
<repository>
1206-
<id>github</id>
1207-
<name>GitHub Registry for Snapshots</name>
1208-
<url>https://maven.pkg.github.com/eXist-db/exist</url>
1209-
<releases>
1210-
<enabled>false</enabled>
1211-
</releases>
1212-
<snapshots>
1213-
<enabled>true</enabled>
1214-
</snapshots>
1215-
</repository>
1205+
<repository>
1206+
<id>github</id>
1207+
<name>GitHub Registry for Snapshots</name>
1208+
<url>https://maven.pkg.github.com/eXist-db/exist</url>
1209+
<releases>
1210+
<enabled>false</enabled>
1211+
</releases>
1212+
<snapshots>
1213+
<enabled>true</enabled>
1214+
</snapshots>
1215+
</repository>
12161216
<repository>
12171217
<id>exist-db-snapshots</id>
1218+
<name>eXist-db Snapshots</name>
1219+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
1220+
<releases>
1221+
<enabled>false</enabled>
1222+
</releases>
1223+
<snapshots>
1224+
<enabled>true</enabled>
1225+
</snapshots>
1226+
</repository>
1227+
<repository>
1228+
<id>exist-db</id>
1229+
<name>eXist-db Releases</name>
1230+
<url>https://repo.exist-db.org/repository/exist-db/</url>
1231+
<releases>
1232+
<enabled>true</enabled>
1233+
</releases>
1234+
<snapshots>
1235+
<enabled>false</enabled>
1236+
</snapshots>
1237+
</repository>
1238+
<repository>
1239+
<id>exist-db-maven-central-proxy</id>
1240+
<name>exist-db maven central proxy</name>
1241+
<url>https://repo.exist-db.org/repository/maven-central/</url>
1242+
<releases>
1243+
<enabled>true</enabled>
1244+
</releases>
1245+
<snapshots>
1246+
<enabled>false</enabled>
1247+
</snapshots>
1248+
</repository>
1249+
<repository>
1250+
<id>evolvedbinary-snapshots</id>
12181251
<name>Evolved Binary - eXist-db Snapshots</name>
12191252
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
12201253
<releases>
@@ -1225,7 +1258,7 @@
12251258
</snapshots>
12261259
</repository>
12271260
<repository>
1228-
<id>exist-db</id>
1261+
<id>evolved-binary</id>
12291262
<name>Evolved Binary - eXist-db Releases</name>
12301263
<url>https://repo.evolvedbinary.com/repository/exist-db/</url>
12311264
<releases>
@@ -1244,6 +1277,28 @@
12441277
</pluginRepository>
12451278
<pluginRepository>
12461279
<id>exist-db</id>
1280+
<name>eXist-db Releases</name>
1281+
<url>https://repo.exist-db.org/repository/exist-db/</url>
1282+
<releases>
1283+
<enabled>true</enabled>
1284+
</releases>
1285+
<snapshots>
1286+
<enabled>false</enabled>
1287+
</snapshots>
1288+
</pluginRepository>
1289+
<pluginRepository>
1290+
<id>exist-db-snapshots</id>
1291+
<name>eXist-db Snapshots</name>
1292+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
1293+
<releases>
1294+
<enabled>false</enabled>
1295+
</releases>
1296+
<snapshots>
1297+
<enabled>true</enabled>
1298+
</snapshots>
1299+
</pluginRepository>
1300+
<pluginRepository>
1301+
<id>evolved-binary</id>
12471302
<name>Evolved Binary - eXist-db Releases</name>
12481303
<url>https://repo.evolvedbinary.com/repository/exist-db/</url>
12491304
<releases>
@@ -1254,7 +1309,7 @@
12541309
</snapshots>
12551310
</pluginRepository>
12561311
<pluginRepository>
1257-
<id>exist-db-snapshots</id>
1312+
<id>evolved-binary-snapshots</id>
12581313
<name>Evolved Binary - eXist-db Snapshots</name>
12591314
<url>https://repo.evolvedbinary.com/repository/exist-db-snapshots/</url>
12601315
<releases>

0 commit comments

Comments
 (0)