Skip to content

Commit 261b85b

Browse files
committed
[feature] Switch from public-xar-repo-plugin to expath-package-repository-plugin which should handle timeouts when the eXist-db public repo (http://exist-db.org/exist/apps/public-repo) is overloaded or offline
1 parent 836f1e5 commit 261b85b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exist-distribution/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,9 @@
712712
</plugin>
713713

714714
<plugin>
715-
<groupId>org.exist-db.maven.plugins</groupId>
716-
<artifactId>public-xar-repo-plugin</artifactId>
717-
<version>1.2.0</version>
715+
<groupId>com.evolvedbinary.maven.plugins</groupId>
716+
<artifactId>expath-package-repository-plugin</artifactId>
717+
<version>1.3.0</version>
718718
<executions>
719719
<execution>
720720
<id>fetch-xars</id>
@@ -725,7 +725,7 @@
725725
<configuration>
726726
<repoUri>${public.xar.repo.uri}</repoUri>
727727
<outputDirectory>${expath.pkg.dir}</outputDirectory>
728-
<existDbVersion>${project.version}</existDbVersion>
728+
<elementalVersion>${project.version}</elementalVersion>
729729
<packages>
730730
<package>
731731
<abbrev>dashboard</abbrev>

0 commit comments

Comments
 (0)