Skip to content

Instantly share code, notes, and snippets.

@paul8620
Created February 17, 2023 10:16
Show Gist options
  • Save paul8620/c5dcdf34e27c5d980dd13599a1fc77e7 to your computer and use it in GitHub Desktop.
Save paul8620/c5dcdf34e27c5d980dd13599a1fc77e7 to your computer and use it in GitHub Desktop.
maven issue
mvn release:prepare [11:13:32]
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Pipeline Aggregator View 1.12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ pipeline-aggregator-view ---
[INFO] Resuming release from phase 'rewrite-poms-for-release'
[INFO] Transforming 'Pipeline Aggregator View'...
Downloading: https://repo.jenkins-ci.org/artifactory/main/org/eclipse/jetty/orbit/org.eclipse.jdt.core/3.8.2.v20130121/org.eclipse.jdt.core-3.8.2.v20130121.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.203s
[INFO] Finished at: Fri Feb 17 11:13:42 CET 2023
[INFO] Final Memory: 26M/907M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project pipeline-aggregator-view: Execution default-cli of goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare failed: Failed to build parent project for com.paul8620.jenkins.plugins:pipeline-aggregator-view:hpi:1.12-SNAPSHOT: Some problems were encountered while processing the POMs:
[ERROR] [ERROR] Unresolveable build extension: Plugin org.jenkins-ci.tools:maven-hpi-plugin:1.117 or one of its dependencies could not be resolved: Could not transfer artifact org.eclipse.jetty.orbit:org.eclipse.jdt.core:jar:3.8.2.v20130121 from/to central (https://repo.jenkins-ci.org/artifactory/main): Access denied to: https://repo.jenkins-ci.org/artifactory/main/org/eclipse/jetty/orbit/org.eclipse.jdt.core/3.8.2.v20130121/org.eclipse.jdt.core-3.8.2.v20130121.jar, ReasonPhrase:. @: 1 problem was encountered while building the effective model for org.jenkins-ci.plugins:plugin:2.11
[ERROR] [ERROR] Unresolveable build extension: Plugin org.jenkins-ci.tools:maven-hpi-plugin:1.117 or one of its dependencies could not be resolved: Could not transfer artifact org.eclipse.jetty.orbit:org.eclipse.jdt.core:jar:3.8.2.v20130121 from/to central (https://repo.jenkins-ci.org/artifactory/main): Access denied to: https://repo.jenkins-ci.org/artifactory/main/org/eclipse/jetty/orbit/org.eclipse.jdt.core/3.8.2.v20130121/org.eclipse.jdt.core-3.8.2.v20130121.jar, ReasonPhrase:. @
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment