Skip to content

Instantly share code, notes, and snippets.

@mbiarnes
Created August 22, 2022 09:59
Show Gist options
  • Save mbiarnes/bdd4104994390a0326feaf23429fc238 to your computer and use it in GitHub Desktop.
Save mbiarnes/bdd4104994390a0326feaf23429fc238 to your computer and use it in GitHub Desktop.
updatye-quarkus-paltform
mbiarnes@mbiarnes ~/test/kogito-pipelines/tools (main)$ ./update-quarkus-platform.sh -s -v 1.26.0.Final -p kogito -f mbiarnes -h bump-kogito-1.26.0.Final-optaplanner-8.26.0.Final -n finalize
GITHUB_URL...............git@github.com:
ORIGIN...................quarkusio/quarkus-platform
PR_FORK..................mbiarnes/quarkus-platform
BASE_BRANCH..............main
PR_BRANCH................bump-kogito-1.26.0.Final-optaplanner-8.26.0.Final
COMMIT_MSG...............kogito 1.26.0.Final
VERSION..................1.26.0.Final
COMMAND..................finalize
DRY_RUN! No changes will be pushed!
+ '[' false '!=' true ']'
+ '[' -d quarkus-platform ']'
+ git clone git@github.com:mbiarnes/quarkus-platform
Cloning into 'quarkus-platform'...
remote: Enumerating objects: 28337, done.
remote: Counting objects: 100% (1531/1531), done.
remote: Compressing objects: 100% (1088/1088), done.
remote: Total 28337 (delta 737), reused 1092 (delta 321), pack-reused 26806
Receiving objects: 100% (28337/28337), 4.80 MiB | 958.00 KiB/s, done.
Resolving deltas: 100% (13909/13909), done.
+ cd quarkus-platform
+ git checkout bump-kogito-1.26.0.Final-optaplanner-8.26.0.Final
Branch 'bump-kogito-1.26.0.Final-optaplanner-8.26.0.Final' set up to track remote branch 'bump-kogito-1.26.0.Final-optaplanner-8.26.0.Final' from 'origin'.
Switched to a new branch 'bump-kogito-1.26.0.Final-optaplanner-8.26.0.Final'
+ set +e
+ cat .github/mvn-settings.xml
+ grep https://repository.jboss.org/nexus/content/groups/kogito-public/
<url>https://repository.jboss.org/nexus/content/groups/kogito-public/</url>
+ '[' 0 = 0 ']'
+ echo 'diff --git a/.github/mvn-settings.xml b/.github/mvn-settings.xml
index d5e4664b..b03cc023 100644
--- a/.github/mvn-settings.xml
+++ b/.github/mvn-settings.xml
@@ -14,6 +14,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>kogito</id>
+ <name>kogito</name>
+ <url>https://repository.jboss.org/nexus/content/groups/kogito-public/</url>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
'
+ patch -R .github/mvn-settings.xml
patching file .github/mvn-settings.xml
+ set -e
+ ./mvnw -Dsync
[INFO] Scanning for projects...
Downloading from mirror-central: https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/io/quarkus/bot/build-reporting-maven-extension/1.0.5/build-reporting-maven-extension-1.0.5.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin io.quarkus.bot:build-reporting-maven-extension:1.0.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for io.quarkus.bot:build-reporting-maven-extension:jar:1.0.5 @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project io.quarkus.platform:quarkus-platform-config:999-SNAPSHOT (/home/mbiarnes/test/kogito-pipelines/tools/quarkus-platform/pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin io.quarkus.bot:build-reporting-maven-extension:1.0.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for io.quarkus.bot:build-reporting-maven-extension:jar:1.0.5: Could not transfer artifact io.quarkus.bot:build-reporting-maven-extension:pom:1.0.5 from/to mirror-central (https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/): transfer failed for https://bxms-qe.rhev-ci-vms.eng.rdu2.redhat.com:8443/nexus/content/groups/kie-all/io/quarkus/bot/build-reporting-maven-extension/1.0.5/build-reporting-maven-extension-1.0.5.pom: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment