From fc613e26d83473089a179464c2221f3912806387 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 30 Mar 2023 09:26:26 +0200 Subject: Use wagon-ssh-external to deploy Maven site Using wagon-ssh stopped working. Try to use wagon-ssh-external instead. Bug: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2818 Change-Id: I6f8fa771ddf9623b2e528f23f2ebdc871372ba2f --- org.eclipse.jgit.benchmarks/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org.eclipse.jgit.benchmarks/pom.xml') diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index cd97615467..5d5a5f6db6 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -179,8 +179,8 @@ org.apache.maven.wagon - wagon-ssh - 3.5.2 + wagon-ssh-external + 3.5.3 -- cgit v1.2.3 From 17fac8a27efd5c8b3028b9c244353265b697fb9f Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 30 Mar 2023 22:00:52 +0200 Subject: Downgrade maven-site-plugin to 3.12.1 This may fix the current authentication failures happening when trying to deploy the jgit Maven site. Change-Id: I55d4706cd041d93194af48fac9e8bfcd067e2cac --- org.eclipse.jgit.benchmarks/pom.xml | 2 +- org.eclipse.jgit.packaging/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'org.eclipse.jgit.benchmarks/pom.xml') diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 5d5a5f6db6..ae9c6a3236 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -175,7 +175,7 @@ org.apache.maven.plugins maven-site-plugin - 4.0.0-M4 + 3.12.1 org.apache.maven.wagon diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index a79399ef47..28ae7ceb2c 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -313,7 +313,7 @@ org.apache.maven.plugins maven-site-plugin - 3.9.1 + 3.12.1 diff --git a/pom.xml b/pom.xml index ad1e2a81fe..37c86135b5 100644 --- a/pom.xml +++ b/pom.xml @@ -345,7 +345,7 @@ org.apache.maven.plugins maven-site-plugin - 4.0.0-M4 + 3.12.1 org.apache.maven.wagon -- cgit v1.2.3