Skip to content

Commit 32b25b6

Browse files
committed
[Build] Workaround failing Maven daemon download in Maven publication
Use the Maven Daemon binary archive provided at the Oomph download area, as temporary workaround, until https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/6241#note_4109878 is really resolved.
1 parent c2e9e53 commit 32b25b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JenkinsJobs/Releng/publishToMaven.jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ pipeline {
177177
}
178178

179179
def installMavenDaemon(String version) {
180-
return install('mvnd', "https://downloads.apache.org/maven/mvnd/${version}/maven-mvnd-${version}-linux-amd64.tar.gz")
180+
// Temporary workaround, until https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/6241#note_4109878 is really resolved
181+
return install('mvnd', 'https://download.eclipse.org/oomph/archive/maven-mvnd-1.0.2-linux-amd64.tar.gz')
181182
}
182183

183184

0 commit comments

Comments
 (0)