You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project jellydoc: Failed to deploy artifacts: Could not transfer artifact io.jenkins.tools.maven:jellydoc:pom:999999-20230710.181400-1 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): transfer failed for https://repo.jenkins-ci.org/releases/io/jenkins/tools/maven/jellydoc/999999-SNAPSHOT/jellydoc-999999-20230710.181400-1.pom, status: 409 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project jellydoc: Failed to deploy artifacts: Could not transfer artifact io.jenkins.tools.maven:jellydoc:pom:999999-20230710.181400-1 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): transfer failed for https://repo.jenkins-ci.org/releases/io/jenkins/tools/maven/jellydoc/999999-SNAPSHOT/jellydoc-999999-20230710.181400-1.pom, status: 409
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:299)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:[106](https://github.com/jenkinsci/jellydoc-maven-plugin/actions/runs/5511487553/jobs/10047106940#step:4:108))
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:963)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to deploy artifacts: Could not transfer artifact io.jenkins.tools.maven:jellydoc:pom:999999-20230710.181400-1 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): transfer failed for https://repo.jenkins-ci.org/releases/io/jenkins/tools/maven/jellydoc/999999-SNAPSHOT/jellydoc-999999-20230710.181400-1.pom, status: 409
I think this is because of the recent upgrade of incrementals tooling in that repository from 1.6 to 1.7. Version 1.7 requires Java 11 or later, but jellydoc-maven-plugin doesn't support Java 11 at all yet. 😱
Service(s)
Incrementals
Summary
Hey,
I've been trying to release https://github.com/jenkinsci/jellydoc-maven-plugin via CD. Components of the plugin have already been released in https://repo.jenkins-ci.org/artifactory/releases/io/jenkins/tools/maven/ successfully (jellydoc, jellydoc-annotations, taglib-xml-writer), but
jellydoc-maven-plugin
is missing and the job fails:ref https://github.com/jenkinsci/jellydoc-maven-plugin/actions/runs/5511487553/jobs/10047106940
I tried a couple of path configurations within the RPU, such as jenkins-infra/repository-permissions-updater@0a491cf, but none of them worked out, and I'm lost 😢
Am I facing an actual issue within the incrementals publisher?
Reproduction steps
No response
The text was updated successfully, but these errors were encountered: