Skip to content

Console Output

Started by user Kai Hudalla
Running as Kai Hudalla
Checking out git https://github.com/eclipse-hono/hono.git into /var/jenkins/jobs/deploy-to-maven-central/workspace@script/fd488b90321fedbe2479ec55c7d8ff4b5398e05c1acb5bd1514a1ac479ed512f to read jenkins/Hono-Deploy-Maven-Central-Pipeline-Declarative.groovy
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/jobs/deploy-to-maven-central/workspace@script/fd488b90321fedbe2479ec55c7d8ff4b5398e05c1acb5bd1514a1ac479ed512f/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse-hono/hono.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-hono/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse-hono/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/2.5.x^{commit} # timeout=10
Checking out Revision e1827bc3eca54624f10e3b7f894b93f89ba47fb6 (refs/remotes/origin/2.5.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1827bc3eca54624f10e3b7f894b93f89ba47fb6 # timeout=10
Commit message: "Bump version to 2.5.2-SNAPSHOT"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes hono/deploy-to-maven-central-101-tkgwb-wk0t4-7l4r4
Still waiting to schedule task
‘deploy-to-maven-central-101-tkgwb-wk0t4-7l4r4’ is offline
Agent deploy-to-maven-central-101-tkgwb-wk0t4-7l4r4 is provisioned from template deploy-to-maven-central_101-tkgwb-wk0t4
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/deploy-to-maven-central/101/"
    runUrl: "job/deploy-to-maven-central/101/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "843d2e6197f3af3e909848d7a1973c7078eabf83"
    jenkins/label: "deploy-to-maven-central_101-tkgwb"
  name: "deploy-to-maven-central-101-tkgwb-wk0t4-7l4r4"
  namespace: "hono"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hono.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "deploy-to-maven-central-101-tkgwb-wk0t4-7l4r4"
    - name: "JENKINS_NAME"
      value: "deploy-to-maven-central-101-tkgwb-wk0t4-7l4r4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hono.svc.cluster.local/hono/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipse/hono-builder:2.5.0"
    imagePullPolicy: "Always"
    name: "hono-builder"
    resources:
      limits:
        memory: "8Gi"
        cpu: "2"
      requests:
        memory: "8Gi"
        cpu: "2"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir: {}
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on deploy-to-maven-central-101-tkgwb-wk0t4-7l4r4 in /home/jenkins/agent/workspace/deploy-to-maven-central
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-hono/hono.git
 > git init /home/jenkins/agent/workspace/deploy-to-maven-central # timeout=10
Fetching upstream changes from https://github.com/eclipse-hono/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-hono/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-hono/hono.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e1827bc3eca54624f10e3b7f894b93f89ba47fb6 (refs/remotes/origin/2.5.x)
 > git rev-parse refs/remotes/origin/2.5.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1827bc3eca54624f10e3b7f894b93f89ba47fb6 # timeout=10
Commit message: "Bump version to 2.5.2-SNAPSHOT"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 45 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Check build environment)
[Pipeline] sh
git version 2.30.2
Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)
Maven home: /maven
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /graalvm
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
openjdk 17.0.9 2023-10-17
OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)
OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing)
gpg (GnuPG) 2.2.27
libgcrypt 1.8.8
Copyright (C) 2021 Free Software Foundation, Inc.
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: /home/jenkins/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
total 0
drwxrwsrwx. 5 root 1000770000 42 Apr 23 19:19 .
drwxr-xr-x. 1 root root       21 Apr 23 19:19 ..
drwxr-sr-x. 3 root 1000770000 95 Apr 23 19:19 .m2
drwxrwsrwx. 3 root 1000770000 79 Apr 23 19:19 .ssh
drwxrwsrwx. 5 root 1000770000 53 Apr 23 19:20 agent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare workspace)
[Pipeline] echo
Checking out tag [refs/tags/2.5.1]
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot-ssh
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@a0311d87; decorates RemoteLauncher[hudson.remoting.Channel@17c43dc7:JNLP4-connect connection from 10.40.62.40/10.40.62.40:59192] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/deploy-to-maven-central/.git # timeout=10
 > git config remote.origin.url ssh://git@github.com/eclipse-hono/hono.git # timeout=10
Fetching upstream changes from ssh://git@github.com/eclipse-hono/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/deploy-to-maven-central@tmp/jenkins-gitclient-ssh15217645261369842479.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- ssh://git@github.com/eclipse-hono/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision e341aa2dd171cd2daa44a8d77905b2da7023d294 (refs/tags/2.5.1)
 > git rev-parse refs/remotes/origin/refs/tags/2.5.1^{commit} # timeout=10
 > git rev-parse refs/tags/2.5.1^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e341aa2dd171cd2daa44a8d77905b2da7023d294 # timeout=10
Commit message: "Release 2.5.1"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and deploy to Maven Central)
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key EC85F14021FD23BC: 1 signature not checked due to a missing key
gpg: key EC85F14021FD23BC: public key "Eclipse Hono Project <hono-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key EC85F14021FD23BC: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
/home/jenkins/.gnupg/pubring.kbx
--------------------------------
sec#  rsa4096 2016-09-29 [SCEA] [expires: 2026-10-04]
      D910E99339F90B725BBEEBE5EC85F14021FD23BC
uid           [ unknown] Eclipse Hono Project <hono-dev@eclipse.org>
ssb   rsa4096 2016-09-29 [S] [expires: 2026-10-04]

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
[INFO] Scanning for projects...
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 411 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 120 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 439 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 28 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 884 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.pom (22 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom (43 kB at 2.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 16 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 77 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 139 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 93 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 933 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 144 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 836 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 299 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 66 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 214 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 90 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 21 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 714 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 323 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 62 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 116 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 116 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 157 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 32 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 177 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 353 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 215 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 229 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 87 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 117 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 92 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 116 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 228 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 165 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 79 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 226 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 223 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 212 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 334 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 216 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 235 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 240 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 238 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 992 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 448 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 168 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 271 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 60 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 59 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 242 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 798 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 624 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 103 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 385 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 648 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 962 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 48 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 136 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 121 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 671 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 28 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 134 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 166 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 611 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 974 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 262 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 328 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 279 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 249 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 178 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 163 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 699 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/project/7/project-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 4.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 164 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 868 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 446 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 116 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 170 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 78 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/11/oss-parent-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 828 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 213 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/12/oss-parent-12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 778 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 228 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 92 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 230 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 188 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 96 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 250 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 204 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 124 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 278 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 282 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 643 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 153 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 6.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 3.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 35 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 6.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 46 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 375 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 129 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 648 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 593 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 513 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 798 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 7.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 393 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 749 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar (628 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 469 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 406 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 21 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 336 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 462 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 909 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 240 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 647 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 251 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 291 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 425 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom/3.2.12.Final/quarkus-bom-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom/3.2.12.Final/quarkus-bom-3.2.12.Final.pom (383 kB at 6.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom/3.2.12.Final/quarkus-google-cloud-services-bom-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom/3.2.12.Final/quarkus-google-cloud-services-bom-3.2.12.Final.pom (154 kB at 3.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/3.2.12.Final/quarkus-maven-plugin-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.2.12.Final/quarkus-maven-plugin-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.2.12.Final/quarkus-maven-plugin-3.2.12.Final.pom (11 kB at 342 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-build-parent/3.2.12.Final/quarkus-build-parent-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/3.2.12.Final/quarkus-build-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/3.2.12.Final/quarkus-build-parent-3.2.12.Final.pom (63 kB at 3.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project/3.2.12.Final/quarkus-project-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project/3.2.12.Final/quarkus-project-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project/3.2.12.Final/quarkus-project-3.2.12.Final.pom (14 kB at 768 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-parent/3.2.12.Final/quarkus-parent-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/3.2.12.Final/quarkus-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/3.2.12.Final/quarkus-parent-3.2.12.Final.pom (26 kB at 711 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bom/3.2.12.Final/quarkus-bom-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.2.12.Final/quarkus-bom-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.2.12.Final/quarkus-bom-3.2.12.Final.pom (389 kB at 14 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-core/3.2.12.Final/quarkus-bootstrap-core-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.2.12.Final/quarkus-bootstrap-core-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.2.12.Final/quarkus-bootstrap-core-3.2.12.Final.pom (4.0 kB at 180 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-parent/3.2.12.Final/quarkus-bootstrap-parent-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/3.2.12.Final/quarkus-bootstrap-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/3.2.12.Final/quarkus-bootstrap-parent-3.2.12.Final.pom (18 kB at 739 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-bom/3.2.12.Final/quarkus-bootstrap-bom-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom/3.2.12.Final/quarkus-bootstrap-bom-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom/3.2.12.Final/quarkus-bootstrap-bom-3.2.12.Final.pom (21 kB at 221 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-bom/2.1.0/smallrye-common-bom-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/2.1.0/smallrye-common-bom-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/2.1.0/smallrye-common-bom-2.1.0.pom (4.3 kB at 63 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-bom-test/3.2.12.Final/quarkus-bootstrap-bom-test-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom-test/3.2.12.Final/quarkus-bootstrap-bom-test-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom-test/3.2.12.Final/quarkus-bootstrap-bom-test-3.2.12.Final.pom (3.0 kB at 200 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-app-model/3.2.12.Final/quarkus-bootstrap-app-model-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.2.12.Final/quarkus-bootstrap-app-model-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.2.12.Final/quarkus-bootstrap-app-model-3.2.12.Final.pom (3.6 kB at 188 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.pom (13 kB at 709 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/39/jboss-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 2.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.pom (19 kB at 845 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom (6.0 kB at 229 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 704 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom (3.5 kB at 197 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/18/jboss-parent-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/18/jboss-parent-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/18/jboss-parent-18.pom (31 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.pom (2.1 kB at 83 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-parent/2.1.0/smallrye-common-parent-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-parent/2.1.0/smallrye-common-parent-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-parent/2.1.0/smallrye-common-parent-2.1.0.pom (8.5 kB at 258 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom (6.0 kB at 287 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom (28 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 153 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 2.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-maven-resolver/3.2.12.Final/quarkus-bootstrap-maven-resolver-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.2.12.Final/quarkus-bootstrap-maven-resolver-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.2.12.Final/quarkus-bootstrap-maven-resolver-3.2.12.Final.pom (6.9 kB at 329 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.pom (6.3 kB at 198 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-parent/1.3.2/smallrye-beanbag-parent-1.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-parent/1.3.2/smallrye-beanbag-parent-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-parent/1.3.2/smallrye-beanbag-parent-1.3.2.pom (16 kB at 507 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.pom (1.4 kB at 62 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.pom (964 B at 40 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.pom (2.1 kB at 102 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 4.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/58/commons-parent-58.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 17 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/29/apache-29.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 3.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 7.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 2.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 245 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 8.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 5.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 414 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 664 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.pom (2.3 kB at 166 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.9.3/maven-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.3/maven-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.3/maven-3.9.3.pom (30 kB at 1.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/40/maven-parent-40.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 6.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/30/apache-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 2.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 4.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 3.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.pom (1.4 kB at 55 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.pom (2.7 kB at 181 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.pom (3.5 kB at 272 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 885 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 5.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 202 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 7.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 2.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.pom (2.1 kB at 158 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.pom (4.5 kB at 237 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.pom (1.8 kB at 70 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.pom (2.5 kB at 102 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 202 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 2.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 552 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom (6.5 kB at 297 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/13/plexus-13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 720 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom (1.9 kB at 70 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom (26 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 16 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom (6.3 kB at 264 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 2.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom (1.6 kB at 62 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom (3.6 kB at 124 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom (1.4 kB at 125 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 4.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.pom (5.2 kB at 372 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent-mr-jar/32/jboss-parent-mr-jar-32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent-mr-jar/32/jboss-parent-mr-jar-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent-mr-jar/32/jboss-parent-mr-jar-32.pom (22 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/32/jboss-parent-32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/32/jboss-parent-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/32/jboss-parent-32.pom (35 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.pom (7.3 kB at 331 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/34/jboss-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 3.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom (8.1 kB at 424 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom (6.4 kB at 403 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom (1.6 kB at 101 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom (17 kB at 613 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.pom (6.6 kB at 330 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.pom (7.5 kB at 538 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.pom (2.9 kB at 140 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 659 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 1.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 566 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/5.1.0/guice-5.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 341 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 95 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 182 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.pom (11 kB at 473 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/32.0.0-jre/guava-parent-32.0.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.0-jre/guava-parent-32.0.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.0-jre/guava-parent-32.0.0-jre.pom (21 kB at 520 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 71 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 283 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 375 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 557 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 2.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom (15 kB at 617 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-deployment/3.2.12.Final/quarkus-core-deployment-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.2.12.Final/quarkus-core-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.2.12.Final/quarkus-core-deployment-3.2.12.Final.pom (9.4 kB at 525 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-parent/3.2.12.Final/quarkus-core-parent-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/3.2.12.Final/quarkus-core-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/3.2.12.Final/quarkus-core-parent-3.2.12.Final.pom (964 B at 48 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/readline/2.4/readline-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.pom (4.6 kB at 258 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/readline-all/2.4/readline-all-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline-all/2.4/readline-all-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline-all/2.4/readline-all-2.4.pom (4.5 kB at 281 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/19/jboss-parent-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom (14 kB at 542 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom (15 kB at 859 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/aesh/2.7/aesh-2.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.pom (5.0 kB at 206 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/aesh-all/2.7/aesh-all-2.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh-all/2.7/aesh-all-2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh-all/2.7/aesh-all-2.7.pom (4.0 kB at 286 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/gizmo/gizmo/1.6.1.Final/gizmo-1.6.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.6.1.Final/gizmo-1.6.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.6.1.Final/gizmo-1.6.1.Final.pom (10 kB at 337 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.5/asm-9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 148 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 3.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom (2.9 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom (2.6 kB at 874 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom (7.0 kB at 536 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom (7.2 kB at 358 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom (39 kB at 2.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom (2.8 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-development-mode-spi/3.2.12.Final/quarkus-development-mode-spi-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.2.12.Final/quarkus-development-mode-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.2.12.Final/quarkus-development-mode-spi-3.2.12.Final.pom (759 B at 29 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-class-change-agent/3.2.12.Final/quarkus-class-change-agent-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.2.12.Final/quarkus-class-change-agent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.2.12.Final/quarkus-class-change-agent-3.2.12.Final.pom (1.8 kB at 98 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-utilities/3.2.12.Final/quarkus-devtools-utilities-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.2.12.Final/quarkus-devtools-utilities-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.2.12.Final/quarkus-devtools-utilities-3.2.12.Final.pom (584 B at 29 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-tools-parent/3.2.12.Final/quarkus-tools-parent-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/3.2.12.Final/quarkus-tools-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/3.2.12.Final/quarkus-tools-parent-3.2.12.Final.pom (18 kB at 572 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 600 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 466 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/50/oss-parent-50.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mockito/mockito-bom/5.3.1/mockito-bom-5.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/5.3.1/mockito-bom-5.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/5.3.1/mockito-bom-5.3.1.pom (3.0 kB at 157 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core/3.2.12.Final/quarkus-core-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.2.12.Final/quarkus-core-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.2.12.Final/quarkus-core-3.2.12.Final.pom (15 kB at 356 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 465 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 591 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom (12 kB at 299 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom (2.3 kB at 78 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 226 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom (3.6 kB at 155 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom (12 kB at 595 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom (12 kB at 624 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 312 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.pom (1.9 kB at 128 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.pom (4.2 kB at 150 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-parent/3.3.2/smallrye-config-parent-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/3.3.2/smallrye-config-parent-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/3.3.2/smallrye-config-parent-3.3.2.pom (5.5 kB at 196 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom (6.0 kB at 430 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom (29 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom (4.5 kB at 154 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom (3.3 kB at 164 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.pom (4.2 kB at 92 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom (1.7 kB at 56 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom (4.2 kB at 157 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom (50 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.pom (2.1 kB at 38 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.pom (2.4 kB at 79 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.pom (1.9 kB at 88 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.pom (2.4 kB at 158 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.pom (1.1 kB at 75 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom (1.8 kB at 123 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom (5.6 kB at 206 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom (7.3 kB at 253 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.pom (1.4 kB at 62 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-runner/3.2.12.Final/quarkus-bootstrap-runner-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.2.12.Final/quarkus-bootstrap-runner-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.2.12.Final/quarkus-bootstrap-runner-3.2.12.Final.pom (3.5 kB at 89 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom (3.2 kB at 65 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-builder/3.2.12.Final/quarkus-builder-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.2.12.Final/quarkus-builder-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.2.12.Final/quarkus-builder-3.2.12.Final.pom (2.4 kB at 56 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 92 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 842 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 218 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.pom (3.2 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.pom (3.2 kB at 177 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.pom (3.0 kB at 376 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.pom (3.2 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project-core-extension-codestarts/3.2.12.Final/quarkus-project-core-extension-codestarts-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.2.12.Final/quarkus-project-core-extension-codestarts-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.2.12.Final/quarkus-project-core-extension-codestarts-3.2.12.Final.pom (3.6 kB at 111 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-all/3.2.12.Final/quarkus-devtools-all-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/3.2.12.Final/quarkus-devtools-all-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/3.2.12.Final/quarkus-devtools-all-3.2.12.Final.pom (998 B at 53 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/3.2.12.Final/quarkus-devtools-common-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.2.12.Final/quarkus-devtools-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.2.12.Final/quarkus-devtools-common-3.2.12.Final.pom (4.8 kB at 219 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-registry-client/3.2.12.Final/quarkus-devtools-registry-client-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.2.12.Final/quarkus-devtools-registry-client-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.2.12.Final/quarkus-devtools-registry-client-3.2.12.Final.pom (2.2 kB at 72 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/3.2.12.Final/quarkus-devtools-message-writer-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.2.12.Final/quarkus-devtools-message-writer-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.2.12.Final/quarkus-devtools-message-writer-3.2.12.Final.pom (777 B at 49 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.pom (19 kB at 920 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom (11 kB at 305 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.pom (7.1 kB at 336 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom (9.8 kB at 575 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.pom (2.6 kB at 132 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.15.2/jackson-dataformats-text-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.15.2/jackson-dataformats-text-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.15.2/jackson-dataformats-text-2.15.2.pom (3.5 kB at 232 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom (21 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.pom (2.7 kB at 149 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.9.13/maven-resolver-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.13/maven-resolver-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.13/maven-resolver-1.9.13.pom (22 kB at 519 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.pom (2.7 kB at 73 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.pom (2.9 kB at 150 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.pom (4.3 kB at 309 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.pom (3.2 kB at 169 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-transport-http/1.9.10/maven-resolver-transport-http-1.9.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.10/maven-resolver-transport-http-1.9.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.10/maven-resolver-transport-http-1.9.10.pom (5.9 kB at 131 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.9.10/maven-resolver-1.9.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.10/maven-resolver-1.9.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.10/maven-resolver-1.9.10.pom (24 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.13/maven-resolver-transport-wagon-1.9.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.13/maven-resolver-transport-wagon-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.13/maven-resolver-transport-wagon-1.9.13.pom (4.4 kB at 112 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 106 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom (1.8 kB at 52 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom (3.1 kB at 192 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom (6.1 kB at 409 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom (2.5 kB at 164 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-base-codestarts/3.2.12.Final/quarkus-devtools-base-codestarts-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.2.12.Final/quarkus-devtools-base-codestarts-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.2.12.Final/quarkus-devtools-base-codestarts-3.2.12.Final.pom (911 B at 36 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/3.2.12.Final/quarkus-devtools-codestarts-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.2.12.Final/quarkus-devtools-codestarts-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.2.12.Final/quarkus-devtools-codestarts-3.2.12.Final.pom (2.2 kB at 75 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/3.2.12.Final/qute-core-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.2.12.Final/qute-core-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.2.12.Final/qute-core-3.2.12.Final.pom (1.2 kB at 41 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-parent/3.2.12.Final/qute-parent-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/3.2.12.Final/qute-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/3.2.12.Final/qute-parent-3.2.12.Final.pom (14 kB at 896 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.pom (7.9 kB at 494 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny-project/2.3.1/mutiny-project-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/2.3.1/mutiny-project-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/2.3.1/mutiny-project-2.3.1.pom (21 kB at 557 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/21/maven-model-helper-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/21/maven-model-helper-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/21/maven-model-helper-21.pom (5.3 kB at 352 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1.3/jdom-1.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (1.8 kB at 83 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (20 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.pom (22 kB at 932 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/66/commons-parent-66.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 3.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/31/apache-31.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 980 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 628 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.pom (2.9 kB at 116 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.pom (2.6 kB at 92 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-modules-java8/2.15.2/jackson-modules-java8-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.15.2/jackson-modules-java8-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.15.2/jackson-modules-java8-2.15.2.pom (3.1 kB at 207 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-analytics-common/3.2.12.Final/quarkus-analytics-common-3.2.12.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.2.12.Final/quarkus-analytics-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.2.12.Final/quarkus-analytics-common-3.2.12.Final.pom (3.3 kB at 98 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.pom (4.9 kB at 273 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom (3.3 kB at 176 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom (4.4 kB at 130 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom (22 kB at 750 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 561 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.pom (18 kB at 781 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom (3.1 kB at 136 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom (11 kB at 404 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 468 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 376 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/3.2.12.Final/quarkus-maven-plugin-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-core/3.2.12.Final/quarkus-bootstrap-core-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-app-model/3.2.12.Final/quarkus-bootstrap-app-model-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-maven-resolver/3.2.12.Final/quarkus-bootstrap-maven-resolver-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/5.1.0/guice-5.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-deployment/3.2.12.Final/quarkus-core-deployment-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/readline/2.4/readline-2.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/aesh/2.7/aesh-2.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/gizmo/gizmo/1.6.1.Final/gizmo-1.6.1.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.5/asm-9.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-development-mode-spi/3.2.12.Final/quarkus-development-mode-spi-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-class-change-agent/3.2.12.Final/quarkus-class-change-agent-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-utilities/3.2.12.Final/quarkus-devtools-utilities-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core/3.2.12.Final/quarkus-core-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-runner/3.2.12.Final/quarkus-bootstrap-runner-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-builder/3.2.12.Final/quarkus-builder-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project-core-extension-codestarts/3.2.12.Final/quarkus-project-core-extension-codestarts-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/3.2.12.Final/quarkus-devtools-common-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-registry-client/3.2.12.Final/quarkus-devtools-registry-client-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-base-codestarts/3.2.12.Final/quarkus-devtools-base-codestarts-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/3.2.12.Final/quarkus-devtools-codestarts-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/3.2.12.Final/qute-core-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/21/maven-model-helper-21.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1.3/jdom-1.1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-analytics-common/3.2.12.Final/quarkus-analytics-common-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/3.2.12.Final/quarkus-devtools-message-writer-3.2.12.Final.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.2.12.Final/quarkus-maven-plugin-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.2.12.Final/quarkus-bootstrap-core-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.2.12.Final/quarkus-bootstrap-app-model-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar (17 kB at 922 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.2.12.Final/quarkus-bootstrap-app-model-3.2.12.Final.jar (167 kB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.2.12.Final/quarkus-bootstrap-maven-resolver-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.1.0/smallrye-common-io-2.1.0.jar (4.5 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.2.12.Final/quarkus-bootstrap-core-3.2.12.Final.jar (122 kB at 6.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.2.12.Final/quarkus-maven-plugin-3.2.12.Final.jar (423 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.3.2/smallrye-beanbag-sisu-1.3.2.jar (25 kB at 787 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.3.2/smallrye-beanbag-1.3.2.jar (36 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.2.12.Final/quarkus-bootstrap-maven-resolver-3.2.12.Final.jar (138 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.3.2/smallrye-beanbag-maven-1.3.2.jar (17 kB at 436 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 9.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.1.0/smallrye-common-constraint-2.1.0.jar (13 kB at 301 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.3/maven-artifact-3.9.3.jar (59 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.3/maven-model-3.9.3.jar (217 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.3/maven-builder-support-3.9.3.jar (14 kB at 235 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.3/maven-repository-metadata-3.9.3.jar (29 kB at 439 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.3/maven-model-builder-3.9.3.jar (198 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.3/maven-settings-3.9.3.jar (45 kB at 627 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar (27 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar (89 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 274 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.1.Final/jboss-logging-3.5.1.Final.jar (59 kB at 591 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar (63 kB at 607 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.3/maven-embedder-3.9.3.jar (108 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.9/quarkus-fs-util-0.0.9.jar (24 kB at 228 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager-embedded/1.1.1/jboss-logmanager-embedded-1.1.1.jar (264 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.jar (778 kB at 6.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 420 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 413 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.2.12.Final/quarkus-core-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.3/maven-resolver-provider-3.9.3.jar (74 kB at 508 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.3/maven-settings-builder-3.9.3.jar (42 kB at 284 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.0-jre/guava-32.0.0-jre.jar (3.0 MB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.jar (328 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar (221 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.6.1.Final/gizmo-1.6.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar (91 kB at 498 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar (34 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.2.12.Final/quarkus-core-deployment-3.2.12.Final.jar (1.4 MB at 7.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.6.1.Final/gizmo-1.6.1.Final.jar (168 kB at 865 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final-format-001/wildfly-common-1.5.4.Final-format-001.jar (307 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.jar (358 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.2.12.Final/quarkus-development-mode-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 kB at 367 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.2.12.Final/quarkus-class-change-agent-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 262 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.2.12.Final/quarkus-devtools-utilities-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 597 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar (331 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.2.12.Final/quarkus-core-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.2.12.Final/quarkus-development-mode-spi-3.2.12.Final.jar (45 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.2.12.Final/quarkus-devtools-utilities-3.2.12.Final.jar (5.3 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.2.12.Final/quarkus-class-change-agent-3.2.12.Final.jar (3.3 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.2.12.Final/quarkus-core-3.2.12.Final.jar (297 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.3.2/smallrye-config-3.3.2.jar (35 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.3.2/smallrye-config-core-3.3.2.jar (284 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.1.0/smallrye-common-expression-2.1.0.jar (21 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar (18 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.1.0/smallrye-common-function-2.1.0.jar (46 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.1.0/smallrye-common-annotation-2.1.0.jar (7.6 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.2.12.Final/quarkus-bootstrap-runner-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.1.0/smallrye-common-classloader-2.1.0.jar (9.5 kB at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.3.2/smallrye-config-common-3.3.2.jar (12 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.2.12.Final/quarkus-builder-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar (21 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar (123 kB at 459 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar (9.3 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.2.12.Final/quarkus-bootstrap-runner-3.2.12.Final.jar (43 kB at 150 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 648 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.2.12.Final/quarkus-builder-3.2.12.Final.jar (66 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.9.3/junit-jupiter-5.9.3.jar (6.4 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 560 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.2.12.Final/quarkus-project-core-extension-codestarts-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.9.3/junit-jupiter-api-5.9.3.jar (208 kB at 683 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.2.12.Final/quarkus-devtools-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.9.3/junit-jupiter-engine-5.9.3.jar (247 kB at 801 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.2.12.Final/quarkus-devtools-registry-client-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/graal-sdk/23.0.1/graal-sdk-23.0.1.jar (813 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.2.12.Final/quarkus-devtools-base-codestarts-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.9.3/junit-jupiter-params-5.9.3.jar (580 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.2.12.Final/quarkus-devtools-codestarts-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.2.12.Final/quarkus-project-core-extension-codestarts-3.2.12.Final.jar (278 kB at 856 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.2.12.Final/qute-core-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.2.12.Final/quarkus-devtools-registry-client-3.2.12.Final.jar (222 kB at 664 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.2.12.Final/quarkus-devtools-base-codestarts-3.2.12.Final.jar (399 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.2.12.Final/qute-core-3.2.12.Final.jar (320 kB at 934 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.2.12.Final/quarkus-devtools-codestarts-3.2.12.Final.jar (85 kB at 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (484 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.2.12.Final/quarkus-devtools-common-3.2.12.Final.jar (394 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/21/maven-model-helper-21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.0/commons-compress-1.26.0.jar (1.1 MB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.1.0/smallrye-common-version-2.1.0.jar (30 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.3.1/mutiny-2.3.1.jar (860 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.1.0/smallrye-common-os-2.1.0.jar (9.1 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (151 kB at 401 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.15.2/jackson-dataformat-yaml-2.15.2.jar (55 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/21/maven-model-helper-21.jar (28 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.0/snakeyaml-2.0.jar (335 kB at 858 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.3/maven-plugin-api-3.9.3.jar (47 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.15.2/jackson-datatype-jdk8-2.15.2.jar (36 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.13/maven-resolver-impl-1.9.13.jar (317 kB at 784 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.13/maven-resolver-named-locks-1.9.13.jar (38 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.13/maven-resolver-spi-1.9.13.jar (51 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.13/maven-resolver-util-1.9.13.jar (195 kB at 466 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.3/maven-core-3.9.3.jar (700 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.13/maven-resolver-api-1.9.13.jar (157 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.2.12.Final/quarkus-analytics-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar (26 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar (25 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.2.12.Final/quarkus-devtools-message-writer-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar (151 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar (88 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.2.12.Final/quarkus-analytics-common-3.2.12.Final.jar (52 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.15.2/jackson-datatype-jsr310-2.15.2.jar (123 kB at 276 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.2.12.Final/quarkus-devtools-message-writer-3.2.12.Final.jar (6.5 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar (76 kB at 159 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar (1.7 MB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar (1.6 MB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar (549 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 541 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.2/jakarta.json-api-2.1.2.jar (49 kB at 98 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar (124 kB at 249 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar (13 kB at 26 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar (14 kB at 27 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom (6.1 kB at 357 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom (2.9 kB at 72 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.5.3/maven-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom (23 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom (4.0 kB at 212 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 311 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 4.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 7.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom (2.1 kB at 81 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 135 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 915 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 717 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 2.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 7.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 6.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 512 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 188 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 960 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 815 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 8.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 3.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 6.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 226 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 306 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.jar (33 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar (55 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar (165 kB at 7.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 244 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar (48 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 15 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 5.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 475 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 5.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 7.7 MB/s)
[INFO] Inspecting build with total of 57 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 57 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Hono                                                               [pom]
[INFO] Hono Dependencies                                                  [pom]
[INFO] Legal Documents                                                    [jar]
[INFO] Hono Test Utils                                                    [pom]
[INFO] Hono Core Test Utils                                               [jar]
[INFO] Hono Demo Certs                                                    [jar]
[INFO] Hono Core                                                          [jar]
[INFO] Hono Clients                                                       [pom]
[INFO] Hono Client Common                                                 [jar]
[INFO] Hono Client AMQP Connection                                        [jar]
[INFO] Hono Notification Client                                           [jar]
[INFO] Hono Client Test Utils                                             [jar]
[INFO] Hono Client AMQP Common                                            [jar]
[INFO] Hono Notification Client (AMQP)                                    [jar]
[INFO] Hono Kafka Test Utils                                              [jar]
[INFO] Hono Client Kafka Common                                           [jar]
[INFO] Hono Notification Client (Kafka)                                   [jar]
[INFO] Hono Client PubSub Common                                          [jar]
[INFO] Hono Notification Client (Pub/Sub)                                 [jar]
[INFO] Hono Service base                                                  [jar]
[INFO] Hono Client for Command & Control                                  [jar]
[INFO] Hono Device Registry Client                                        [jar]
[INFO] Hono Client for Command & Control (AMQP)                           [jar]
[INFO] Hono Client for Command & Control (Kafka)                          [jar]
[INFO] Hono Client for Command & Control (Pub/Sub)                        [jar]
[INFO] Hono Registry Client (AMQP)                                        [jar]
[INFO] Hono Telemetry Client                                              [jar]
[INFO] Hono Telemetry Client (AMQP)                                       [jar]
[INFO] Hono Telemetry Client (Kafka)                                      [jar]
[INFO] Hono Telemetry Client (PubSub)                                     [jar]
[INFO] Hono Adapter Base                                                  [jar]
[INFO] Hono Adapter Base Test Utils                                       [jar]
[INFO] Hono Protocol Adapters                                             [pom]
[INFO] Hono Protocol Adapters Parent                                      [pom]
[INFO] Hono AMQP Adapter                                                  [jar]
[INFO] Hono CoAP Adapter                                                  [jar]
[INFO] Hono HTTP Adapter base                                             [jar]
[INFO] Hono HTTP Adapter                                                  [jar]
[INFO] Hono Lora Adapter                                                  [jar]
[INFO] Hono MQTT Adapter base                                             [jar]
[INFO] Hono MQTT Adapter                                                  [jar]
[INFO] Hono Sigfox Adapter                                                [jar]
[INFO] Hono Client Device AMQP                                            [jar]
[INFO] Hono Client for Business Applications                              [jar]
[INFO] Hono Client for Business Applications (AMQP)                       [jar]
[INFO] Hono Client for Business Applications (Kafka)                      [jar]
[INFO] Hotrod Device Connection client                                    [jar]
[INFO] Hono Examples                                                      [pom]
[INFO] Hono Services                                                      [pom]
[INFO] Hono Services Parent                                               [pom]
[INFO] Hono Auth base                                                     [jar]
[INFO] Hono Auth Server                                                   [jar]
[INFO] Hono Service Device Registry Base                                  [jar]
[INFO] Base classes for JDBC services                                     [jar]
[INFO] Hono Command Router                                                [jar]
[INFO] Hono JDBC Based Device Registry                                    [jar]
[INFO] Hono Mongodb Based Device Registry                                 [jar]
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-parent >--------------------
[INFO] Building Hono 2.5.1                                               [1/57]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (7.0 kB at 258 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom (8.2 kB at 284 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar (39 kB at 1.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.pom (21 kB at 541 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 4.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.0.jar (507 kB at 19 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 346 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 562 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom (2.5 kB at 85 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom (7.0 kB at 349 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom (4.9 kB at 222 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom (11 kB at 315 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom (13 kB at 56 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar (58 kB at 3.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 3.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 657 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 15 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 4.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 3.4 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-parent ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom (3.6 kB at 138 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom (4.1 kB at 274 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 10 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 948 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 594 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 9.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 728 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 24 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 25 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 959 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 21 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar (145 kB at 8.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 22 MB/s)
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-parent ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 188 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 72 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 784 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 72 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 2.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 5.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 10 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 752 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 4.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 7.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 4.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 292 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 345 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 258 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/25/apache-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 7.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 6.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 240 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 76 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 11 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 230 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 280 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 121 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 100 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 64 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 3.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 86 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 94 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 6.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 16 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 128 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 186 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 880 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 14 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 385 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 2.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 141 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 159 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 671 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 366 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 774 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 388 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 124 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 65 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 335 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 469 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 84 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 206 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 5.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 16 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/45/commons-parent-45.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 15 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 14 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 3.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 5.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 4.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 6.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 5.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 7.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 45 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 375 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 370 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 117 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 94 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 88 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 22 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 109 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 143 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 635 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 151 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 95 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 204 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 66 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 143 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 23 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 98 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 2.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 492 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 2.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 277 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 472 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 313 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 609 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 874 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 910 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 20 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 36 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 350 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 163 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 6.3 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 7.0 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 12 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 401 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 61 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 47 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 7.4 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 7.1 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 119 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 70 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 441 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 7.9 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 4.7 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 354 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 591 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 2.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 115 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 989 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/54/commons-parent-54.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 3.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/27/apache-27.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 10 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 8.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.4/asm-9.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 55 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 62 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 96 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 13 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.4/asm-9.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 35 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 64 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 7.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 320 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 906 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 393 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 884 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 536 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 583 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 265 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 830 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 903 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 575 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 756 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 280 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 686 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 610 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 629 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 997 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 408 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 307 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 303 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 658 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 49 kB/s)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 278 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 133 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 95 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 185 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 196 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 104 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 73 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 299 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 250 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 48 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 152 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 307 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 159 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 341 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 503 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 276 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 134 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 159 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 34 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 243 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 2.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 55 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 160 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 145 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 105 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 297 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 90 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 231 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 67 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 172 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 318 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 376 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 327 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 949 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 345 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 253 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 4.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 127 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 176 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 345 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 7.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 840 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 602 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 860 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 640 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 687 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 978 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 5.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 2.1 MB/s)
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-parent ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 588 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 292 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 145 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom (2.5 kB at 141 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom (1.4 kB at 94 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 130 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom (2.4 kB at 160 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom (3.0 kB at 217 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 167 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 915 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 164 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 261 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom (4.3 kB at 361 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom (2.6 kB at 219 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom (2.7 kB at 106 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom (2.8 kB at 216 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 282 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 110 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 493 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 548 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 806 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 939 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 175 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 149 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 81 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 388 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 212 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom (2.0 kB at 142 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom (2.6 kB at 173 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 306 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar (64 kB at 1.8 MB/s)
[INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 718 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 6.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 696 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 357 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 769 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 904 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 533 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 6.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 1.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 495 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 102 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 5.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 20 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 286 kB/s)
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-parent ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 803 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 58 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 177 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 754 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 252 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 249 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 179 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 738 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 53 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 10 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 2.0 MB/s)
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-parent ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 182 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 4.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 5.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 2.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 954 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 3.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 990 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 925 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 788 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 973 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 9.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 530 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 5.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 3.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 7.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 32 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 6.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 2.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 7.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 10 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/target/hono-parent-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/target/hono-parent-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-bom >----------------------
[INFO] Building Hono Dependencies 2.5.1                                  [2/57]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-bom ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-bom ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-bom ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/target/hono-bom-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-bom ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/target/hono-bom-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------------< org.eclipse.hono:hono-legal >---------------------
[INFO] Building Legal Documents 2.5.1                                    [3/57]
[INFO]   from legal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 326 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 15 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 4.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 kB at 22 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom (6.1 kB at 161 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom (22 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar (43 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 3.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 5.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/37/maven-parent-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 15 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 14 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-legal ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-legal ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-legal ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 3.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 3.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 400 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 4.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 18 MB/s)
[INFO] Copying 58 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-legal ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 2.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 3.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 132 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 4.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 163 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 385 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 3.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 602 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 662 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 7.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 9.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 54 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 2.7 MB/s)
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-legal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/legal/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-legal ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom (6.1 kB at 435 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom (3.5 kB at 126 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom (3.3 kB at 136 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom (4.1 kB at 312 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom (3.3 kB at 174 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom (4.5 kB at 318 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom (1.8 kB at 160 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 2.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 11 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 19 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 7.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 4.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 770 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 318 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 3.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 327 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 5.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 6.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 9.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 3.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 3.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar (26 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar (118 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar (14 kB at 485 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 2.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar (306 kB at 9.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar (170 kB at 5.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar (8.2 kB at 186 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar (2.1 MB at 35 MB/s)
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-legal ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 2.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 18 MB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-legal ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-legal ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-legal ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-legal ---
[INFO] Signing 2 files with default secret key.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-legal ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------------< org.eclipse.hono:test-utils >---------------------
[INFO] Building Hono Test Utils 2.5.1                                    [4/57]
[INFO]   from test-utils/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom (15 kB at 681 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar (98 kB at 7.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom (16 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 674 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/38/maven-parent-38.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/38/maven-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 3.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/28/apache-28.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/28/apache-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/28/apache-28.pom (21 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar (189 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.4.9/vertx-junit5-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.4.9/vertx-junit5-4.4.9.pom (4.9 kB at 328 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext-parent/38/vertx-ext-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext-parent/38/vertx-ext-parent-38.pom (8.5 kB at 425 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext/38/vertx-ext-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-ext/38/vertx-ext-38.pom (1.5 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-parent/19/vertx-parent-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-parent/19/vertx-parent-19.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.4.9/vertx-dependencies-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.4.9/vertx-dependencies-4.4.9.pom (35 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.108.Final/netty-bom-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.108.Final/netty-bom-4.1.108.Final.pom (14 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.0/jackson-bom-2.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.0/jackson-bom-2.15.0.pom (18 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 433 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.4.9/vertx-core-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.4.9/vertx-core-4.4.9.pom (32 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.pom (12 kB at 842 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.108.Final/netty-parent-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.108.Final/netty-parent-4.1.108.Final.pom (87 kB at 5.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.pom (1.6 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.pom (2.2 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.pom (1.6 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.pom (4.6 kB at 355 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.pom (33 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.pom (5.5 kB at 365 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.pom (3.6 kB at 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.pom (2.5 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.pom (4.4 kB at 312 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.pom (5.2 kB at 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.pom (3.7 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.pom (2.7 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.pom (2.5 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.7/byte-buddy-1.14.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.7/byte-buddy-1.14.7.pom (16 kB at 688 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.7/byte-buddy-parent-1.14.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.7/byte-buddy-parent-1.14.7.pom (58 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.pom (10 kB at 803 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.4/byte-buddy-parent-1.14.4.pom (58 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 215 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.4.9/vertx-junit5-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.4.9/vertx-core-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.4.9/vertx-junit5-4.4.9.jar (25 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar (497 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar (308 kB at 8.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar (661 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar (44 kB at 899 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.4.9/vertx-core-4.4.9.jar (1.6 MB at 31 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar (569 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar (351 kB at 6.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar (121 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar (26 kB at 382 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar (668 kB at 9.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar (38 kB at 518 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.7/byte-buddy-1.14.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar (490 kB at 6.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.jar (181 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.3.1/mockito-core-5.3.1.jar (689 kB at 7.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.jar (67 kB at 705 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.4/byte-buddy-agent-1.14.4.jar (257 kB at 2.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 510 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.7/byte-buddy-1.14.7.jar (4.2 MB at 31 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ test-utils ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ test-utils ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.pom (225 kB at 8.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/info/picocli/picocli/4.6.3/picocli-4.6.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom (1.4 kB at 76 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom (3.6 kB at 237 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (4.4 kB at 246 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 732 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 567 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 114 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 398 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/reflections/reflections/0.10.2/reflections-0.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 466 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 235 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom (4.2 kB at 111 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom (2.3 kB at 151 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 181 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 604 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 172 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 354 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 125 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.pom (2.1 kB at 116 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 3.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 3.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 11 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 1.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 611 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 2.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 171 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 9.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 1.9 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 816 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 1.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 2.5 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 1.8 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 390 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 3.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 297 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 2.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 87 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 790 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 11 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 11 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 4.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 1.6 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 208 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 69 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 110 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 960 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 225 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 443 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 214 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/activation/all/1.2.0/all-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 598 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/info/picocli/picocli/4.6.3/picocli-4.6.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/reflections/reflections/0.10.2/reflections-0.10.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 49 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 666 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.jar (2.0 MB at 37 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 6.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 39 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar (153 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 8.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 7.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.jar (222 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 313 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 273 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar (5.1 MB at 33 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 382 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 842 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar (1.0 MB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 830 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 990 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 894 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 288 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 304 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 318 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 866 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 22 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 123 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 461 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 580 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 247 kB/s)
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ test-utils ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 224 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 576 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 170 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 715 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom (6.5 kB at 409 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom (1.9 kB at 128 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom (5.5 kB at 213 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 350 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 2.1 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 169 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 3.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 480 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 211 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 41 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar (216 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 7.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar (37 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 3.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 1.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 912 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 8.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar (6.3 MB at 68 MB/s)
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ test-utils ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ test-utils ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ test-utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/2.5.1/test-utils-2.5.1.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ test-utils ---
[INFO] Skipping Nexus Staging Deploy Mojo at user's demand.
[INFO] 
[INFO] ------------------< org.eclipse.hono:core-test-utils >------------------
[INFO] Building Hono Core Test Utils 2.5.1                               [5/57]
[INFO]   from test-utils/core-test-utils/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom (1.9 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/parent/0.33.0/parent-0.33.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/parent/0.33.0/parent-0.33.0.pom (15 kB at 847 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.pom (1.9 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.3.2/smallrye-config-source-yaml-3.3.2.jar (11 kB at 835 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar (18 kB at 1.3 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ core-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ core-test-utils ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ core-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ core-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ core-test-utils ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ core-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ core-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ core-test-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ core-test-utils ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ core-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/core-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ core-test-utils ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ core-test-utils ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/core-test-utils-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/core-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ core-test-utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/core-test-utils-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.5.1/core-test-utils-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.5.1/core-test-utils-2.5.1.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ core-test-utils ---
[INFO] Skipping Nexus Staging Deploy Mojo at user's demand.
[INFO] 
[INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------
[INFO] Building Hono Demo Certs 2.5.1                                    [6/57]
[INFO]   from demo-certs/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-demo-certs ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-demo-certs ---
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-demo-certs ---
[INFO] Copying 46 resources from certs to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-demo-certs ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-demo-certs ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-demo-certs ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-demo-certs ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-demo-certs ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-demo-certs ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-demo-certs ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.5.1/hono-demo-certs-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.5.1/hono-demo-certs-2.5.1.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-demo-certs ---
[INFO] Skipping Nexus Staging Deploy Mojo at user's demand.
[INFO] 
[INFO] ---------------------< org.eclipse.hono:hono-core >---------------------
[INFO] Building Hono Core 2.5.1                                          [7/57]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom (11 kB at 683 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/14/jboss-parent-14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/14/jboss-parent-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/14/jboss-parent-14.pom (33 kB at 2.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.jar (13 kB at 898 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.pom (3.8 kB at 115 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.10/org.jacoco.build-0.8.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.10/org.jacoco.build-0.8.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.10/org.jacoco.build-0.8.10.pom (44 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 129 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.jar (56 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom (2.0 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.1.0/smallrye-common-vertx-context-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.1.0/smallrye-common-vertx-context-2.1.0.pom (2.9 kB at 206 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.pom (1.8 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.5/jjwt-root-0.11.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.11.5/jjwt-root-0.11.5.pom (29 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.pom (2.3 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.pom (3.3 kB at 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.25.0/opentelemetry-api-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.25.0/opentelemetry-api-1.25.0.pom (1.8 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.25.0/opentelemetry-context-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.25.0/opentelemetry-context-1.25.0.pom (1.6 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.pom (3.5 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.12/logback-classic-1.4.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.12/logback-classic-1.4.12.pom (13 kB at 818 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.12/logback-parent-1.4.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.12/logback-parent-1.4.12.pom (20 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.12/logback-core-1.4.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.12/logback-core-1.4.12.pom (5.0 kB at 281 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.pom (6.5 kB at 503 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth-parent/1.1.3/truth-parent-1.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth-parent/1.1.3/truth-parent-1.1.3.pom (16 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom (13 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom (20 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.34.0/checker-qual-3.34.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.34.0/checker-qual-3.34.0.pom (2.1 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.10.2/auto-value-annotations-1.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.10.2/auto-value-annotations-1.10.2.pom (2.7 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.10.2/auto-value-parent-1.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.10.2/auto-value-parent-1.10.2.pom (8.3 kB at 555 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.19.1/error_prone_annotations-2.19.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.19.1/error_prone_annotations-2.19.1.pom (2.2 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.19.1/error_prone_parent-2.19.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.19.1/error_prone_parent-2.19.1.pom (12 kB at 787 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.25.0-alpha/opentelemetry-opentracing-shim-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.25.0-alpha/opentelemetry-opentracing-shim-1.25.0-alpha.pom (2.4 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.25.0-alpha/opentelemetry-semconv-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.25.0-alpha/opentelemetry-semconv-1.25.0-alpha.pom (1.8 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.25.0/opentelemetry-sdk-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.25.0/opentelemetry-sdk-1.25.0.pom (2.6 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.25.0/opentelemetry-sdk-common-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.25.0/opentelemetry-sdk-common-1.25.0.pom (2.0 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.25.0/opentelemetry-sdk-trace-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.25.0/opentelemetry-sdk-trace-1.25.0.pom (2.2 kB at 168 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.25.0/opentelemetry-sdk-metrics-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.25.0/opentelemetry-sdk-metrics-1.25.0.pom (2.0 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.25.0-alpha/opentelemetry-sdk-logs-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.25.0-alpha/opentelemetry-sdk-logs-1.25.0-alpha.pom (2.2 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-logs/1.25.0-alpha/opentelemetry-api-logs-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-logs/1.25.0-alpha/opentelemetry-api-logs-1.25.0-alpha.pom (1.8 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.25.0-alpha/opentelemetry-api-events-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.25.0-alpha/opentelemetry-api-events-1.25.0-alpha.pom (1.8 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.pom (1.6 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.pom (1.1 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.pom (1.3 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.1.0/smallrye-common-vertx-context-2.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar (11 kB at 703 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.25.0/opentelemetry-api-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.11.5/jjwt-jackson-0.11.5.jar (8.2 kB at 392 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.25.0/opentelemetry-context-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.11.5/jjwt-impl-0.11.5.jar (81 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.11.5/jjwt-api-0.11.5.jar (77 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.12/logback-classic-1.4.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.25.0/opentelemetry-api-1.25.0.jar (130 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.12/logback-core-1.4.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.25.0/opentelemetry-context-1.25.0.jar (47 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.1.0/smallrye-common-vertx-context-2.1.0.jar (6.4 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.jar (15 kB at 362 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.34.0/checker-qual-3.34.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.12/logback-classic-1.4.12.jar (284 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.10.2/auto-value-annotations-1.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.12/logback-core-1.4.12.jar (600 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.19.1/error_prone_annotations-2.19.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.jar (243 kB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.25.0-alpha/opentelemetry-opentracing-shim-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.10.2/auto-value-annotations-1.10.2.jar (7.5 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.25.0-alpha/opentelemetry-semconv-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.19.1/error_prone_annotations-2.19.1.jar (16 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.25.0/opentelemetry-sdk-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.25.0-alpha/opentelemetry-opentracing-shim-1.25.0-alpha.jar (28 kB at 323 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.25.0/opentelemetry-sdk-common-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-semconv/1.25.0-alpha/opentelemetry-semconv-1.25.0-alpha.jar (37 kB at 396 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.25.0/opentelemetry-sdk-trace-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.34.0/checker-qual-3.34.0.jar (224 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.25.0/opentelemetry-sdk-metrics-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.25.0/opentelemetry-sdk-1.25.0.jar (5.9 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.25.0-alpha/opentelemetry-sdk-logs-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.25.0/opentelemetry-sdk-trace-1.25.0.jar (117 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-logs/1.25.0-alpha/opentelemetry-api-logs-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.25.0/opentelemetry-sdk-common-1.25.0.jar (37 kB at 335 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.25.0-alpha/opentelemetry-api-events-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.25.0-alpha/opentelemetry-sdk-logs-1.25.0-alpha.jar (47 kB at 416 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-logs/1.25.0-alpha/opentelemetry-api-logs-1.25.0-alpha.jar (9.7 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.25.0/opentelemetry-sdk-metrics-1.25.0.jar (253 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.25.0-alpha/opentelemetry-api-events-1.25.0-alpha.jar (6.0 kB at 47 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar (3.0 MB at 24 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar (677 kB at 4.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar (1.1 MB at 6.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar (8.4 MB at 37 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-core ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-core ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 459 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 228 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 703 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 2.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 338 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 223 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.3 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 55 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 64 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 87 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 93 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.1/junit-4.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 1.7 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 59 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 152 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 49 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 377 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 151 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 379 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 612 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10.pom (3.5 kB at 76 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.pom (2.1 kB at 56 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom (1.9 kB at 48 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.1/junit-4.13.1.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.jar
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 4.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 8.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 419 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 206 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 834 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 162 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.jar (204 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar (299 kB at 3.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.jar (131 kB at 1.2 MB/s)
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 72 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/Futures.java: /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/Futures.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/Futures.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-core ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom (6.8 kB at 452 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/12/jboss-parent-12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/12/jboss-parent-12.pom (32 kB at 1.0 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.jar (230 kB at 13 MB/s)
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-core ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-core ---
[INFO] Copying 14 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 23 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-core ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-core ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:hono-legal:jar:2.5.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:core-test-utils:jar:2.5.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:hono-demo-certs:jar:2.5.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:23: warning: no comment
[WARNING] ALL("all"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:22: warning: no comment
[WARNING] DEFAULT("default"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:24: warning: no comment
[WARNING] NONE("none"),
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-core ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-core ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-core ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-core ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-core ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-core ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-clients-parent >----------------
[INFO] Building Hono Clients 2.5.1                                       [8/57]
[INFO]   from clients/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-clients-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-clients-parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-clients-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-clients-parent ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-clients-parent ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-clients-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-clients-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-clients-parent ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-clients-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-clients-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-clients-parent ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/target/hono-clients-parent-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-clients-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/target/hono-clients-parent-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-client-common >-----------------
[INFO] Building Hono Client Common 2.5.1                                 [9/57]
[INFO]   from clients/client-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.4.9/vertx-health-check-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.4.9/vertx-health-check-4.4.9.pom (3.3 kB at 167 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.4.9/vertx-web-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.4.9/vertx-web-4.4.9.pom (5.1 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/4.4.9/vertx-web-parent-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/4.4.9/vertx-web-parent-4.4.9.pom (2.9 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.4.9/vertx-web-common-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.4.9/vertx-web-common-4.4.9.pom (488 B at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.4.9/vertx-bridge-common-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.4.9/vertx-bridge-common-4.4.9.pom (3.6 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.4.9/vertx-health-check-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.4.9/vertx-web-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.4.9/vertx-web-common-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.4.9/vertx-bridge-common-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.4.9/vertx-health-check-4.4.9.jar (23 kB at 977 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.4.9/vertx-web-common-4.4.9.jar (24 kB at 921 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.4.9/vertx-web-4.4.9.jar (360 kB at 13 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.4.9/vertx-bridge-common-4.4.9.jar (11 kB at 396 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-common ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-common ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 16 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-common ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-common ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-common ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-common ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/src/main/java/org/eclipse/hono/client/ServerErrorException.java:24: warning: no comment
[WARNING] private String clientFacingMessage;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/src/main/java/org/eclipse/hono/client/ServiceInvocationException.java:40: warning: no comment
[WARNING] private final int errorCode;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/src/main/java/org/eclipse/hono/client/ServiceInvocationException.java:41: warning: no comment
[WARNING] private final String tenant;
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-common ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-common ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-common ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-common ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.hono:hono-client-amqp-connection >------------
[INFO] Building Hono Client AMQP Connection 2.5.1                       [10/57]
[INFO]   from clients/amqp-connection/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.4.9/vertx-proton-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.4.9/vertx-proton-4.4.9.pom (6.5 kB at 326 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.pom (3.2 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j-parent/0.34.1/proton-j-parent-0.34.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j-parent/0.34.1/proton-j-parent-0.34.1.pom (10 kB at 783 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.4.9/vertx-proton-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.4.9/vertx-proton-4.4.9.jar (120 kB at 5.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.jar (734 kB at 27 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-connection ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-connection ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-connection ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-amqp-connection ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-amqp-connection ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-connection ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 27 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageExtractAdapter.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageExtractAdapter.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-connection ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-client-amqp-connection ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-connection ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-connection ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageInjectExtractAdapterTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageInjectExtractAdapterTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-amqp-connection ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-connection ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-connection ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-amqp-connection ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/SendMessageSampler.java:102: warning: no comment
[WARNING] String OUTCOME_ABORTED = "aborted";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpErrorException.java:33: warning: no comment
[WARNING] private final String error;
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-amqp-connection ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-amqp-connection ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-amqp-connection ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-connection ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-amqp-connection ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-amqp-connection ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-amqp-connection ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-notification >--------------
[INFO] Building Hono Notification Client 2.5.1                          [11/57]
[INFO]   from clients/notification/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-notification ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:39: warning: no comment
[WARNING] public static final String ADDRESS = DeviceChangeNotification.ADDRESS;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:40: warning: no comment
[WARNING] public static final NotificationType<AllDevicesOfTenantDeletedNotification> TYPE = new NotificationType<>(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:38: warning: no comment
[WARNING] public static final String TYPE_NAME = "all-devices-of-tenant-deleted-v1";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:44: warning: no comment
[WARNING] public static final String ADDRESS = DeviceChangeNotification.ADDRESS;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:45: warning: no comment
[WARNING] public static final NotificationType<CredentialsChangeNotification> TYPE = new NotificationType<>(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:43: warning: no comment
[WARNING] public static final String TYPE_NAME = "credentials-change-v1";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:39: warning: no comment
[WARNING] public static final String ADDRESS = "registry-device";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:40: warning: no comment
[WARNING] public static final NotificationType<DeviceChangeNotification> TYPE = new NotificationType<>(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:38: warning: no comment
[WARNING] public static final String TYPE_NAME = "device-change-v1";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:20: warning: no comment
[WARNING] CREATE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:22: warning: no comment
[WARNING] DELETE
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:21: warning: no comment
[WARNING] UPDATE,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/NotificationConstants.java:34: warning: no comment
[WARNING] public static final String CONTENT_TYPE = "application/json";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/TenantChangeNotification.java:39: warning: no comment
[WARNING] public static final String ADDRESS = "registry-tenant";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/TenantChangeNotification.java:40: warning: no comment
[WARNING] public static final NotificationType<TenantChangeNotification> TYPE = new NotificationType<>(
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/TenantChangeNotification.java:38: warning: no comment
[WARNING] public static final String TYPE_NAME = "tenant-change-v1";
[WARNING] ^
[WARNING] 16 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:client-test-utils >-----------------
[INFO] Building Hono Client Test Utils 2.5.1                            [12/57]
[INFO]   from test-utils/client-test-utils/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-test-utils ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-test-utils ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-test-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-test-utils ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/client-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ client-test-utils ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ client-test-utils ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/client-test-utils-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/client-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ client-test-utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ client-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/client-test-utils-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.5.1/client-test-utils-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.5.1/client-test-utils-2.5.1.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-test-utils ---
[INFO] Skipping Nexus Staging Deploy Mojo at user's demand.
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-client-amqp-common >--------------
[INFO] Building Hono Client AMQP Common 2.5.1                           [13/57]
[INFO]   from clients/amqp-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.pom (2.1 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.jar (752 kB at 28 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-common ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-amqp-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-amqp-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-common ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-common ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-amqp-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-amqp-common ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:client-test-utils:jar:2.5.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-amqp-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-amqp-common ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-amqp-common ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-amqp-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-amqp-common ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-amqp-common ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-client-notification-amqp >-----------
[INFO] Building Hono Notification Client (AMQP) 2.5.1                   [14/57]
[INFO]   from clients/notification-amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-amqp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-amqp ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-notification-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-amqp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-amqp ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-amqp ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification-amqp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-amqp ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-amqp ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification-amqp ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification-amqp ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------
[INFO] Building Hono Kafka Test Utils 2.5.1                             [15/57]
[INFO]   from test-utils/kafka-test-utils/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.4.9/vertx-kafka-client-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.4.9/vertx-kafka-client-4.4.9.pom (3.8 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.4.0/kafka-clients-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.4.0/kafka-clients-3.4.0.pom (1.8 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-1/zstd-jni-1.5.2-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-1/zstd-jni-1.5.2-1.pom (1.9 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.pom (2.1 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom (3.1 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.4.9/vertx-kafka-client-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.4.0/kafka-clients-3.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-1/zstd-jni-1.5.2-1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.4.9/vertx-kafka-client-4.4.9.jar (177 kB at 6.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar (683 kB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.4.0/kafka-clients-3.4.0.jar (5.0 MB at 41 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar (2.3 MB at 17 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-1/zstd-jni-1.5.2-1.jar (5.9 MB at 42 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ kafka-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ kafka-test-utils ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ kafka-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ kafka-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ kafka-test-utils ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kafka-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kafka-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ kafka-test-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ kafka-test-utils ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ kafka-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/kafka-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ kafka-test-utils ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ kafka-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ kafka-test-utils ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/kafka-test-utils-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/kafka-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ kafka-test-utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ kafka-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/kafka-test-utils-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.5.1/kafka-test-utils-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.5.1/kafka-test-utils-2.5.1.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ kafka-test-utils ---
[INFO] Skipping Nexus Staging Deploy Mojo at user's demand.
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-kafka-common >--------------
[INFO] Building Hono Client Kafka Common 2.5.1                          [16/57]
[INFO]   from clients/kafka-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.11.1/micrometer-core-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.11.1/micrometer-core-1.11.1.pom (11 kB at 583 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.11.1/micrometer-commons-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.11.1/micrometer-commons-1.11.1.pom (3.4 kB at 215 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.11.1/micrometer-observation-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.11.1/micrometer-observation-1.11.1.pom (3.9 kB at 228 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom (11 kB at 720 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom (7.2 kB at 402 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.0.4/smallrye-health-4.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.0.4/smallrye-health-4.0.4.pom (3.2 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-parent/4.0.4/smallrye-health-parent-4.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-parent/4.0.4/smallrye-health-parent-4.0.4.pom (10 kB at 801 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.pom (1.7 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-parent/4.0.1/microprofile-health-parent-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-parent/4.0.1/microprofile-health-parent-4.0.1.pom (4.2 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.0.4/smallrye-health-api-4.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.0.4/smallrye-health-api-4.0.4.pom (1.3 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.4/jakarta.json-1.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.4/jakarta.json-1.1.4.pom (11 kB at 787 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson-bundles/1.1.4/parsson-bundles-1.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson-bundles/1.1.4/parsson-bundles-1.1.4.pom (1.5 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.4/project-1.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.4/project-1.1.4.pom (22 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.11.1/micrometer-core-1.11.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.11.1/micrometer-commons-1.11.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.11.1/micrometer-observation-1.11.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.11.1/micrometer-observation-1.11.1.jar (71 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.0.4/smallrye-health-4.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.11.1/micrometer-commons-1.11.1.jar (47 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar (30 kB at 827 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.0.4/smallrye-health-api-4.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar (174 kB at 4.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.4/jakarta.json-1.1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.11.1/micrometer-core-1.11.1.jar (867 kB at 21 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.0.4/smallrye-health-api-4.0.4.jar (7.6 kB at 158 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.0.4/smallrye-health-4.0.4.jar (31 kB at 599 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.jar (17 kB at 295 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.4/jakarta.json-1.1.4.jar (161 kB at 2.5 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-kafka-common ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-kafka-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-kafka-common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-kafka-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-kafka-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-kafka-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/MicrometerKafkaClientMetricsSupport.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/MicrometerKafkaClientMetricsSupport.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-kafka-common ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-kafka-common ---
[INFO] Copying 5 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-kafka-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-kafka-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-kafka-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-kafka-common ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:kafka-test-utils:jar:2.5.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactory.java:111: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-kafka-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-kafka-common ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-kafka-common ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-kafka-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-kafka-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-kafka-common ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-kafka-common ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-client-notification-kafka >-----------
[INFO] Building Hono Notification Client (Kafka) 2.5.1                  [17/57]
[INFO]   from clients/notification-kafka/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-kafka ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-kafka ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-kafka ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-notification-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-kafka ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-kafka ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-kafka ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification-kafka ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-kafka ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-kafka ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification-kafka ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification-kafka ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification-kafka ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification-kafka ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-pubsub-common >-------------
[INFO] Building Hono Client PubSub Common 2.5.1                         [18/57]
[INFO]   from clients/pubsub-common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.2.0/quarkus-google-cloud-pubsub-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.2.0/quarkus-google-cloud-pubsub-2.2.0.pom (3.9 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-parent/2.2.0/quarkus-google-cloud-pubsub-parent-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-parent/2.2.0/quarkus-google-cloud-pubsub-parent-2.2.0.pom (788 B at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-parent/2.2.0/quarkus-google-cloud-services-parent-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-parent/2.2.0/quarkus-google-cloud-services-parent-2.2.0.pom (3.7 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/quarkiverse-parent/15/quarkiverse-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/quarkiverse-parent/15/quarkiverse-parent-15.pom (23 kB at 880 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.2.3.Final/quarkus-bom-3.2.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.2.3.Final/quarkus-bom-3.2.3.Final.pom (386 kB at 7.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-bom/2.2.0/quarkus-google-cloud-services-bom-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-bom/2.2.0/quarkus-google-cloud-services-bom-2.2.0.pom (8.8 kB at 368 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/libraries-bom/26.21.0/libraries-bom-26.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/libraries-bom/26.21.0/libraries-bom-26.21.0.pom (5.4 kB at 340 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-bom/32.1.2-jre/guava-bom-32.1.2-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-bom/32.1.2-jre/guava-bom-32.1.2-jre.pom (1.7 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/first-party-dependencies/3.13.1/first-party-dependencies-3.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/first-party-dependencies/3.13.1/first-party-dependencies-3.13.1.pom (3.2 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.5.7/google-cloud-shared-config-1.5.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.5.7/google-cloud-shared-config-1.5.7.pom (30 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-bom/2.23.1/gapic-generator-java-bom-2.23.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-bom/2.23.1/gapic-generator-java-bom-2.23.1.pom (5.2 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-pom-parent/2.23.1/gapic-generator-java-pom-parent-2.23.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-pom-parent/2.23.1/gapic-generator-java-pom-parent-2.23.1.pom (7.1 kB at 308 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-bom/1.19.0/google-auth-library-bom-1.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-bom/1.19.0/google-auth-library-bom-1.19.0.pom (4.5 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.43.3/google-http-client-bom-1.43.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.43.3/google-http-client-bom-1.43.3.pom (6.8 kB at 427 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-bom/32.1.1-jre/guava-bom-32.1.1-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-bom/32.1.1-jre/guava-bom-32.1.1-jre.pom (1.7 kB at 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.23.2/protobuf-bom-3.23.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.23.2/protobuf-bom-3.23.2.pom (3.5 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-bom/1.56.1/grpc-bom-1.56.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-bom/1.56.1/grpc-bom-1.56.1.pom (5.4 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-bom/2.31.1/gax-bom-2.31.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-bom/2.31.1/gax-bom-2.31.1.pom (4.3 kB at 251 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-bom/2.21.1/google-cloud-core-bom-2.21.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-bom/2.21.1/google-cloud-core-bom-2.21.1.pom (1.6 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/oauth-client/google-oauth-client-bom/1.34.1/google-oauth-client-bom-1.34.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/oauth-client/google-oauth-client-bom/1.34.1/google-oauth-client-bom-1.34.1.pom (5.8 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api-client/google-api-client-bom/2.2.0/google-api-client-bom-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api-client/google-api-client-bom/2.2.0/google-api-client-bom-2.2.0.pom (6.8 kB at 484 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bom/0.202.0/google-cloud-bom-0.202.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bom/0.202.0/google-cloud-bom-0.202.0.pom (12 kB at 530 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/gapic-libraries-bom/1.16.0/gapic-libraries-bom-1.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/gapic-libraries-bom/1.16.0/gapic-libraries-bom-1.16.0.pom (47 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pom-parent/1.16.0/google-cloud-pom-parent-1.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pom-parent/1.16.0/google-cloud-pom-parent-1.16.0.pom (3.8 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-accessapproval-bom/2.23.0/google-cloud-accessapproval-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-accessapproval-bom/2.23.0/google-cloud-accessapproval-bom-2.23.0.pom (1.8 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-identity-accesscontextmanager-bom/1.23.0/google-identity-accesscontextmanager-bom-1.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-identity-accesscontextmanager-bom/1.23.0/google-identity-accesscontextmanager-bom-1.23.0.pom (2.2 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-advisorynotifications-bom/0.11.0/google-cloud-advisorynotifications-bom-0.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-advisorynotifications-bom/0.11.0/google-cloud-advisorynotifications-bom-0.11.0.pom (1.9 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-aiplatform-bom/3.23.0/google-cloud-aiplatform-bom-3.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-aiplatform-bom/3.23.0/google-cloud-aiplatform-bom-3.23.0.pom (2.3 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-alloydb-bom/0.11.0/google-cloud-alloydb-bom-0.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-alloydb-bom/0.11.0/google-cloud-alloydb-bom-0.11.0.pom (2.8 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/analytics/google-analytics-admin-bom/0.32.0/google-analytics-admin-bom-0.32.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/analytics/google-analytics-admin-bom/0.32.0/google-analytics-admin-bom-0.32.0.pom (2.3 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/analytics/google-analytics-data-bom/0.33.0/google-analytics-data-bom-0.33.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/analytics/google-analytics-data-bom/0.33.0/google-analytics-data-bom-0.33.0.pom (2.3 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-analyticshub-bom/0.19.0/google-cloud-analyticshub-bom-0.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-analyticshub-bom/0.19.0/google-cloud-analyticshub-bom-0.19.0.pom (1.8 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-api-gateway-bom/2.22.0/google-cloud-api-gateway-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-api-gateway-bom/2.22.0/google-cloud-api-gateway-bom-2.22.0.pom (1.8 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-connect-bom/2.22.0/google-cloud-apigee-connect-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-connect-bom/2.22.0/google-cloud-apigee-connect-bom-2.22.0.pom (1.8 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-registry-bom/0.22.0/google-cloud-apigee-registry-bom-0.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-registry-bom/0.22.0/google-cloud-apigee-registry-bom-0.22.0.pom (1.8 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apikeys-bom/0.20.0/google-cloud-apikeys-bom-0.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apikeys-bom/0.20.0/google-cloud-apikeys-bom-0.20.0.pom (1.8 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-appengine-admin-bom/2.22.0/google-cloud-appengine-admin-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-appengine-admin-bom/2.22.0/google-cloud-appengine-admin-bom-2.22.0.pom (1.8 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/area120/google-area120-tables-bom/0.26.0/google-area120-tables-bom-0.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/area120/google-area120-tables-bom/0.26.0/google-area120-tables-bom-0.26.0.pom (1.8 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-artifact-registry-bom/1.21.0/google-cloud-artifact-registry-bom-1.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-artifact-registry-bom/1.21.0/google-cloud-artifact-registry-bom-1.21.0.pom (2.4 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-asset-bom/3.26.0/google-cloud-asset-bom-3.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-asset-bom/3.26.0/google-cloud-asset-bom-3.26.0.pom (3.7 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-assured-workloads-bom/2.22.0/google-cloud-assured-workloads-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-assured-workloads-bom/2.22.0/google-cloud-assured-workloads-bom-2.22.0.pom (2.4 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-automl-bom/2.22.0/google-cloud-automl-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-automl-bom/2.22.0/google-cloud-automl-bom-2.22.0.pom (2.2 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bare-metal-solution-bom/0.22.0/google-cloud-bare-metal-solution-bom-0.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bare-metal-solution-bom/0.22.0/google-cloud-bare-metal-solution-bom-0.22.0.pom (1.9 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-batch-bom/0.22.0/google-cloud-batch-bom-0.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-batch-bom/0.22.0/google-cloud-batch-bom-0.22.0.pom (2.3 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnections-bom/0.20.0/google-cloud-beyondcorp-appconnections-bom-0.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnections-bom/0.20.0/google-cloud-beyondcorp-appconnections-bom-0.20.0.pom (1.9 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnectors-bom/0.20.0/google-cloud-beyondcorp-appconnectors-bom-0.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnectors-bom/0.20.0/google-cloud-beyondcorp-appconnectors-bom-0.20.0.pom (1.9 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appgateways-bom/0.20.0/google-cloud-beyondcorp-appgateways-bom-0.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appgateways-bom/0.20.0/google-cloud-beyondcorp-appgateways-bom-0.20.0.pom (1.9 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientconnectorservices-bom/0.20.0/google-cloud-beyondcorp-clientconnectorservices-bom-0.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientconnectorservices-bom/0.20.0/google-cloud-beyondcorp-clientconnectorservices-bom-0.20.0.pom (2.0 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientgateways-bom/0.20.0/google-cloud-beyondcorp-clientgateways-bom-0.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientgateways-bom/0.20.0/google-cloud-beyondcorp-clientgateways-bom-0.20.0.pom (1.9 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-biglake-bom/0.10.0/google-cloud-biglake-bom-0.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-biglake-bom/0.10.0/google-cloud-biglake-bom-0.10.0.pom (2.3 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryconnection-bom/2.24.0/google-cloud-bigqueryconnection-bom-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryconnection-bom/2.24.0/google-cloud-bigqueryconnection-bom-2.24.0.pom (2.4 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquery-data-exchange-bom/2.17.0/google-cloud-bigquery-data-exchange-bom-2.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquery-data-exchange-bom/2.17.0/google-cloud-bigquery-data-exchange-bom-2.17.0.pom (1.9 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatapolicy-bom/0.19.0/google-cloud-bigquerydatapolicy-bom-0.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatapolicy-bom/0.19.0/google-cloud-bigquerydatapolicy-bom-0.19.0.pom (2.4 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatatransfer-bom/2.22.0/google-cloud-bigquerydatatransfer-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatatransfer-bom/2.22.0/google-cloud-bigquerydatatransfer-bom-2.22.0.pom (1.8 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerymigration-bom/0.25.0/google-cloud-bigquerymigration-bom-0.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerymigration-bom/0.25.0/google-cloud-bigquerymigration-bom-0.25.0.pom (2.4 kB at 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryreservation-bom/2.23.0/google-cloud-bigqueryreservation-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryreservation-bom/2.23.0/google-cloud-bigqueryreservation-bom-2.23.0.pom (1.8 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billingbudgets-bom/2.22.0/google-cloud-billingbudgets-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billingbudgets-bom/2.22.0/google-cloud-billingbudgets-bom-2.22.0.pom (2.3 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billing-bom/2.22.0/google-cloud-billing-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billing-bom/2.22.0/google-cloud-billing-bom-2.22.0.pom (1.7 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-binary-authorization-bom/1.21.0/google-cloud-binary-authorization-bom-1.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-binary-authorization-bom/1.21.0/google-cloud-binary-authorization-bom-1.21.0.pom (2.4 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-certificate-manager-bom/0.25.0/google-cloud-certificate-manager-bom-0.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-certificate-manager-bom/0.25.0/google-cloud-certificate-manager-bom-0.25.0.pom (1.9 kB at 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-channel-bom/3.26.0/google-cloud-channel-bom-3.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-channel-bom/3.26.0/google-cloud-channel-bom-3.26.0.pom (1.8 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-build-bom/3.24.0/google-cloud-build-bom-3.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-build-bom/3.24.0/google-cloud-build-bom-3.24.0.pom (2.1 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudcommerceconsumerprocurement-bom/0.20.0/google-cloud-cloudcommerceconsumerprocurement-bom-0.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudcommerceconsumerprocurement-bom/0.20.0/google-cloud-cloudcommerceconsumerprocurement-bom-0.20.0.pom (2.0 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudsupport-bom/0.6.0/google-cloud-cloudsupport-bom-0.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudsupport-bom/0.6.0/google-cloud-cloudsupport-bom-0.6.0.pom (1.8 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-compute-bom/1.32.0/google-cloud-compute-bom-1.32.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-compute-bom/1.32.0/google-cloud-compute-bom-1.32.0.pom (1.4 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-confidentialcomputing-bom/0.8.0/google-cloud-confidentialcomputing-bom-0.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-confidentialcomputing-bom/0.8.0/google-cloud-confidentialcomputing-bom-0.8.0.pom (2.5 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contact-center-insights-bom/2.22.0/google-cloud-contact-center-insights-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contact-center-insights-bom/2.22.0/google-cloud-contact-center-insights-bom-2.22.0.pom (1.9 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-containeranalysis-bom/2.23.0/google-cloud-containeranalysis-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-containeranalysis-bom/2.23.0/google-cloud-containeranalysis-bom-2.23.0.pom (2.3 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-container-bom/2.25.0/google-cloud-container-bom-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-container-bom/2.25.0/google-cloud-container-bom-2.25.0.pom (2.2 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contentwarehouse-bom/0.18.0/google-cloud-contentwarehouse-bom-0.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contentwarehouse-bom/0.18.0/google-cloud-contentwarehouse-bom-0.18.0.pom (1.8 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datacatalog-bom/1.28.0/google-cloud-datacatalog-bom-1.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datacatalog-bom/1.28.0/google-cloud-datacatalog-bom-1.28.0.pom (2.3 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataflow-bom/0.26.0/google-cloud-dataflow-bom-0.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataflow-bom/0.26.0/google-cloud-dataflow-bom-0.26.0.pom (1.8 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataform-bom/0.21.0/google-cloud-dataform-bom-0.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataform-bom/0.21.0/google-cloud-dataform-bom-0.21.0.pom (2.3 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-data-fusion-bom/1.22.0/google-cloud-data-fusion-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-data-fusion-bom/1.22.0/google-cloud-data-fusion-bom-1.22.0.pom (2.3 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalabeling-bom/0.142.0/google-cloud-datalabeling-bom-0.142.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalabeling-bom/0.142.0/google-cloud-datalabeling-bom-0.142.0.pom (1.8 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalineage-bom/0.14.0/google-cloud-datalineage-bom-0.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalineage-bom/0.14.0/google-cloud-datalineage-bom-0.14.0.pom (1.8 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataplex-bom/1.20.0/google-cloud-dataplex-bom-1.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataplex-bom/1.20.0/google-cloud-dataplex-bom-1.20.0.pom (1.8 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-bom/4.19.0/google-cloud-dataproc-bom-4.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-bom/4.19.0/google-cloud-dataproc-bom-4.19.0.pom (1.7 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-metastore-bom/2.23.0/google-cloud-dataproc-metastore-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-metastore-bom/2.23.0/google-cloud-dataproc-metastore-bom-2.23.0.pom (3.0 kB at 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastream-bom/1.21.0/google-cloud-datastream-bom-1.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastream-bom/1.21.0/google-cloud-datastream-bom-1.21.0.pom (2.3 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-debugger-client-bom/1.22.0/google-cloud-debugger-client-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-debugger-client-bom/1.22.0/google-cloud-debugger-client-bom-1.22.0.pom (2.1 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-deploy-bom/1.20.0/google-cloud-deploy-bom-1.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-deploy-bom/1.20.0/google-cloud-deploy-bom-1.20.0.pom (1.8 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-cx-bom/0.33.0/google-cloud-dialogflow-cx-bom-0.33.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-cx-bom/0.33.0/google-cloud-dialogflow-cx-bom-0.33.0.pom (2.3 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-bom/4.28.0/google-cloud-dialogflow-bom-4.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-bom/4.28.0/google-cloud-dialogflow-bom-4.28.0.pom (2.2 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-discoveryengine-bom/0.18.0/google-cloud-discoveryengine-bom-0.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-discoveryengine-bom/0.18.0/google-cloud-discoveryengine-bom-0.18.0.pom (2.4 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-distributedcloudedge-bom/0.19.0/google-cloud-distributedcloudedge-bom-0.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-distributedcloudedge-bom/0.19.0/google-cloud-distributedcloudedge-bom-0.19.0.pom (1.9 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dlp-bom/3.26.0/google-cloud-dlp-bom-3.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dlp-bom/3.26.0/google-cloud-dlp-bom-3.26.0.pom (1.6 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dms-bom/2.21.0/google-cloud-dms-bom-2.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dms-bom/2.21.0/google-cloud-dms-bom-2.21.0.pom (1.8 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-document-ai-bom/2.26.0/google-cloud-document-ai-bom-2.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-document-ai-bom/2.26.0/google-cloud-document-ai-bom-2.26.0.pom (3.3 kB at 165 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-domains-bom/1.19.0/google-cloud-domains-bom-1.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-domains-bom/1.19.0/google-cloud-domains-bom-1.19.0.pom (2.8 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-enterpriseknowledgegraph-bom/0.18.0/google-cloud-enterpriseknowledgegraph-bom-0.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-enterpriseknowledgegraph-bom/0.18.0/google-cloud-enterpriseknowledgegraph-bom-0.18.0.pom (1.9 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-errorreporting-bom/0.143.0-beta/google-cloud-errorreporting-bom-0.143.0-beta.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-errorreporting-bom/0.143.0-beta/google-cloud-errorreporting-bom-0.143.0-beta.pom (1.8 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-essential-contacts-bom/2.22.0/google-cloud-essential-contacts-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-essential-contacts-bom/2.22.0/google-cloud-essential-contacts-bom-2.22.0.pom (1.9 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-bom/1.22.0/google-cloud-eventarc-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-bom/1.22.0/google-cloud-eventarc-bom-1.22.0.pom (1.8 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-publishing-bom/0.22.0/google-cloud-eventarc-publishing-bom-0.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-publishing-bom/0.22.0/google-cloud-eventarc-publishing-bom-0.22.0.pom (1.9 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-filestore-bom/1.23.0/google-cloud-filestore-bom-1.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-filestore-bom/1.23.0/google-cloud-filestore-bom-1.23.0.pom (2.3 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-functions-bom/2.24.0/google-cloud-functions-bom-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-functions-bom/2.24.0/google-cloud-functions-bom-2.24.0.pom (3.3 kB at 221 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-game-servers-bom/2.22.0/google-cloud-game-servers-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-game-servers-bom/2.22.0/google-cloud-game-servers-bom-2.22.0.pom (2.3 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-backup-bom/0.21.0/google-cloud-gke-backup-bom-0.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-backup-bom/0.21.0/google-cloud-gke-backup-bom-0.21.0.pom (1.8 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-connect-gateway-bom/0.23.0/google-cloud-gke-connect-gateway-bom-0.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-connect-gateway-bom/0.23.0/google-cloud-gke-connect-gateway-bom-0.23.0.pom (1.9 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gkehub-bom/1.22.0/google-cloud-gkehub-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gkehub-bom/1.22.0/google-cloud-gkehub-bom-1.22.0.pom (3.8 kB at 252 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-multi-cloud-bom/0.21.0/google-cloud-gke-multi-cloud-bom-0.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-multi-cloud-bom/0.21.0/google-cloud-gke-multi-cloud-bom-0.21.0.pom (1.8 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gsuite-addons-bom/2.22.0/google-cloud-gsuite-addons-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gsuite-addons-bom/2.22.0/google-cloud-gsuite-addons-bom-2.22.0.pom (2.1 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-admin-bom/3.17.0/google-iam-admin-bom-3.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-admin-bom/3.17.0/google-iam-admin-bom-3.17.0.pom (1.7 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iamcredentials-bom/2.22.0/google-cloud-iamcredentials-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iamcredentials-bom/2.22.0/google-cloud-iamcredentials-bom-2.22.0.pom (1.8 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-policy-bom/1.20.0/google-iam-policy-bom-1.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-policy-bom/1.20.0/google-iam-policy-bom-1.20.0.pom (1.3 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-ids-bom/1.21.0/google-cloud-ids-bom-1.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-ids-bom/1.21.0/google-cloud-ids-bom-1.21.0.pom (1.8 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iot-bom/2.22.0/google-cloud-iot-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iot-bom/2.22.0/google-cloud-iot-bom-2.22.0.pom (1.6 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kms-bom/2.25.0/google-cloud-kms-bom-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kms-bom/2.25.0/google-cloud-kms-bom-2.25.0.pom (1.6 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kmsinventory-bom/0.11.0/google-cloud-kmsinventory-bom-0.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kmsinventory-bom/0.11.0/google-cloud-kmsinventory-bom-0.11.0.pom (1.8 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-language-bom/2.23.0/google-cloud-language-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-language-bom/2.23.0/google-cloud-language-bom-2.23.0.pom (2.2 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-life-sciences-bom/0.24.0/google-cloud-life-sciences-bom-0.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-life-sciences-bom/0.24.0/google-cloud-life-sciences-bom-0.24.0.pom (1.8 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-managed-identities-bom/1.20.0/google-cloud-managed-identities-bom-1.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-managed-identities-bom/1.20.0/google-cloud-managed-identities-bom-1.20.0.pom (1.9 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-mediatranslation-bom/0.28.0/google-cloud-mediatranslation-bom-0.28.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-mediatranslation-bom/0.28.0/google-cloud-mediatranslation-bom-0.28.0.pom (1.8 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-memcache-bom/2.22.0/google-cloud-memcache-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-memcache-bom/2.22.0/google-cloud-memcache-bom-2.22.0.pom (2.3 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-migrationcenter-bom/0.4.0/google-cloud-migrationcenter-bom-0.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-migrationcenter-bom/0.4.0/google-cloud-migrationcenter-bom-0.4.0.pom (1.8 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-dashboard-bom/2.24.0/google-cloud-monitoring-dashboard-bom-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-dashboard-bom/2.24.0/google-cloud-monitoring-dashboard-bom-2.24.0.pom (1.8 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-bom/3.23.0/google-cloud-monitoring-bom-3.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-bom/3.23.0/google-cloud-monitoring-bom-3.23.0.pom (1.7 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-metricsscope-bom/0.16.0/google-cloud-monitoring-metricsscope-bom-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-metricsscope-bom/0.16.0/google-cloud-monitoring-metricsscope-bom-0.16.0.pom (1.9 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-netapp-bom/0.1.0/google-cloud-netapp-bom-0.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-netapp-bom/0.1.0/google-cloud-netapp-bom-0.1.0.pom (1.8 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-networkconnectivity-bom/1.21.0/google-cloud-networkconnectivity-bom-1.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-networkconnectivity-bom/1.21.0/google-cloud-networkconnectivity-bom-1.21.0.pom (2.4 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-management-bom/1.23.0/google-cloud-network-management-bom-1.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-management-bom/1.23.0/google-cloud-network-management-bom-1.23.0.pom (2.4 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-security-bom/0.25.0/google-cloud-network-security-bom-0.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-security-bom/0.25.0/google-cloud-network-security-bom-0.25.0.pom (2.4 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-notebooks-bom/1.20.0/google-cloud-notebooks-bom-1.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-notebooks-bom/1.20.0/google-cloud-notebooks-bom-1.20.0.pom (2.3 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-optimization-bom/1.20.0/google-cloud-optimization-bom-1.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-optimization-bom/1.20.0/google-cloud-optimization-bom-1.20.0.pom (1.8 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orchestration-airflow-bom/1.22.0/google-cloud-orchestration-airflow-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orchestration-airflow-bom/1.22.0/google-cloud-orchestration-airflow-bom-1.22.0.pom (2.4 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orgpolicy-bom/2.22.0/google-cloud-orgpolicy-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orgpolicy-bom/2.22.0/google-cloud-orgpolicy-bom-2.22.0.pom (2.0 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-config-bom/2.24.0/google-cloud-os-config-bom-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-config-bom/2.24.0/google-cloud-os-config-bom-2.24.0.pom (2.7 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-login-bom/2.21.0/google-cloud-os-login-bom-2.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-login-bom/2.21.0/google-cloud-os-login-bom-2.21.0.pom (1.7 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-phishingprotection-bom/0.53.0/google-cloud-phishingprotection-bom-0.53.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-phishingprotection-bom/0.53.0/google-cloud-phishingprotection-bom-0.53.0.pom (1.8 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policysimulator-bom/0.1.0/google-cloud-policysimulator-bom-0.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policysimulator-bom/0.1.0/google-cloud-policysimulator-bom-0.1.0.pom (1.8 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policy-troubleshooter-bom/1.21.0/google-cloud-policy-troubleshooter-bom-1.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policy-troubleshooter-bom/1.21.0/google-cloud-policy-troubleshooter-bom-1.21.0.pom (1.9 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-private-catalog-bom/0.24.0/google-cloud-private-catalog-bom-0.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-private-catalog-bom/0.24.0/google-cloud-private-catalog-bom-0.24.0.pom (1.8 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-profiler-bom/2.22.0/google-cloud-profiler-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-profiler-bom/2.22.0/google-cloud-profiler-bom-2.22.0.pom (1.8 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-publicca-bom/0.19.0/google-cloud-publicca-bom-0.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-publicca-bom/0.19.0/google-cloud-publicca-bom-0.19.0.pom (1.8 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-rapidmigrationassessment-bom/0.5.0/google-cloud-rapidmigrationassessment-bom-0.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-rapidmigrationassessment-bom/0.5.0/google-cloud-rapidmigrationassessment-bom-0.5.0.pom (1.9 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recaptchaenterprise-bom/3.19.0/google-cloud-recaptchaenterprise-bom-3.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recaptchaenterprise-bom/3.19.0/google-cloud-recaptchaenterprise-bom-3.19.0.pom (2.4 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommendations-ai-bom/0.29.0/google-cloud-recommendations-ai-bom-0.29.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommendations-ai-bom/0.29.0/google-cloud-recommendations-ai-bom-0.29.0.pom (1.8 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommender-bom/2.24.0/google-cloud-recommender-bom-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommender-bom/2.24.0/google-cloud-recommender-bom-2.24.0.pom (2.3 kB at 205 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-redis-bom/2.25.0/google-cloud-redis-bom-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-redis-bom/2.25.0/google-cloud-redis-bom-2.25.0.pom (2.2 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resourcemanager-bom/1.24.0/google-cloud-resourcemanager-bom-1.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resourcemanager-bom/1.24.0/google-cloud-resourcemanager-bom-1.24.0.pom (1.8 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resource-settings-bom/1.22.0/google-cloud-resource-settings-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resource-settings-bom/1.22.0/google-cloud-resource-settings-bom-1.22.0.pom (1.9 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-retail-bom/2.24.0/google-cloud-retail-bom-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-retail-bom/2.24.0/google-cloud-retail-bom-2.24.0.pom (2.8 kB at 230 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-run-bom/0.22.0/google-cloud-run-bom-0.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-run-bom/0.22.0/google-cloud-run-bom-0.22.0.pom (1.7 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-scheduler-bom/2.22.0/google-cloud-scheduler-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-scheduler-bom/2.22.0/google-cloud-scheduler-bom-2.22.0.pom (2.2 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-secretmanager-bom/2.22.0/google-cloud-secretmanager-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-secretmanager-bom/2.22.0/google-cloud-secretmanager-bom-2.22.0.pom (2.3 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-bom/2.30.0/google-cloud-securitycenter-bom-2.30.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-bom/2.30.0/google-cloud-securitycenter-bom-2.30.0.pom (2.9 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-settings-bom/0.25.0/google-cloud-securitycenter-settings-bom-0.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-settings-bom/0.25.0/google-cloud-securitycenter-settings-bom-0.25.0.pom (1.9 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-security-private-ca-bom/2.24.0/google-cloud-security-private-ca-bom-2.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-security-private-ca-bom/2.24.0/google-cloud-security-private-ca-bom-2.24.0.pom (2.4 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-control-bom/1.22.0/google-cloud-service-control-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-control-bom/1.22.0/google-cloud-service-control-bom-1.22.0.pom (2.4 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-servicedirectory-bom/2.23.0/google-cloud-servicedirectory-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-servicedirectory-bom/2.23.0/google-cloud-servicedirectory-bom-2.23.0.pom (2.3 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-management-bom/3.20.0/google-cloud-service-management-bom-3.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-management-bom/3.20.0/google-cloud-service-management-bom-3.20.0.pom (1.9 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-usage-bom/2.22.0/google-cloud-service-usage-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-usage-bom/2.22.0/google-cloud-service-usage-bom-2.22.0.pom (2.3 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shell-bom/2.21.0/google-cloud-shell-bom-2.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shell-bom/2.21.0/google-cloud-shell-bom-2.21.0.pom (1.7 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-speech-bom/4.17.0/google-cloud-speech-bom-4.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-speech-bom/4.17.0/google-cloud-speech-bom-4.17.0.pom (3.2 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storageinsights-bom/0.7.0/google-cloud-storageinsights-bom-0.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storageinsights-bom/0.7.0/google-cloud-storageinsights-bom-0.7.0.pom (1.8 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-transfer-bom/1.22.0/google-cloud-storage-transfer-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-transfer-bom/1.22.0/google-cloud-storage-transfer-bom-1.22.0.pom (1.9 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-talent-bom/2.23.0/google-cloud-talent-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-talent-bom/2.23.0/google-cloud-talent-bom-2.23.0.pom (2.2 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tasks-bom/2.22.0/google-cloud-tasks-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tasks-bom/2.22.0/google-cloud-tasks-bom-2.22.0.pom (2.7 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-texttospeech-bom/2.23.0/google-cloud-texttospeech-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-texttospeech-bom/2.23.0/google-cloud-texttospeech-bom-2.23.0.pom (2.3 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tpu-bom/2.23.0/google-cloud-tpu-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tpu-bom/2.23.0/google-cloud-tpu-bom-2.23.0.pom (2.7 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-trace-bom/2.22.0/google-cloud-trace-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-trace-bom/2.22.0/google-cloud-trace-bom-2.22.0.pom (2.2 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-translate-bom/2.22.0/google-cloud-translate-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-translate-bom/2.22.0/google-cloud-translate-bom-2.22.0.pom (2.2 kB at 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-intelligence-bom/2.21.0/google-cloud-video-intelligence-bom-2.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-intelligence-bom/2.21.0/google-cloud-video-intelligence-bom-2.21.0.pom (4.1 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-live-stream-bom/0.24.0/google-cloud-live-stream-bom-0.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-live-stream-bom/0.24.0/google-cloud-live-stream-bom-0.24.0.pom (1.8 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-stitcher-bom/0.22.0/google-cloud-video-stitcher-bom-0.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-stitcher-bom/0.22.0/google-cloud-video-stitcher-bom-0.22.0.pom (1.8 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-transcoder-bom/1.21.0/google-cloud-video-transcoder-bom-1.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-transcoder-bom/1.21.0/google-cloud-video-transcoder-bom-1.21.0.pom (1.8 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vision-bom/3.20.0/google-cloud-vision-bom-3.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vision-bom/3.20.0/google-cloud-vision-bom-3.20.0.pom (3.8 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmmigration-bom/1.22.0/google-cloud-vmmigration-bom-1.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmmigration-bom/1.22.0/google-cloud-vmmigration-bom-1.22.0.pom (1.8 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmwareengine-bom/0.16.0/google-cloud-vmwareengine-bom-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmwareengine-bom/0.16.0/google-cloud-vmwareengine-bom-0.16.0.pom (1.8 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vpcaccess-bom/2.23.0/google-cloud-vpcaccess-bom-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vpcaccess-bom/2.23.0/google-cloud-vpcaccess-bom-2.23.0.pom (1.8 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-webrisk-bom/2.21.0/google-cloud-webrisk-bom-2.21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-webrisk-bom/2.21.0/google-cloud-webrisk-bom-2.21.0.pom (2.2 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-websecurityscanner-bom/2.22.0/google-cloud-websecurityscanner-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-websecurityscanner-bom/2.22.0/google-cloud-websecurityscanner-bom-2.22.0.pom (2.9 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflow-executions-bom/2.22.0/google-cloud-workflow-executions-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflow-executions-bom/2.22.0/google-cloud-workflow-executions-bom-2.22.0.pom (2.4 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflows-bom/2.22.0/google-cloud-workflows-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflows-bom/2.22.0/google-cloud-workflows-bom-2.22.0.pom (2.3 kB at 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workstations-bom/0.10.0/google-cloud-workstations-bom-0.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workstations-bom/0.10.0/google-cloud-workstations-bom-0.10.0.pom (2.3 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerystorage-bom/2.41.0/google-cloud-bigquerystorage-bom-2.41.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerystorage-bom/2.41.0/google-cloud-bigquerystorage-bom-2.41.0.pom (4.4 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigtable-bom/2.25.1/google-cloud-bigtable-bom-2.25.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigtable-bom/2.25.1/google-cloud-bigtable-bom-2.25.1.pom (4.8 kB at 322 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastore-bom/2.16.2/google-cloud-datastore-bom-2.16.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastore-bom/2.16.2/google-cloud-datastore-bom-2.16.2.pom (3.0 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-firestore-bom/3.13.8/google-cloud-firestore-bom-3.13.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-firestore-bom/3.13.8/google-cloud-firestore-bom-3.13.8.pom (3.8 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-logging-bom/3.15.7/google-cloud-logging-bom-3.15.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-logging-bom/3.15.7/google-cloud-logging-bom-3.15.7.pom (2.7 kB at 100 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub-bom/1.124.0/google-cloud-pubsub-bom-1.124.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub-bom/1.124.0/google-cloud-pubsub-bom-1.124.0.pom (2.7 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsublite-bom/1.12.12/google-cloud-pubsublite-bom-1.12.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsublite-bom/1.12.12/google-cloud-pubsublite-bom-1.12.12.pom (2.7 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-spanner-bom/6.44.0/google-cloud-spanner-bom-6.44.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-spanner-bom/6.44.0/google-cloud-spanner-bom-6.44.0.pom (4.9 kB at 213 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-bom/2.25.0/google-cloud-storage-bom-2.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-bom/2.25.0/google-cloud-storage-bom-2.25.0.pom (3.6 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.2.0/quarkus-google-cloud-common-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.2.0/quarkus-google-cloud-common-2.2.0.pom (4.1 kB at 270 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-parent/2.2.0/quarkus-google-cloud-common-parent-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-parent/2.2.0/quarkus-google-cloud-common-parent-2.2.0.pom (818 B at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.2.12.Final/quarkus-arc-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.2.12.Final/quarkus-arc-3.2.12.Final.pom (1.8 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-parent/3.2.12.Final/quarkus-arc-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-parent/3.2.12.Final/quarkus-arc-parent-3.2.12.Final.pom (735 B at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/3.2.12.Final/quarkus-extensions-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/3.2.12.Final/quarkus-extensions-parent-3.2.12.Final.pom (8.8 kB at 441 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.2.12.Final/arc-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.2.12.Final/arc-3.2.12.Final.pom (1.5 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-parent/3.2.12.Final/arc-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-parent/3.2.12.Final/arc-parent-3.2.12.Final.pom (17 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 454 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.pom (6.4 kB at 279 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.3/microprofile-context-propagation-parent-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-parent/1.3/microprofile-context-propagation-parent-1.3.pom (37 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.2.Final/quarkus-security-2.0.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.2.Final/quarkus-security-2.0.2.Final.pom (6.2 kB at 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.pom (7.9 kB at 198 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-parent/1.19.0/google-auth-library-parent-1.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-parent/1.19.0/google-auth-library-parent-1.19.0.pom (18 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.42.3/google-http-client-bom-1.42.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.42.3/google-http-client-bom-1.42.3.pom (6.8 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.19.0/google-auth-library-credentials-1.19.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.19.0/google-auth-library-credentials-1.19.0.pom (2.0 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.2/google-http-client-1.43.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.2/google-http-client-1.43.2.pom (6.1 kB at 434 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-parent/1.43.2/google-http-client-parent-1.43.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-parent/1.43.2/google-http-client-parent-1.43.2.pom (27 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom (2.2 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.56.0/grpc-context-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.56.0/grpc-context-1.56.0.pom (1.2 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.pom (2.4 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.2/google-http-client-gson-1.43.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.2/google-http-client-gson-1.43.2.pom (2.9 kB at 211 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 432 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.21.1/google-cloud-core-2.21.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.21.1/google-cloud-core-2.21.1.pom (3.4 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-parent/2.21.1/google-cloud-core-parent-2.21.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-parent/2.21.1/google-cloud-core-parent-2.21.1.pom (3.0 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-dependencies/3.13.1/google-cloud-shared-dependencies-3.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-dependencies/3.13.1/google-cloud-shared-dependencies-3.13.1.pom (1.9 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/third-party-dependencies/3.13.1/third-party-dependencies-3.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/third-party-dependencies/3.13.1/third-party-dependencies-3.13.1.pom (5.8 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.31.1/gax-2.31.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.31.1/gax-2.31.1.pom (3.2 kB at 215 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-parent/2.31.1/gax-parent-2.31.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-parent/2.31.1/gax-parent-2.31.1.pom (8.8 kB at 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.14.1/api-common-2.14.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.14.1/api-common-2.14.1.pom (4.8 kB at 267 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.23.0/proto-google-common-protos-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.23.0/proto-google-common-protos-2.23.0.pom (2.7 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.22.0/protobuf-java-3.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.22.0/protobuf-java-3.22.0.pom (707 B at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.22.0/protobuf-parent-3.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.22.0/protobuf-parent-3.22.0.pom (9.0 kB at 602 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.22.0/protobuf-bom-3.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.22.0/protobuf-bom-3.22.0.pom (3.5 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.pom (33 kB at 819 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.22.0/protobuf-java-util-3.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.22.0/protobuf-java-util-3.22.0.pom (1.6 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.17.1/proto-google-iam-v1-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.17.1/proto-google-iam-v1-1.17.1.pom (3.0 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.2.0/quarkus-google-cloud-common-grpc-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.2.0/quarkus-google-cloud-common-grpc-2.2.0.pom (2.4 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.31.1/gax-grpc-2.31.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.31.1/gax-grpc-2.31.1.pom (3.9 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.56.0/grpc-api-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.56.0/grpc-api-1.56.0.pom (2.0 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.56.0/grpc-alts-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.56.0/grpc-alts-1.56.0.pom (2.8 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.56.0/grpc-auth-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.56.0/grpc-auth-1.56.0.pom (1.8 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.56.0/grpc-grpclb-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.56.0/grpc-grpclb-1.56.0.pom (2.5 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.56.0/grpc-core-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.56.0/grpc-core-1.56.0.pom (2.5 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.pom (1.8 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.pom (1.5 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.56.0/grpc-protobuf-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.56.0/grpc-protobuf-1.56.0.pom (2.7 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.56.0/grpc-protobuf-lite-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.56.0/grpc-protobuf-lite-1.56.0.pom (2.0 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.56.0/grpc-stub-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.56.0/grpc-stub-1.56.0.pom (1.8 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.pom (1.3 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.56.0/grpc-googleapis-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.56.0/grpc-googleapis-1.56.0.pom (2.1 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.56.0/grpc-xds-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.56.0/grpc-xds-1.56.0.pom (3.4 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.pom (1.9 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.56.0/grpc-services-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.56.0/grpc-services-1.56.0.pom (2.3 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.pom (933 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.56.0/grpc-netty-1.56.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.56.0/grpc-netty-1.56.0.pom (2.5 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.125.0/google-cloud-pubsub-1.125.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.125.0/google-cloud-pubsub-1.125.0.pom (36 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.106.0/proto-google-cloud-pubsub-v1-1.106.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.106.0/proto-google-cloud-pubsub-v1-1.106.0.pom (6.6 kB at 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.31.1/gax-httpjson-2.31.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.31.1/gax-httpjson-2.31.1.pom (3.8 kB at 271 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.2.12.Final/quarkus-grpc-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.2.12.Final/quarkus-grpc-common-3.2.12.Final.pom (6.3 kB at 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-parent/3.2.12.Final/quarkus-grpc-common-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-parent/3.2.12.Final/quarkus-grpc-common-parent-3.2.12.Final.pom (750 B at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.4.9/vertx-grpc-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.4.9/vertx-grpc-4.4.9.pom (7.2 kB at 517 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-parent/4.4.9/vertx-grpc-parent-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-parent/4.4.9/vertx-grpc-parent-4.4.9.pom (1.8 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.4.9/vertx-grpc-server-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.4.9/vertx-grpc-server-4.4.9.pom (5.1 kB at 342 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-aggregator/4.4.9/vertx-grpc-aggregator-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-aggregator/4.4.9/vertx-grpc-aggregator-4.4.9.pom (2.0 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.4.9/vertx-grpc-common-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.4.9/vertx-grpc-common-4.4.9.pom (5.0 kB at 313 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.4.9/vertx-grpc-client-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.4.9/vertx-grpc-client-4.4.9.pom (5.6 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.2.12.Final/quarkus-vertx-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.2.12.Final/quarkus-vertx-3.2.12.Final.pom (4.4 kB at 257 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/3.2.12.Final/quarkus-vertx-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/3.2.12.Final/quarkus-vertx-parent-3.2.12.Final.pom (787 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.2.12.Final/quarkus-netty-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.2.12.Final/quarkus-netty-3.2.12.Final.pom (3.6 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/3.2.12.Final/quarkus-netty-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/3.2.12.Final/quarkus-netty-parent-3.2.12.Final.pom (740 B at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.12.0/brotli4j-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.12.0/brotli4j-1.12.0.pom (6.6 kB at 275 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j-parent/1.12.0/brotli4j-parent-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j-parent/1.12.0/brotli4j-parent-1.12.0.pom (6.8 kB at 455 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.12.0/service-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.12.0/service-1.12.0.pom (2.0 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.12.0/native-linux-x86_64-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.12.0/native-linux-x86_64-1.12.0.pom (3.5 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/natives/1.12.0/natives-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/natives/1.12.0/natives-1.12.0.pom (4.4 kB at 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.pom (2.4 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.2.12.Final/quarkus-mutiny-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.2.12.Final/quarkus-mutiny-3.2.12.Final.pom (2.6 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/3.2.12.Final/quarkus-mutiny-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/3.2.12.Final/quarkus-mutiny-parent-3.2.12.Final.pom (740 B at 28 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.2.12.Final/quarkus-smallrye-context-propagation-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.2.12.Final/quarkus-smallrye-context-propagation-3.2.12.Final.pom (2.3 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/3.2.12.Final/quarkus-smallrye-context-propagation-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/3.2.12.Final/quarkus-smallrye-context-propagation-parent-3.2.12.Final.pom (814 B at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.pom (1.6 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/2.1.0/smallrye-context-propagation-parent-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/2.1.0/smallrye-context-propagation-parent-2.1.0.pom (7.7 kB at 595 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.pom (967 B at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.pom (1.1 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.3.1/mutiny-smallrye-context-propagation-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.3.1/mutiny-smallrye-context-propagation-2.3.1.pom (2.0 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.2.12.Final/quarkus-vertx-latebound-mdc-provider-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.2.12.Final/quarkus-vertx-latebound-mdc-provider-3.2.12.Final.pom (875 B at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.7.2/smallrye-mutiny-vertx-core-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.7.2/smallrye-mutiny-vertx-core-3.7.2.pom (8.1 kB at 220 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/3.7.2/vertx-mutiny-clients-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/3.7.2/vertx-mutiny-clients-3.7.2.pom (4.5 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bindings-projects/3.7.2/smallrye-mutiny-vertx-bindings-projects-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bindings-projects/3.7.2/smallrye-mutiny-vertx-bindings-projects-3.7.2.pom (15 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.4.6/vertx-dependencies-4.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.4.6/vertx-dependencies-4.4.6.pom (35 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.100.Final/netty-bom-4.1.100.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.100.Final/netty-bom-4.1.100.Final.pom (13 kB at 948 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.1/testcontainers-bom-1.19.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.1/testcontainers-bom-1.19.1.pom (8.8 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.7.2/smallrye-mutiny-vertx-runtime-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.7.2/smallrye-mutiny-vertx-runtime-3.7.2.pom (1.4 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.7.2/vertx-mutiny-generator-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.7.2/vertx-mutiny-generator-3.7.2.pom (6.6 kB at 349 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.4.9/vertx-codegen-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.4.9/vertx-codegen-4.4.9.pom (14 kB at 321 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.pom (2.0 kB at 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-implementation-parent/6.2.6/smallrye-fault-tolerance-implementation-parent-6.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-implementation-parent/6.2.6/smallrye-fault-tolerance-implementation-parent-6.2.6.pom (1.6 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-parent/6.2.6/smallrye-fault-tolerance-parent-6.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-parent/6.2.6/smallrye-fault-tolerance-parent-6.2.6.pom (18 kB at 712 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.2.0/quarkus-google-cloud-pubsub-2.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.2.0/quarkus-google-cloud-common-2.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.2.12.Final/quarkus-arc-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.2.12.Final/arc-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.2.12.Final/quarkus-arc-3.2.12.Final.jar (71 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.2.Final/quarkus-security-2.0.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.2.0/quarkus-google-cloud-pubsub-2.2.0.jar (3.6 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.2.0/quarkus-google-cloud-common-2.2.0.jar (13 kB at 409 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.21.1/google-cloud-core-2.21.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.2.12.Final/arc-3.2.12.Final.jar (250 kB at 8.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.2.0/quarkus-google-cloud-common-grpc-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.jar (16 kB at 526 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.31.1/gax-grpc-2.31.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.2.Final/quarkus-security-2.0.2.Final.jar (21 kB at 610 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.56.0/grpc-netty-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.19.0/google-auth-library-oauth2-http-1.19.0.jar (248 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.125.0/google-cloud-pubsub-1.125.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.2.0/quarkus-google-cloud-common-grpc-2.2.0.jar (8.8 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.56.0/grpc-api-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.56.0/grpc-netty-1.56.0.jar (286 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.56.0/grpc-context-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.21.1/google-cloud-core-2.21.1.jar (133 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.56.0/grpc-stub-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.31.1/gax-grpc-2.31.1.jar (145 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.56.0/grpc-protobuf-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.56.0/grpc-api-1.56.0.jar (262 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.56.0/grpc-protobuf-lite-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.56.0/grpc-context-1.56.0.jar (31 kB at 478 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.14.1/api-common-2.14.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.125.0/google-cloud-pubsub-1.125.0.jar (290 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.22.0/protobuf-java-3.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.56.0/grpc-protobuf-1.56.0.jar (5.2 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.23.0/proto-google-common-protos-2.23.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.56.0/grpc-stub-1.56.0.jar (51 kB at 796 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.19.0/google-auth-library-credentials-1.19.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.56.0/grpc-protobuf-lite-1.56.0.jar (7.8 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.2/google-http-client-gson-1.43.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.19.0/google-auth-library-credentials-1.19.0.jar (6.0 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.106.0/proto-google-cloud-pubsub-v1-1.106.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.14.1/api-common-2.14.1.jar (50 kB at 528 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.17.1/proto-google-iam-v1-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.2/google-http-client-gson-1.43.2.jar (12 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.22.0/protobuf-java-3.22.0.jar (1.7 MB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.31.1/gax-2.31.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.56.0/grpc-alts-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.106.0/proto-google-cloud-pubsub-v1-1.106.0.jar (871 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.56.0/grpc-grpclb-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.23.0/proto-google-common-protos-2.23.0.jar (2.0 MB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.31.1/gax-2.31.1.jar (383 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.56.0/grpc-auth-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.17.1/proto-google-iam-v1-1.17.1.jar (172 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.56.0/grpc-googleapis-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.56.0/grpc-alts-1.56.0.jar (309 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.56.0/grpc-xds-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.56.0/grpc-grpclb-1.56.0.jar (171 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.56.0/grpc-auth-1.56.0.jar (15 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.56.0/grpc-services-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.56.0/grpc-googleapis-1.56.0.jar (15 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.jar (114 kB at 561 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.31.1/gax-httpjson-2.31.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar (750 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.56.0/grpc-services-1.56.0.jar (790 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.22.0/protobuf-java-util-3.22.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar (4.5 MB at 21 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.22.0/protobuf-java-util-3.22.0.jar (72 kB at 291 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.31.1/gax-httpjson-2.31.1.jar (159 kB at 643 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.56.0/grpc-core-1.56.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar (514 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar (355 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.2/google-http-client-1.43.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar (6.8 kB at 23 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.56.0/grpc-core-1.56.0.jar (745 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.2.12.Final/quarkus-grpc-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar (3.1 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.4.9/vertx-grpc-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.56.0/grpc-xds-1.56.0.jar (12 MB at 38 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.4.9/vertx-grpc-server-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.2.12.Final/quarkus-grpc-common-3.2.12.Final.jar (15 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.4.9/vertx-grpc-common-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.2/google-http-client-1.43.2.jar (293 kB at 918 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.4.9/vertx-grpc-client-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar (23 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.2.12.Final/quarkus-vertx-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.4.9/vertx-grpc-4.4.9.jar (33 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.2.12.Final/quarkus-netty-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.4.9/vertx-grpc-server-4.4.9.jar (25 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.12.0/brotli4j-1.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.4.9/vertx-grpc-client-4.4.9.jar (26 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.12.0/service-1.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.4.9/vertx-grpc-common-4.4.9.jar (35 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.12.0/native-linux-x86_64-1.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.2.12.Final/quarkus-vertx-3.2.12.Final.jar (107 kB at 323 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.2.12.Final/quarkus-netty-3.2.12.Final.jar (62 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.2.12.Final/quarkus-mutiny-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.12.0/service-1.12.0.jar (3.3 kB at 9.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.2.12.Final/quarkus-smallrye-context-propagation-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.12.0/brotli4j-1.12.0.jar (45 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.12.0/native-linux-x86_64-1.12.0.jar (431 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.jar (38 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.2.12.Final/quarkus-smallrye-context-propagation-3.2.12.Final.jar (12 kB at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.3.1/mutiny-smallrye-context-propagation-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar (8.8 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.2.12.Final/quarkus-vertx-latebound-mdc-provider-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar (92 kB at 252 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.7.2/smallrye-mutiny-vertx-core-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.3.1/mutiny-smallrye-context-propagation-2.3.1.jar (21 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.7.2/smallrye-mutiny-vertx-runtime-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.2.12.Final/quarkus-mutiny-3.2.12.Final.jar (9.1 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.7.2/vertx-mutiny-generator-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.2.12.Final/quarkus-vertx-latebound-mdc-provider-3.2.12.Final.jar (6.0 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.4.9/vertx-codegen-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar (8.6 kB at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.7.2/smallrye-mutiny-vertx-core-3.7.2.jar (302 kB at 790 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.7.2/vertx-mutiny-generator-3.7.2.jar (93 kB at 244 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.7.2/smallrye-mutiny-vertx-runtime-3.7.2.jar (28 kB at 72 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.jar (6.7 kB at 17 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.4.9/vertx-codegen-4.4.9.jar (205 kB at 520 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-pubsub-common ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-pubsub-common ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-pubsub-common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-pubsub-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-pubsub-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-pubsub-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/PubSubBasedAdminClientManager.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/PubSubBasedAdminClientManager.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-pubsub-common ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-pubsub-common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-pubsub-common ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-pubsub-common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-pubsub-common ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-pubsub-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-pubsub-common ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/publisher/PubSubPublisherFactory.java:61: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-pubsub-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-pubsub-common ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-pubsub-common ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-pubsub-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-pubsub-common ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-pubsub-common ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-pubsub-common ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------< org.eclipse.hono:hono-client-notification-pubsub >----------
[INFO] Building Hono Notification Client (Pub/Sub) 2.5.1                [19/57]
[INFO]   from clients/notification-pubsub/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-pubsub ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-pubsub ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-pubsub ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-notification-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-pubsub ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification-pubsub ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-pubsub ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-pubsub ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification-pubsub ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification-pubsub ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification-pubsub ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification-pubsub ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-base >-----------------
[INFO] Building Hono Service base 2.5.1                                 [20/57]
[INFO]   from service-base/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.pom (1.9 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.4.9/vertx-auth-common-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.4.9/vertx-auth-common-4.4.9.pom (1.9 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-parent/4.4.9/vertx-auth-parent-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-parent/4.4.9/vertx-auth-parent-4.4.9.pom (2.7 kB at 141 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.4.9/vertx-web-client-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.4.9/vertx-web-client-4.4.9.pom (2.9 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.4.9/vertx-uri-template-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.4.9/vertx-uri-template-4.4.9.pom (3.2 kB at 216 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.4.9/vertx-micrometer-metrics-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.4.9/vertx-micrometer-metrics-4.4.9.pom (8.5 kB at 304 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.2.12.Final/quarkus-config-yaml-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.2.12.Final/quarkus-config-yaml-3.2.12.Final.pom (2.5 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/3.2.12.Final/quarkus-config-yaml-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/3.2.12.Final/quarkus-config-yaml-parent-3.2.12.Final.pom (744 B at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.2.12.Final/quarkus-opentelemetry-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.2.12.Final/quarkus-opentelemetry-3.2.12.Final.pom (6.6 kB at 315 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent/3.2.12.Final/quarkus-opentelemetry-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent/3.2.12.Final/quarkus-opentelemetry-parent-3.2.12.Final.pom (754 B at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.25.0-alpha/opentelemetry-sdk-extension-autoconfigure-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.25.0-alpha/opentelemetry-sdk-extension-autoconfigure-1.25.0-alpha.pom (2.6 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.25.0/opentelemetry-sdk-extension-autoconfigure-spi-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.25.0/opentelemetry-sdk-extension-autoconfigure-spi-1.25.0.pom (2.2 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.pom (1.8 kB at 107 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.25.0/opentelemetry-instrumentation-api-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.25.0/opentelemetry-instrumentation-api-1.25.0.pom (2.2 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.25.0/opentelemetry-instrumentation-annotations-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.25.0/opentelemetry-instrumentation-annotations-1.25.0.pom (2.2 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations-support/1.25.0-alpha/opentelemetry-instrumentation-annotations-support-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations-support/1.25.0-alpha/opentelemetry-instrumentation-annotations-support-1.25.0-alpha.pom (3.1 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.25.0-alpha/opentelemetry-instrumentation-api-semconv-1.25.0-alpha.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.25.0-alpha/opentelemetry-instrumentation-api-semconv-1.25.0-alpha.pom (2.6 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.25.0/opentelemetry-exporter-otlp-common-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.25.0/opentelemetry-exporter-otlp-common-1.25.0.pom (2.2 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.25.0/opentelemetry-exporter-common-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.25.0/opentelemetry-exporter-common-1.25.0.pom (1.8 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.pom (2.5 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.14.9/parent-3.14.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.14.9/parent-3.14.9.pom (21 kB at 977 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.pom (2.0 kB at 248 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.17.2/okio-parent-1.17.2.pom (4.9 kB at 540 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.25.0/opentelemetry-exporter-otlp-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.25.0/opentelemetry-exporter-otlp-1.25.0.pom (2.4 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.25.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.25.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.25.0.pom (2.2 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.2.12.Final/quarkus-smallrye-health-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.2.12.Final/quarkus-smallrye-health-3.2.12.Final.pom (2.6 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/3.2.12.Final/quarkus-smallrye-health-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/3.2.12.Final/quarkus-smallrye-health-parent-3.2.12.Final.pom (788 B at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.0.4/smallrye-health-provided-checks-4.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.0.4/smallrye-health-provided-checks-4.0.4.pom (1.6 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.2.12.Final/quarkus-vertx-http-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.2.12.Final/quarkus-vertx-http-3.2.12.Final.pom (4.8 kB at 317 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/3.2.12.Final/quarkus-vertx-http-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/3.2.12.Final/quarkus-vertx-http-parent-3.2.12.Final.pom (997 B at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.2.12.Final/quarkus-security-runtime-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.2.12.Final/quarkus-security-runtime-spi-3.2.12.Final.pom (1.5 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-parent/3.2.12.Final/quarkus-security-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-parent/3.2.12.Final/quarkus-security-parent-3.2.12.Final.pom (846 B at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.2.12.Final/quarkus-credentials-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.2.12.Final/quarkus-credentials-3.2.12.Final.pom (748 B at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-parent/3.2.12.Final/quarkus-credentials-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-parent/3.2.12.Final/quarkus-credentials-parent-3.2.12.Final.pom (751 B at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/3.2.12.Final/quarkus-vertx-http-dev-console-runtime-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/3.2.12.Final/quarkus-vertx-http-dev-console-runtime-spi-3.2.12.Final.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.7.2/smallrye-mutiny-vertx-web-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.7.2/smallrye-mutiny-vertx-web-3.7.2.pom (7.3 kB at 366 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.7.2/smallrye-mutiny-vertx-web-common-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.7.2/smallrye-mutiny-vertx-web-common-3.7.2.pom (5.0 kB at 332 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.7.2/smallrye-mutiny-vertx-auth-common-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.7.2/smallrye-mutiny-vertx-auth-common-3.7.2.pom (5.0 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.7.2/smallrye-mutiny-vertx-bridge-common-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.7.2/smallrye-mutiny-vertx-bridge-common-3.7.2.pom (5.0 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.7.2/smallrye-mutiny-vertx-uri-template-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.7.2/smallrye-mutiny-vertx-uri-template-3.7.2.pom (5.2 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.2.12.Final/quarkus-jsonp-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.2.12.Final/quarkus-jsonp-3.2.12.Final.pom (2.5 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/3.2.12.Final/quarkus-jsonp-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/3.2.12.Final/quarkus-jsonp-parent-3.2.12.Final.pom (739 B at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.2.12.Final/quarkus-junit5-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.2.12.Final/quarkus-junit5-3.2.12.Final.pom (2.4 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/3.2.12.Final/quarkus-test-framework-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/3.2.12.Final/quarkus-test-framework-3.2.12.Final.pom (1.9 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.2.12.Final/quarkus-test-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.2.12.Final/quarkus-test-common-3.2.12.Final.pom (1.9 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.13/maven-resolver-connector-basic-1.9.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.13/maven-resolver-connector-basic-1.9.13.pom (3.7 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.2.12.Final/quarkus-bootstrap-gradle-resolver-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.2.12.Final/quarkus-bootstrap-gradle-resolver-3.2.12.Final.pom (4.5 kB at 205 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.2.12.Final/quarkus-junit5-properties-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.2.12.Final/quarkus-junit5-properties-3.2.12.Final.pom (947 B at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.pom (25 kB at 888 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.20/xstream-parent-1.4.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.20/xstream-parent-1.4.20.pom (44 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.11.1/micrometer-registry-prometheus-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.11.1/micrometer-registry-prometheus-1.11.1.pom (3.5 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.pom (1.6 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.16.0/parent-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.16.0/parent-0.16.0.pom (13 kB at 447 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.pom (2.2 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.pom (1.5 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer/0.16.0/simpleclient_tracer-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer/0.16.0/simpleclient_tracer-0.16.0.pom (1.2 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.pom (839 B at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.pom (2.4 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.4.9/vertx-auth-common-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.4.9/vertx-web-client-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.4.9/vertx-uri-template-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.4.9/vertx-micrometer-metrics-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.4.9/vertx-uri-template-4.4.9.jar (36 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.2.12.Final/quarkus-config-yaml-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.4.9/vertx-web-client-4.4.9.jar (116 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.2.12.Final/quarkus-opentelemetry-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.4.9/vertx-auth-common-4.4.9.jar (134 kB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.25.0-alpha/opentelemetry-sdk-extension-autoconfigure-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.4.9/vertx-micrometer-metrics-4.4.9.jar (112 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.jar (84 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.25.0/opentelemetry-sdk-extension-autoconfigure-spi-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.2.12.Final/quarkus-config-yaml-3.2.12.Final.jar (9.6 kB at 332 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.25.0/opentelemetry-instrumentation-api-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.jar (2.5 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.25.0/opentelemetry-instrumentation-annotations-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.25.0-alpha/opentelemetry-sdk-extension-autoconfigure-1.25.0-alpha.jar (38 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations-support/1.25.0-alpha/opentelemetry-instrumentation-annotations-support-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.2.12.Final/quarkus-opentelemetry-3.2.12.Final.jar (158 kB at 4.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.25.0-alpha/opentelemetry-instrumentation-api-semconv-1.25.0-alpha.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.25.0/opentelemetry-instrumentation-annotations-1.25.0.jar (2.3 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.25.0/opentelemetry-exporter-otlp-common-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.25.0/opentelemetry-instrumentation-api-1.25.0.jar (136 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.25.0/opentelemetry-exporter-otlp-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.25.0/opentelemetry-sdk-extension-autoconfigure-spi-1.25.0.jar (16 kB at 379 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.25.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.25.0-alpha/opentelemetry-instrumentation-api-semconv-1.25.0-alpha.jar (140 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.25.0/opentelemetry-exporter-common-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations-support/1.25.0-alpha/opentelemetry-instrumentation-annotations-support-1.25.0-alpha.jar (32 kB at 614 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.25.0/opentelemetry-exporter-otlp-common-1.25.0.jar (112 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.25.0/opentelemetry-exporter-otlp-1.25.0.jar (35 kB at 610 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.2.12.Final/quarkus-smallrye-health-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.25.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.25.0.jar (133 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.0.4/smallrye-health-provided-checks-4.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.25.0/opentelemetry-exporter-common-1.25.0.jar (93 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.2.12.Final/quarkus-vertx-http-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.17.2/okio-1.17.2.jar (92 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.2.12.Final/quarkus-security-runtime-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.14.9/okhttp-3.14.9.jar (430 kB at 6.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.2.12.Final/quarkus-credentials-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.2.12.Final/quarkus-smallrye-health-3.2.12.Final.jar (20 kB at 287 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/3.2.12.Final/quarkus-vertx-http-dev-console-runtime-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.0.4/smallrye-health-provided-checks-4.0.4.jar (16 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.7.2/smallrye-mutiny-vertx-web-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.2.12.Final/quarkus-security-runtime-spi-3.2.12.Final.jar (7.3 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.7.2/smallrye-mutiny-vertx-web-common-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.2.12.Final/quarkus-vertx-http-3.2.12.Final.jar (605 kB at 7.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.7.2/smallrye-mutiny-vertx-auth-common-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-runtime-spi/3.2.12.Final/quarkus-vertx-http-dev-console-runtime-spi-3.2.12.Final.jar (11 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.7.2/smallrye-mutiny-vertx-bridge-common-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.7.2/smallrye-mutiny-vertx-web-3.7.2.jar (142 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.7.2/smallrye-mutiny-vertx-uri-template-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.7.2/smallrye-mutiny-vertx-web-common-3.7.2.jar (18 kB at 207 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.2.12.Final/quarkus-jsonp-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.2.12.Final/quarkus-credentials-3.2.12.Final.jar (4.0 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.2.12.Final/quarkus-junit5-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.7.2/smallrye-mutiny-vertx-bridge-common-3.7.2.jar (6.6 kB at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.2.12.Final/quarkus-test-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.7.2/smallrye-mutiny-vertx-auth-common-3.7.2.jar (39 kB at 403 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.10/maven-resolver-transport-http-1.9.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.2.12.Final/quarkus-junit5-3.2.12.Final.jar (180 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.2.12.Final/quarkus-jsonp-3.2.12.Final.jar (2.9 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.7.2/smallrye-mutiny-vertx-uri-template-3.7.2.jar (8.0 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.13/maven-resolver-connector-basic-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.10/maven-resolver-transport-http-1.9.10.jar (51 kB at 466 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.13/maven-resolver-transport-wagon-1.9.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar (41 kB at 346 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.13/maven-resolver-transport-wagon-1.9.13.jar (32 kB at 264 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.2.12.Final/quarkus-test-common-3.2.12.Final.jar (111 kB at 870 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.2.12.Final/quarkus-bootstrap-gradle-resolver-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 427 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.2.12.Final/quarkus-junit5-properties-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.jar (9.4 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar (11 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.13/maven-resolver-connector-basic-1.9.13.jar (40 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.11.1/micrometer-registry-prometheus-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.2.12.Final/quarkus-junit5-properties-3.2.12.Final.jar (2.4 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 189 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar (645 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.jar (90 kB at 511 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.jar (8.0 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.jar (4.3 kB at 24 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.2.12.Final/quarkus-bootstrap-gradle-resolver-3.2.12.Final.jar (2.8 MB at 15 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.jar (4.6 kB at 23 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.jar (3.4 kB at 17 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.11.1/micrometer-registry-prometheus-1.11.1.jar (42 kB at 204 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-base ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-base ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 75 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/Endpoint.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/Endpoint.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-base ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-service-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-base ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-base ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:33: warning: no comment
[WARNING] SUCCEEDED("succeeded"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:34: warning: no comment
[WARNING] UNAUTHORIZED("unauthorized"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:35: warning: no comment
[WARNING] UNAVAILABLE("unavailable");
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/auth/ExternalJwtAuthTokenValidator.java:66: warning: no comment
[WARNING] public CredentialsObject getCredentialsObject() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/auth/ExternalJwtAuthTokenValidator.java:70: warning: no comment
[WARNING] public void setCredentialsObject(final CredentialsObject credentialsObject) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:39: warning: no comment
[WARNING] ADAPTER_CONNECTIONS_EXCEEDED("adapter-connections-exceeded"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:40: warning: no comment
[WARNING] ADAPTER_DISABLED("adapter-disabled"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:41: warning: no comment
[WARNING] CONNECTION_DURATION_EXCEEDED("connection-duration-exceeded"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:42: warning: no comment
[WARNING] DATA_VOLUME_EXCEEDED("data-volume-exceeded"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:43: warning: no comment
[WARNING] REGISTRATION_ASSERTION_FAILURE("registration-assertion-failure"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:44: warning: no comment
[WARNING] SUCCEEDED("succeeded"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:45: warning: no comment
[WARNING] TENANT_CONNECTIONS_EXCEEDED("tenant-connections-exceeded"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:46: warning: no comment
[WARNING] UNAUTHORIZED("unauthorized"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:47: warning: no comment
[WARNING] UNAVAILABLE("unavailable"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:48: warning: no comment
[WARNING] UNKNOWN("unknown");
[WARNING] ^
[WARNING] 15 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-base ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-base ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-client-command >----------------
[INFO] Building Hono Client for Command & Control 2.5.1                 [21/57]
[INFO]   from clients/command/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.2.12.Final/quarkus-kubernetes-client-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.2.12.Final/quarkus-kubernetes-client-3.2.12.Final.pom (3.7 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-parent/3.2.12.Final/quarkus-kubernetes-client-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-parent/3.2.12.Final/quarkus-kubernetes-client-parent-3.2.12.Final.pom (878 B at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.2.12.Final/quarkus-kubernetes-client-internal-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.2.12.Final/quarkus-kubernetes-client-internal-3.2.12.Final.pom (2.4 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.2.12.Final/quarkus-jackson-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.2.12.Final/quarkus-jackson-3.2.12.Final.pom (2.4 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/3.2.12.Final/quarkus-jackson-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/3.2.12.Final/quarkus-jackson-parent-3.2.12.Final.pom (772 B at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.15.2/jackson-module-parameter-names-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.15.2/jackson-module-parameter-names-2.15.2.pom (4.4 kB at 291 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.7.2/kubernetes-client-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.7.2/kubernetes-client-6.7.2.pom (9.4 kB at 492 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-project/6.7.2/kubernetes-client-project-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-project/6.7.2/kubernetes-client-project-6.7.2.pom (56 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.7.2/kubernetes-client-api-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.7.2/kubernetes-client-api-6.7.2.pom (11 kB at 707 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.7.2/kubernetes-model-core-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.7.2/kubernetes-model-core-6.7.2.pom (9.0 kB at 560 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-generator/6.7.2/kubernetes-model-generator-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-generator/6.7.2/kubernetes-model-generator-6.7.2.pom (9.1 kB at 432 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.7.2/kubernetes-model-common-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.7.2/kubernetes-model-common-6.7.2.pom (2.6 kB at 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.7.2/kubernetes-model-gatewayapi-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.7.2/kubernetes-model-gatewayapi-6.7.2.pom (2.5 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.7.2/kubernetes-model-resource-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.7.2/kubernetes-model-resource-6.7.2.pom (2.5 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.7.2/kubernetes-model-rbac-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.7.2/kubernetes-model-rbac-6.7.2.pom (2.4 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.7.2/kubernetes-model-admissionregistration-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.7.2/kubernetes-model-admissionregistration-6.7.2.pom (3.6 kB at 213 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.7.2/kubernetes-model-apps-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.7.2/kubernetes-model-apps-6.7.2.pom (2.4 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.7.2/kubernetes-model-autoscaling-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.7.2/kubernetes-model-autoscaling-6.7.2.pom (2.4 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.7.2/kubernetes-model-apiextensions-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.7.2/kubernetes-model-apiextensions-6.7.2.pom (2.5 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.7.2/kubernetes-model-batch-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.7.2/kubernetes-model-batch-6.7.2.pom (2.4 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.7.2/kubernetes-model-certificates-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.7.2/kubernetes-model-certificates-6.7.2.pom (2.4 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.7.2/kubernetes-model-coordination-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.7.2/kubernetes-model-coordination-6.7.2.pom (3.1 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/6.7.2/kubernetes-model-discovery-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/6.7.2/kubernetes-model-discovery-6.7.2.pom (2.4 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.7.2/kubernetes-model-events-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.7.2/kubernetes-model-events-6.7.2.pom (2.4 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.7.2/kubernetes-model-extensions-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.7.2/kubernetes-model-extensions-6.7.2.pom (2.4 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.7.2/kubernetes-model-flowcontrol-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.7.2/kubernetes-model-flowcontrol-6.7.2.pom (2.4 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.7.2/kubernetes-model-networking-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.7.2/kubernetes-model-networking-6.7.2.pom (2.4 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.7.2/kubernetes-model-metrics-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.7.2/kubernetes-model-metrics-6.7.2.pom (2.5 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.7.2/kubernetes-model-policy-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.7.2/kubernetes-model-policy-6.7.2.pom (2.4 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.7.2/kubernetes-model-scheduling-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.7.2/kubernetes-model-scheduling-6.7.2.pom (2.4 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.7.2/kubernetes-model-storageclass-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.7.2/kubernetes-model-storageclass-6.7.2.pom (2.4 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.7.2/kubernetes-model-node-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.7.2/kubernetes-model-node-6.7.2.pom (2.4 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/snakeyaml/snakeyaml-engine/2.6/snakeyaml-engine-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/snakeyaml/snakeyaml-engine/2.6/snakeyaml-engine-2.6.pom (22 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom (14 kB at 815 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.7.2/kubernetes-httpclient-vertx-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.7.2/kubernetes-httpclient-vertx-6.7.2.pom (6.8 kB at 342 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom (12 kB at 378 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom (9.2 kB at 655 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom (18 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.7.2/kubernetes-server-mock-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.7.2/kubernetes-server-mock-6.7.2.pom (2.6 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.pom (8.4 kB at 363 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.pom (2.6 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.12.12/parent-3.12.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/parent/3.12.12/parent-3.12.12.pom (21 kB at 379 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.7.2/servicecatalog-client-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.7.2/servicecatalog-client-6.7.2.pom (6.9 kB at 343 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/service-catalog/6.7.2/service-catalog-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/service-catalog/6.7.2/service-catalog-6.7.2.pom (1.4 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-extensions/6.7.2/kubernetes-extensions-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-extensions/6.7.2/kubernetes-extensions-6.7.2.pom (2.5 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.7.2/servicecatalog-model-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.7.2/servicecatalog-model-6.7.2.pom (3.5 kB at 231 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-okhttp/6.7.2/kubernetes-httpclient-okhttp-6.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-okhttp/6.7.2/kubernetes-httpclient-okhttp-6.7.2.pom (6.9 kB at 493 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.14.9/logging-interceptor-3.14.9.pom (2.2 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.2.12.Final/quarkus-kubernetes-client-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.2.12.Final/quarkus-kubernetes-client-internal-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.2.12.Final/quarkus-jackson-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.15.2/jackson-module-parameter-names-2.15.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.7.2/kubernetes-client-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.2.12.Final/quarkus-kubernetes-client-internal-3.2.12.Final.jar (15 kB at 617 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.7.2/kubernetes-client-api-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.15.2/jackson-module-parameter-names-2.15.2.jar (10 kB at 398 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.7.2/kubernetes-model-core-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.2.12.Final/quarkus-kubernetes-client-3.2.12.Final.jar (12 kB at 439 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.7.2/kubernetes-model-common-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.2.12.Final/quarkus-jackson-3.2.12.Final.jar (14 kB at 530 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.7.2/kubernetes-model-gatewayapi-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.7.2/kubernetes-model-common-6.7.2.jar (30 kB at 705 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.7.2/kubernetes-model-resource-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.7.2/kubernetes-model-gatewayapi-6.7.2.jar (1.0 MB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.7.2/kubernetes-model-rbac-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.7.2/kubernetes-client-api-6.7.2.jar (486 kB at 7.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.7.2/kubernetes-model-admissionregistration-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.7.2/kubernetes-client-6.7.2.jar (392 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.7.2/kubernetes-model-apps-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.7.2/kubernetes-model-resource-6.7.2.jar (228 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.7.2/kubernetes-model-autoscaling-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.7.2/kubernetes-model-admissionregistration-6.7.2.jar (961 kB at 9.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.7.2/kubernetes-model-apiextensions-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.7.2/kubernetes-model-rbac-6.7.2.jar (174 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.7.2/kubernetes-model-batch-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.7.2/kubernetes-model-apps-6.7.2.jar (531 kB at 3.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.7.2/kubernetes-model-certificates-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.7.2/kubernetes-model-certificates-6.7.2.jar (145 kB at 865 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.7.2/kubernetes-model-coordination-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.7.2/kubernetes-model-core-6.7.2.jar (4.9 MB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/6.7.2/kubernetes-model-discovery-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.7.2/kubernetes-model-batch-6.7.2.jar (297 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.7.2/kubernetes-model-events-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.7.2/kubernetes-model-autoscaling-6.7.2.jar (953 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.7.2/kubernetes-model-extensions-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.7.2/kubernetes-model-apiextensions-6.7.2.jar (1.0 MB at 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.7.2/kubernetes-model-flowcontrol-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/6.7.2/kubernetes-model-discovery-6.7.2.jar (192 kB at 944 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.7.2/kubernetes-model-networking-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.7.2/kubernetes-model-events-6.7.2.jar (104 kB at 509 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.7.2/kubernetes-model-metrics-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.7.2/kubernetes-model-coordination-6.7.2.jar (49 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.7.2/kubernetes-model-policy-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.7.2/kubernetes-model-flowcontrol-6.7.2.jar (1.0 MB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.7.2/kubernetes-model-scheduling-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.7.2/kubernetes-model-extensions-6.7.2.jar (580 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.7.2/kubernetes-model-storageclass-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.7.2/kubernetes-model-metrics-6.7.2.jar (78 kB at 345 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.7.2/kubernetes-model-node-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.7.2/kubernetes-model-policy-6.7.2.jar (342 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/snakeyaml/snakeyaml-engine/2.6/snakeyaml-engine-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.7.2/kubernetes-model-scheduling-6.7.2.jar (66 kB at 284 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.7.2/kubernetes-model-node-6.7.2.jar (159 kB at 650 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.7.2/kubernetes-httpclient-vertx-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.7.2/kubernetes-model-networking-6.7.2.jar (577 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar (36 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar (127 kB at 485 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.7.2/kubernetes-server-mock-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 251 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.7.2/kubernetes-model-storageclass-6.7.2.jar (396 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/snakeyaml/snakeyaml-engine/2.6/snakeyaml-engine-2.6.jar (292 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.7.2/servicecatalog-client-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.7.2/kubernetes-server-mock-6.7.2.jar (62 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.7.2/servicecatalog-model-6.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/0.2.2/mockwebserver-0.2.2.jar (79 kB at 281 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.jar (37 kB at 132 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.7.2/kubernetes-httpclient-vertx-6.7.2.jar (30 kB at 106 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.7.2/servicecatalog-client-6.7.2.jar (24 kB at 83 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.7.2/servicecatalog-model-6.7.2.jar (850 kB at 2.7 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-command ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 21 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/AbstractCommandContext.java:43: warning: no comment
[WARNING] protected final T command;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/AbstractCommandContext.java:41: warning: no comment
[WARNING] protected static final Logger LOG = LoggerFactory.getLogger(AbstractCommandContext.class);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/CommandContext.java:41: warning: no comment
[WARNING] String KEY_TENANT_CONFIG = "tenant-config";
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hono:hono-client-registry >----------------
[INFO] Building Hono Device Registry Client 2.5.1                       [22/57]
[INFO]   from clients/registry/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-registry ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-registry ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-registry ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-registry ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-registry ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-registry ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-registry ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-registry ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-registry ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-registry ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-registry ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-registry ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-registry ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-command-amqp >--------------
[INFO] Building Hono Client for Command & Control (AMQP) 2.5.1          [23/57]
[INFO]   from clients/command-amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-amqp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-amqp ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-command-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-amqp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-amqp ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-amqp ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-amqp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-amqp ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-amqp ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command-amqp ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command-amqp ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-command-kafka >-------------
[INFO] Building Hono Client for Command & Control (Kafka) 2.5.1         [24/57]
[INFO]   from clients/command-kafka/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-kafka ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-kafka ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-kafka ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-command-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-kafka ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-kafka ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-kafka ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-kafka ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-kafka ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-kafka ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command-kafka ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command-kafka ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command-kafka ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command-kafka ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.hono:hono-client-command-pubsub >-------------
[INFO] Building Hono Client for Command & Control (Pub/Sub) 2.5.1       [25/57]
[INFO]   from clients/command-pubsub/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-pubsub ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-pubsub ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-pubsub ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-command-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-pubsub ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-pubsub ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-pubsub ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-pubsub ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedCommand.java:86: warning: empty <p> tag
[WARNING] * <p>
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command-pubsub ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command-pubsub ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command-pubsub ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command-pubsub ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< org.eclipse.hono:hono-client-registry-amqp >-------------
[INFO] Building Hono Registry Client (AMQP) 2.5.1                       [26/57]
[INFO]   from clients/registry-amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-registry-amqp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-registry-amqp ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-registry-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-registry-amqp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-registry-amqp ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-registry-amqp ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-registry-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-registry-amqp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry-amqp ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-registry-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-registry-amqp ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-registry-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-registry-amqp ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-registry-amqp ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-registry-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-registry-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-registry-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-registry-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hono:hono-client-telemetry >---------------
[INFO] Building Hono Telemetry Client 2.5.1                             [27/57]
[INFO]   from clients/telemetry/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-telemetry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.hono:hono-client-telemetry-amqp >-------------
[INFO] Building Hono Telemetry Client (AMQP) 2.5.1                      [28/57]
[INFO]   from clients/telemetry-amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-amqp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-amqp ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-telemetry-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-amqp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-amqp ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-amqp ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry-amqp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-amqp ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-amqp ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry-amqp ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry-amqp ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.hono:hono-client-telemetry-kafka >------------
[INFO] Building Hono Telemetry Client (Kafka) 2.5.1                     [29/57]
[INFO]   from clients/telemetry-kafka/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-kafka ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-kafka ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-kafka ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-telemetry-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-kafka ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-kafka ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-kafka ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry-kafka ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-kafka ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-kafka ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry-kafka ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry-kafka ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry-kafka ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry-kafka ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-client-telemetry-pubsub >------------
[INFO] Building Hono Telemetry Client (PubSub) 2.5.1                    [30/57]
[INFO]   from clients/telemetry-pubsub/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-pubsub ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-pubsub ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-pubsub ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-telemetry-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-pubsub ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry-pubsub ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-pubsub ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-pubsub ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry-pubsub ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry-pubsub ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry-pubsub ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry-pubsub ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry-pubsub ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-base >-----------------
[INFO] Building Hono Adapter Base 2.5.1                                 [31/57]
[INFO]   from adapter-base/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-base ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-base ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 61 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-base ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-base ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 27 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-base ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.java:62: warning: no comment
[WARNING] protected Clock clock = Clock.systemUTC();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.java:64: warning: no comment
[WARNING] protected final Tracer tracer;
[WARNING] ^
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-base ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-base ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-base ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-base ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hono:adapter-base-test-utils >--------------
[INFO] Building Hono Adapter Base Test Utils 2.5.1                      [32/57]
[INFO]   from test-utils/adapter-base-test-utils/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ adapter-base-test-utils ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ adapter-base-test-utils ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ adapter-base-test-utils ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ adapter-base-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ adapter-base-test-utils ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ adapter-base-test-utils ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ adapter-base-test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ adapter-base-test-utils ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ adapter-base-test-utils ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ adapter-base-test-utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ adapter-base-test-utils ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ adapter-base-test-utils ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ adapter-base-test-utils ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.5.1.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ adapter-base-test-utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ adapter-base-test-utils ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/2.5.1/adapter-base-test-utils-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/2.5.1/adapter-base-test-utils-2.5.1.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ adapter-base-test-utils ---
[INFO] Skipping Nexus Staging Deploy Mojo at user's demand.
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-adapters >-------------------
[INFO] Building Hono Protocol Adapters 2.5.1                            [33/57]
[INFO]   from adapters/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.pom (3.6 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.pom (6.3 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.20.0/log4j-2.20.0.pom (67 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/7/logging-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/7/logging-parent-7.pom (3.3 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.20.0/log4j-bom-2.20.0.pom (9.0 kB at 334 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.14/groovy-bom-3.0.14.pom (26 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom (17 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 766 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.0.0/jakarta.jakartaee-bom-9.0.0.pom (9.6 kB at 531 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.0.0/jakartaee-api-parent-9.0.0.pom (15 kB at 928 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.50.v20221201/jetty-bom-9.4.50.v20221201.pom (18 kB at 981 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.2/kubernetes-client-bom-5.12.2.pom (26 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.86.Final/netty-bom-4.1.86.Final.pom (13 kB at 577 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.24/spring-framework-bom-5.3.24.pom (5.7 kB at 377 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.1.Final/log4j2-jboss-logmanager-1.1.1.Final.jar (16 kB at 626 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.20.0/log4j-api-2.20.0.jar (313 kB at 7.1 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapters ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapters ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapters ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapters ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapters ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapters ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapters ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapters ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapters ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapters ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/target/hono-adapters-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapters ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/target/hono-adapters-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hono:hono-adapters-parent >----------------
[INFO] Building Hono Protocol Adapters Parent 2.5.1                     [34/57]
[INFO]   from adapters/parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.2.12.Final/quarkus-logging-gelf-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.2.12.Final/quarkus-logging-gelf-3.2.12.Final.pom (2.1 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-parent/3.2.12.Final/quarkus-logging-gelf-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-parent/3.2.12.Final/quarkus-logging-gelf-parent-3.2.12.Final.pom (755 B at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.pom (31 kB at 970 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.5.0.Final/arquillian-bom-1.5.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.5.0.Final/arquillian-bom-1.5.0.Final.pom (9.1 kB at 351 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom (5.3 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.5.2/junit-bom-5.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.5.2/junit-bom-5.5.2.pom (4.4 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.94.Final/netty-bom-4.1.94.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.94.Final/netty-bom-4.1.94.Final.pom (13 kB at 830 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.2.12.Final/quarkus-logging-json-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.2.12.Final/quarkus-logging-json-3.2.12.Final.pom (2.4 kB at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-parent/3.2.12.Final/quarkus-logging-json-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-parent/3.2.12.Final/quarkus-logging-json-parent-3.2.12.Final.pom (755 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.2.12.Final/quarkus-micrometer-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.2.12.Final/quarkus-micrometer-3.2.12.Final.pom (5.3 kB at 251 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-parent/3.2.12.Final/quarkus-micrometer-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-parent/3.2.12.Final/quarkus-micrometer-parent-3.2.12.Final.pom (1.3 kB at 75 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.2.12.Final/quarkus-kafka-client-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.2.12.Final/quarkus-kafka-client-3.2.12.Final.pom (3.9 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/3.2.12.Final/quarkus-kafka-client-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/3.2.12.Final/quarkus-kafka-client-parent-3.2.12.Final.pom (723 B at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.2.12.Final/quarkus-caffeine-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.2.12.Final/quarkus-caffeine-3.2.12.Final.pom (1.9 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/3.2.12.Final/quarkus-caffeine-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/3.2.12.Final/quarkus-caffeine-parent-3.2.12.Final.pom (746 B at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.2.12.Final/quarkus-logging-gelf-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.2.12.Final/quarkus-logging-json-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.2.12.Final/quarkus-micrometer-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.2.12.Final/quarkus-kafka-client-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.2.12.Final/quarkus-logging-gelf-3.2.12.Final.jar (10.0 kB at 498 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.2.12.Final/quarkus-caffeine-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.2.12.Final/quarkus-kafka-client-3.2.12.Final.jar (84 kB at 3.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.jar (192 kB at 4.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.2.12.Final/quarkus-logging-json-3.2.12.Final.jar (16 kB at 372 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.2.12.Final/quarkus-caffeine-3.2.12.Final.jar (5.8 kB at 139 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.2.12.Final/quarkus-micrometer-3.2.12.Final.jar (193 kB at 4.1 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapters-parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapters-parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapters-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapters-parent ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapters-parent ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapters-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-adapters-parent ---
[INFO] Type of the artifact is POM, skipping build goal
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapters-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapters-parent ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapters-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapters-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapters-parent ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/target/hono-adapters-parent-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapters-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/target/hono-adapters-parent-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-amqp >-----------------
[INFO] Building Hono AMQP Adapter 2.5.1                                 [35/57]
[INFO]   from adapters/amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-amqp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-amqp ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-amqp ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-amqp ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-amqp ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-amqp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-amqp ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:adapter-base-test-utils:jar:2.5.1'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-adapter-amqp ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.2.12.Final/quarkus-vertx-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.2.12.Final/quarkus-vertx-deployment-3.2.12.Final.pom (2.8 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.2.12.Final/quarkus-arc-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.2.12.Final/quarkus-arc-deployment-3.2.12.Final.pom (2.7 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.2.12.Final/quarkus-smallrye-context-propagation-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.2.12.Final/quarkus-smallrye-context-propagation-spi-3.2.12.Final.pom (1.1 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/3.2.12.Final/quarkus-vertx-http-dev-console-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/3.2.12.Final/quarkus-vertx-http-dev-console-spi-3.2.12.Final.pom (1.3 kB at 90 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.2.12.Final/quarkus-vertx-http-dev-ui-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.2.12.Final/quarkus-vertx-http-dev-ui-spi-3.2.12.Final.pom (811 B at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.2.12.Final/arc-processor-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.2.12.Final/arc-processor-3.2.12.Final.pom (1.9 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.2.12.Final/quarkus-netty-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.2.12.Final/quarkus-netty-deployment-3.2.12.Final.pom (1.5 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.2.12.Final/quarkus-mutiny-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.2.12.Final/quarkus-mutiny-deployment-3.2.12.Final.pom (2.0 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.2.12.Final/quarkus-smallrye-context-propagation-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.2.12.Final/quarkus-smallrye-context-propagation-deployment-3.2.12.Final.pom (2.1 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.2.12.Final/quarkus-jackson-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.2.12.Final/quarkus-jackson-deployment-3.2.12.Final.pom (2.1 kB at 164 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.2.12.Final/quarkus-jackson-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.2.12.Final/quarkus-jackson-spi-3.2.12.Final.pom (836 B at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.2.12.Final/quarkus-config-yaml-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.2.12.Final/quarkus-config-yaml-deployment-3.2.12.Final.pom (2.1 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.2.12.Final/quarkus-logging-gelf-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.2.12.Final/quarkus-logging-gelf-deployment-3.2.12.Final.pom (1.6 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.2.12.Final/quarkus-logging-json-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.2.12.Final/quarkus-logging-json-deployment-3.2.12.Final.pom (2.6 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.2.12.Final/quarkus-jsonp-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.2.12.Final/quarkus-jsonp-deployment-3.2.12.Final.pom (1.5 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.2.12.Final/quarkus-micrometer-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.2.12.Final/quarkus-micrometer-deployment-3.2.12.Final.pom (5.9 kB at 454 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.2.12.Final/quarkus-vertx-http-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.2.12.Final/quarkus-vertx-http-deployment-3.2.12.Final.pom (24 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.2.12.Final/quarkus-vertx-http-deployment-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.2.12.Final/quarkus-vertx-http-deployment-spi-3.2.12.Final.pom (832 B at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.2.12.Final/quarkus-kubernetes-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.2.12.Final/quarkus-kubernetes-spi-3.2.12.Final.pom (1.2 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-parent/3.2.12.Final/quarkus-kubernetes-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-parent/3.2.12.Final/quarkus-kubernetes-parent-3.2.12.Final.pom (840 B at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.2.12.Final/quarkus-vertx-http-dev-ui-resources-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.2.12.Final/quarkus-vertx-http-dev-ui-resources-3.2.12.Final.pom (14 kB at 828 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.pom (2.7 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.pom (3.2 kB at 231 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.pom (2.6 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.pom (1.7 kB at 131 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/app-layout/24.0.5/app-layout-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/app-layout/24.0.5/app-layout-24.0.5.pom (3.4 kB at 279 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.pom (2.5 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.pom (1.7 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/button/24.0.5/button-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/button/24.0.5/button-24.0.5.pom (3.5 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.3.1/dedupe-mixin-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.3.1/dedupe-mixin-1.3.1.pom (1.5 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/component-base/24.0.5/component-base-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/component-base/24.0.5/component-base-24.0.5.pom (3.2 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/2.7.4/lit-2.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/2.7.4/lit-2.7.4.pom (2.4 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/1.6.1/reactive-element-1.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/1.6.1/reactive-element-1.6.1.pom (2.2 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.1.1/ssr-dom-shim-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.1.1/ssr-dom-shim-1.1.1.pom (2.3 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/3.3.2/lit-element-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/3.3.2/lit-element-3.3.2.pom (3.0 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/2.7.4/lit-html-2.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/2.7.4/lit-html-2.7.4.pom (2.6 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.3/trusted-types-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.3/trusted-types-2.0.3.pom (1.3 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-lumo-styles/24.0.5/vaadin-lumo-styles-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-lumo-styles/24.0.5/vaadin-lumo-styles-24.0.5.pom (2.9 kB at 244 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-themable-mixin/24.0.5/vaadin-themable-mixin-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-themable-mixin/24.0.5/vaadin-themable-mixin-24.0.5.pom (2.7 kB at 192 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-material-styles/24.0.5/vaadin-material-styles-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-material-styles/24.0.5/vaadin-material-styles-24.0.5.pom (2.8 kB at 254 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar-group/24.0.5/avatar-group-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar-group/24.0.5/avatar-group-24.0.5.pom (4.0 kB at 331 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar/24.0.5/avatar-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar/24.0.5/avatar-24.0.5.pom (3.8 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/item/24.0.5/item-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/item/24.0.5/item-24.0.5.pom (3.3 kB at 196 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/list-box/24.0.5/list-box-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/list-box/24.0.5/list-box-24.0.5.pom (3.3 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/overlay/24.0.5/overlay-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/overlay/24.0.5/overlay-24.0.5.pom (3.3 kB at 197 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tooltip/24.0.5/tooltip-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tooltip/24.0.5/tooltip-24.0.5.pom (3.4 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icons/24.0.5/icons-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icons/24.0.5/icons-24.0.5.pom (2.7 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icon/24.0.5/icon-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icon/24.0.5/icon-24.0.5.pom (3.2 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/login/24.0.5/login-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/login/24.0.5/login-24.0.5.pom (4.0 kB at 265 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/password-field/24.0.5/password-field-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/password-field/24.0.5/password-field-24.0.5.pom (3.5 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-field/24.0.5/text-field-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-field/24.0.5/text-field-24.0.5.pom (3.8 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/field-base/24.0.5/field-base-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/field-base/24.0.5/field-base-24.0.5.pom (3.0 kB at 271 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/input-container/24.0.5/input-container-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/input-container/24.0.5/input-container-24.0.5.pom (3.2 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/integer-field/24.0.5/integer-field-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/integer-field/24.0.5/integer-field-24.0.5.pom (3.2 kB at 188 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/number-field/24.0.5/number-field-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/number-field/24.0.5/number-field-24.0.5.pom (3.8 kB at 348 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/accordion/24.0.5/accordion-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/accordion/24.0.5/accordion-24.0.5.pom (3.3 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/details/24.0.5/details-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/details/24.0.5/details-24.0.5.pom (3.5 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/horizontal-layout/24.0.5/horizontal-layout-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/horizontal-layout/24.0.5/horizontal-layout-24.0.5.pom (3.2 kB at 268 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/combo-box/24.0.5/combo-box-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/combo-box/24.0.5/combo-box-24.0.5.pom (4.2 kB at 280 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/lit-renderer/24.0.5/lit-renderer-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/lit-renderer/24.0.5/lit-renderer-24.0.5.pom (2.6 kB at 197 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/confirm-dialog/24.0.5/confirm-dialog-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/confirm-dialog/24.0.5/confirm-dialog-24.0.5.pom (3.7 kB at 334 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/dialog/24.0.5/dialog-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/dialog/24.0.5/dialog-24.0.5.pom (3.7 kB at 305 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox/24.0.5/checkbox-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox/24.0.5/checkbox-24.0.5.pom (3.6 kB at 281 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox-group/24.0.5/checkbox-group-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox-group/24.0.5/checkbox-group-24.0.5.pom (3.5 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/context-menu/24.0.5/context-menu-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/context-menu/24.0.5/context-menu-24.0.5.pom (4.1 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/custom-field/24.0.5/custom-field-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/custom-field/24.0.5/custom-field-24.0.5.pom (3.4 kB at 280 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-picker/24.0.5/date-picker-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-picker/24.0.5/date-picker-24.0.5.pom (4.1 kB at 406 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-time-picker/24.0.5/date-time-picker-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-time-picker/24.0.5/date-time-picker-24.0.5.pom (3.9 kB at 227 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/time-picker/24.0.5/time-picker-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/time-picker/24.0.5/time-picker-24.0.5.pom (4.0 kB at 333 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/email-field/24.0.5/email-field-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/email-field/24.0.5/email-field-24.0.5.pom (3.5 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/grid/24.0.5/grid-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/grid/24.0.5/grid-24.0.5.pom (3.9 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/menu-bar/24.0.5/menu-bar-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/menu-bar/24.0.5/menu-bar-24.0.5.pom (4.1 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-list/24.0.5/message-list-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-list/24.0.5/message-list-24.0.5.pom (3.5 kB at 291 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-input/24.0.5/message-input-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-input/24.0.5/message-input-24.0.5.pom (3.5 kB at 320 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-area/24.0.5/text-area-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-area/24.0.5/text-area-24.0.5.pom (3.8 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/multi-select-combo-box/24.0.5/multi-select-combo-box-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/multi-select-combo-box/24.0.5/multi-select-combo-box-24.0.5.pom (4.2 kB at 349 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/radio-group/24.0.5/radio-group-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/radio-group/24.0.5/radio-group-24.0.5.pom (3.4 kB at 224 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/progress-bar/24.0.5/progress-bar-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/progress-bar/24.0.5/progress-bar-24.0.5.pom (3.5 kB at 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/split-layout/24.0.5/split-layout-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/split-layout/24.0.5/split-layout-24.0.5.pom (3.2 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vertical-layout/24.0.5/vertical-layout-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vertical-layout/24.0.5/vertical-layout-24.0.5.pom (3.2 kB at 292 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabs/24.0.5/tabs-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabs/24.0.5/tabs-24.0.5.pom (3.3 kB at 278 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/scroller/24.0.5/scroller-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/scroller/24.0.5/scroller-24.0.5.pom (3.2 kB at 245 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/form-layout/24.0.5/form-layout-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/form-layout/24.0.5/form-layout-24.0.5.pom (3.3 kB at 296 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabsheet/24.0.5/tabsheet-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabsheet/24.0.5/tabsheet-24.0.5.pom (3.5 kB at 219 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/select/24.0.5/select-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/select/24.0.5/select-24.0.5.pom (4.3 kB at 331 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/notification/24.0.5/notification-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/notification/24.0.5/notification-24.0.5.pom (3.5 kB at 250 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/upload/24.0.5/upload-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/upload/24.0.5/upload-24.0.5.pom (3.7 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/virtual-list/24.0.5/virtual-list-24.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/virtual-list/24.0.5/virtual-list-24.0.5.pom (3.4 kB at 199 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.pom (1.2 kB at 104 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.2/echarts-5.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.2/echarts-5.4.2.pom (2.2 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.pom (2.0 kB at 157 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.3/zrender-5.4.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.3/zrender-5.4.3.pom (2.9 kB at 161 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.pom (1.3 kB at 106 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.7.2/es-module-shims-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.7.2/es-module-shims-1.7.2.pom (1.3 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/importmap/1.0.8/importmap-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/importmap/1.0.8/importmap-1.0.8.pom (5.7 kB at 353 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.2.12.Final/quarkus-resteasy-common-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.2.12.Final/quarkus-resteasy-common-spi-3.2.12.Final.pom (777 B at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-parent/3.2.12.Final/quarkus-resteasy-common-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-parent/3.2.12.Final/quarkus-resteasy-common-parent-3.2.12.Final.pom (799 B at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-parent-aggregator/3.2.12.Final/quarkus-resteasy-parent-aggregator-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-parent-aggregator/3.2.12.Final/quarkus-resteasy-parent-aggregator-3.2.12.Final.pom (1.4 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-spi-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-spi-deployment-3.2.12.Final.pom (941 B at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-parent/3.2.12.Final/quarkus-resteasy-reactive-common-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-parent/3.2.12.Final/quarkus-resteasy-reactive-common-parent-3.2.12.Final.pom (837 B at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/3.2.12.Final/quarkus-resteasy-reactive-parent-aggregator-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/3.2.12.Final/quarkus-resteasy-reactive-parent-aggregator-3.2.12.Final.pom (1.8 kB at 153 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom (18 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom (2.8 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.2.12.Final/quarkus-undertow-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.2.12.Final/quarkus-undertow-spi-3.2.12.Final.pom (2.0 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/3.2.12.Final/quarkus-http-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/3.2.12.Final/quarkus-http-parent-3.2.12.Final.pom (770 B at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.0.3.Final/quarkus-http-servlet-5.0.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.0.3.Final/quarkus-http-servlet-5.0.3.Final.pom (19 kB at 966 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/5.0.3.Final/quarkus-http-parent-5.0.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/5.0.3.Final/quarkus-http-parent-5.0.3.Final.pom (30 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/28/jboss-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/28/jboss-parent-28.pom (35 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.0.3.Final/quarkus-http-core-5.0.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.0.3.Final/quarkus-http-core-5.0.3.Final.pom (27 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.0.3.Final/quarkus-http-http-core-5.0.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.0.3.Final/quarkus-http-http-core-5.0.3.Final.pom (4.8 kB at 370 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (19 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/16.0.0.Final/jboss-metadata-web-16.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/16.0.0.Final/jboss-metadata-web-16.0.0.Final.pom (4.6 kB at 325 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-as-parent-metadata/16.0.0.Final/jboss-as-parent-metadata-16.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-as-parent-metadata/16.0.0.Final/jboss-as-parent-metadata-16.0.0.Final.pom (18 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.pom (4.0 kB at 363 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.2.12.Final/quarkus-opentelemetry-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.2.12.Final/quarkus-opentelemetry-deployment-3.2.12.Final.pom (7.2 kB at 287 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.2.12.Final/quarkus-datasource-deployment-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.2.12.Final/quarkus-datasource-deployment-spi-3.2.12.Final.pom (1.1 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-parent/3.2.12.Final/quarkus-datasource-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-parent/3.2.12.Final/quarkus-datasource-parent-3.2.12.Final.pom (820 B at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.2.12.Final/quarkus-datasource-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.2.12.Final/quarkus-datasource-common-3.2.12.Final.pom (987 B at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.2.12.Final/quarkus-agroal-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.2.12.Final/quarkus-agroal-spi-3.2.12.Final.pom (1.1 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-parent/3.2.12.Final/quarkus-agroal-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-parent/3.2.12.Final/quarkus-agroal-parent-3.2.12.Final.pom (769 B at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.2.12.Final/quarkus-grpc-common-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.2.12.Final/quarkus-grpc-common-deployment-3.2.12.Final.pom (1.7 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-server-spi-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-server-spi-deployment-3.2.12.Final.pom (1.0 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent/3.2.12.Final/quarkus-resteasy-reactive-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent/3.2.12.Final/quarkus-resteasy-reactive-parent-3.2.12.Final.pom (821 B at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.2.12.Final/resteasy-reactive-processor-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.2.12.Final/resteasy-reactive-processor-3.2.12.Final.pom (2.8 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-server-parent/3.2.12.Final/resteasy-reactive-server-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-server-parent/3.2.12.Final/resteasy-reactive-server-parent-3.2.12.Final.pom (834 B at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-parent/3.2.12.Final/resteasy-reactive-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-parent/3.2.12.Final/resteasy-reactive-parent-3.2.12.Final.pom (29 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/stork/stork-bom/2.2.1/stork-bom-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/stork/stork-bom/2.2.1/stork-bom-2.2.1.pom (6.0 kB at 465 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.2.12.Final/resteasy-reactive-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.2.12.Final/resteasy-reactive-3.2.12.Final.pom (1.8 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.2.12.Final/resteasy-reactive-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.2.12.Final/resteasy-reactive-common-3.2.12.Final.pom (2.3 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/3.2.12.Final/resteasy-reactive-common-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/3.2.12.Final/resteasy-reactive-common-parent-3.2.12.Final.pom (770 B at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.2.12.Final/resteasy-reactive-common-types-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.2.12.Final/resteasy-reactive-common-types-3.2.12.Final.pom (796 B at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom (1.1 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.pom (1.1 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-parent/1.0.0/mutiny-zero-parent-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-parent/1.0.0/mutiny-zero-parent-1.0.0.pom (10 kB at 396 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/37/smallrye-build-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/37/smallrye-build-parent-37.pom (67 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.2.12.Final/resteasy-reactive-common-processor-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.2.12.Final/resteasy-reactive-common-processor-3.2.12.Final.pom (2.1 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.2.12.Final/quarkus-smallrye-health-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.2.12.Final/quarkus-smallrye-health-deployment-3.2.12.Final.pom (3.2 kB at 289 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.2.12.Final/quarkus-smallrye-health-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.2.12.Final/quarkus-smallrye-health-spi-3.2.12.Final.pom (776 B at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.2.12.Final/quarkus-smallrye-openapi-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.2.12.Final/quarkus-smallrye-openapi-spi-3.2.12.Final.pom (934 B at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-parent/3.2.12.Final/quarkus-smallrye-openapi-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-parent/3.2.12.Final/quarkus-smallrye-openapi-parent-3.2.12.Final.pom (745 B at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.4.0/smallrye-open-api-core-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.4.0/smallrye-open-api-core-3.4.0.pom (4.6 kB at 384 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-parent/3.4.0/smallrye-open-api-parent-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-parent/3.4.0/smallrye-open-api-parent-3.4.0.pom (17 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/10.0.0/jakarta.jakartaee-bom-10.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/10.0.0/jakarta.jakartaee-bom-10.0.0.pom (14 kB at 731 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom (15 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.15/jetty-bom-11.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.15/jetty-bom-11.0.15.pom (20 kB at 655 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/6.2.3.Final/resteasy-bom-6.2.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/6.2.3.Final/resteasy-bom-6.2.3.Final.pom (9.1 kB at 702 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.pom (1.5 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-parent/3.1.1/microprofile-openapi-parent-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-parent/3.1.1/microprofile-openapi-parent-3.1.1.pom (3.9 kB at 325 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.7/microprofile-parent-2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.7/microprofile-parent-2.7.pom (50 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.0.4/smallrye-health-ui-4.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.0.4/smallrye-health-ui-4.0.4.pom (4.7 kB at 392 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.2.12.Final/quarkus-kafka-client-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.2.12.Final/quarkus-kafka-client-deployment-3.2.12.Final.pom (3.3 kB at 149 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.2.12.Final/quarkus-caffeine-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.2.12.Final/quarkus-caffeine-deployment-3.2.12.Final.pom (1.7 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.18.3/testcontainers-1.18.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.18.3/testcontainers-1.18.3.pom (2.6 kB at 145 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.pom (6.2 kB at 478 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.0.1/annotations-24.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.0.1/annotations-24.0.1.pom (1.3 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.0/docker-java-api-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.0/docker-java-api-3.3.0.pom (2.3 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-parent/3.3.0/docker-java-parent-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-parent/3.3.0/docker-java-parent-3.3.0.pom (12 kB at 981 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.0/docker-java-transport-zerodep-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.0/docker-java-transport-zerodep-3.3.0.pom (4.1 kB at 340 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.0/docker-java-transport-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.0/docker-java-transport-3.3.0.pom (1.6 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom (1.6 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.pom (17 kB at 324 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.2.12.Final/quarkus-junit4-mock-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.2.12.Final/quarkus-junit4-mock-3.2.12.Final.pom (720 B at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.2.12.Final/quarkus-devservices-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.2.12.Final/quarkus-devservices-deployment-3.2.12.Final.pom (1.7 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-parent/3.2.12.Final/quarkus-devservices-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-parent/3.2.12.Final/quarkus-devservices-parent-3.2.12.Final.pom (1.2 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.2.12.Final/quarkus-devservices-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.2.12.Final/quarkus-devservices-common-3.2.12.Final.pom (1.5 kB at 67 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.2.12.Final/quarkus-kubernetes-client-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.2.12.Final/quarkus-kubernetes-client-deployment-3.2.12.Final.pom (2.9 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.2.12.Final/quarkus-kubernetes-client-internal-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.2.12.Final/quarkus-kubernetes-client-internal-deployment-3.2.12.Final.pom (2.7 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.2.12.Final/quarkus-kubernetes-client-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.2.12.Final/quarkus-kubernetes-client-spi-3.2.12.Final.pom (2.5 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.pom (1.8 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.2.0/quarkus-google-cloud-pubsub-deployment-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.2.0/quarkus-google-cloud-pubsub-deployment-2.2.0.pom (2.1 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.2.0/quarkus-google-cloud-common-deployment-2.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.2.0/quarkus-google-cloud-common-deployment-2.2.0.pom (1.8 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.18.3/gcloud-1.18.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.18.3/gcloud-1.18.3.pom (1.5 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.2.12.Final/quarkus-smallrye-context-propagation-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.2.12.Final/quarkus-smallrye-context-propagation-spi-3.2.12.Final.jar (3.6 kB at 243 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.2.12.Final/arc-processor-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.2.12.Final/arc-processor-3.2.12.Final.jar (638 kB at 23 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.2.12.Final/quarkus-arc-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.2.12.Final/quarkus-arc-deployment-3.2.12.Final.jar (271 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.2.12.Final/quarkus-netty-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.2.12.Final/quarkus-netty-deployment-3.2.12.Final.jar (16 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.2.12.Final/quarkus-smallrye-context-propagation-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.2.12.Final/quarkus-smallrye-context-propagation-deployment-3.2.12.Final.jar (17 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.2.12.Final/quarkus-mutiny-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.2.12.Final/quarkus-mutiny-deployment-3.2.12.Final.jar (4.3 kB at 206 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.2.12.Final/quarkus-vertx-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.2.12.Final/quarkus-vertx-deployment-3.2.12.Final.jar (43 kB at 3.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.2.12.Final/quarkus-jackson-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.2.12.Final/quarkus-jackson-spi-3.2.12.Final.jar (5.9 kB at 393 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.2.12.Final/quarkus-jackson-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.2.12.Final/quarkus-jackson-deployment-3.2.12.Final.jar (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.2.12.Final/quarkus-config-yaml-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.2.12.Final/quarkus-config-yaml-deployment-3.2.12.Final.jar (5.0 kB at 312 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.2.12.Final/quarkus-logging-gelf-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.2.12.Final/quarkus-logging-gelf-deployment-3.2.12.Final.jar (4.8 kB at 477 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.2.12.Final/quarkus-jsonp-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.2.12.Final/quarkus-jsonp-deployment-3.2.12.Final.jar (3.8 kB at 346 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.2.12.Final/quarkus-logging-json-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.2.12.Final/quarkus-logging-json-deployment-3.2.12.Final.jar (4.1 kB at 274 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.2.12.Final/quarkus-kubernetes-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.2.12.Final/quarkus-kubernetes-spi-3.2.12.Final.jar (33 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar (248 kB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.jar (5.2 kB at 323 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/app-layout/24.0.5/app-layout-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/app-layout/24.0.5/app-layout-24.0.5.jar (25 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar-group/24.0.5/avatar-group-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar-group/24.0.5/avatar-group-24.0.5.jar (21 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icons/24.0.5/icons-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icons/24.0.5/icons-24.0.5.jar (1.2 MB at 50 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/login/24.0.5/login-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/login/24.0.5/login-24.0.5.jar (28 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/integer-field/24.0.5/integer-field-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/integer-field/24.0.5/integer-field-24.0.5.jar (13 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/accordion/24.0.5/accordion-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/accordion/24.0.5/accordion-24.0.5.jar (20 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar/24.0.5/avatar-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/avatar/24.0.5/avatar-24.0.5.jar (16 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/horizontal-layout/24.0.5/horizontal-layout-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/horizontal-layout/24.0.5/horizontal-layout-24.0.5.jar (11 kB at 758 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/button/24.0.5/button-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/button/24.0.5/button-24.0.5.jar (15 kB at 852 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/combo-box/24.0.5/combo-box-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/combo-box/24.0.5/combo-box-24.0.5.jar (52 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/confirm-dialog/24.0.5/confirm-dialog-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/confirm-dialog/24.0.5/confirm-dialog-24.0.5.jar (17 kB at 773 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox/24.0.5/checkbox-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox/24.0.5/checkbox-24.0.5.jar (16 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox-group/24.0.5/checkbox-group-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/checkbox-group/24.0.5/checkbox-group-24.0.5.jar (15 kB at 639 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/component-base/24.0.5/component-base-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/component-base/24.0.5/component-base-24.0.5.jar (68 kB at 5.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/context-menu/24.0.5/context-menu-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/context-menu/24.0.5/context-menu-24.0.5.jar (36 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/custom-field/24.0.5/custom-field-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/custom-field/24.0.5/custom-field-24.0.5.jar (17 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-picker/24.0.5/date-picker-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-picker/24.0.5/date-picker-24.0.5.jar (60 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-time-picker/24.0.5/date-time-picker-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/date-time-picker/24.0.5/date-time-picker-24.0.5.jar (21 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/time-picker/24.0.5/time-picker-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/time-picker/24.0.5/time-picker-24.0.5.jar (26 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/details/24.0.5/details-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/details/24.0.5/details-24.0.5.jar (19 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/dialog/24.0.5/dialog-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/dialog/24.0.5/dialog-24.0.5.jar (26 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/email-field/24.0.5/email-field-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/email-field/24.0.5/email-field-24.0.5.jar (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/password-field/24.0.5/password-field-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/password-field/24.0.5/password-field-24.0.5.jar (19 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/number-field/24.0.5/number-field-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/number-field/24.0.5/number-field-24.0.5.jar (19 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/field-base/24.0.5/field-base-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/field-base/24.0.5/field-base-24.0.5.jar (32 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/grid/24.0.5/grid-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/grid/24.0.5/grid-24.0.5.jar (125 kB at 9.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/input-container/24.0.5/input-container-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/input-container/24.0.5/input-container-24.0.5.jar (11 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/item/24.0.5/item-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/item/24.0.5/item-24.0.5.jar (14 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/list-box/24.0.5/list-box-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/list-box/24.0.5/list-box-24.0.5.jar (13 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/lit-renderer/24.0.5/lit-renderer-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/lit-renderer/24.0.5/lit-renderer-24.0.5.jar (7.2 kB at 479 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/menu-bar/24.0.5/menu-bar-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/menu-bar/24.0.5/menu-bar-24.0.5.jar (30 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-list/24.0.5/message-list-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-list/24.0.5/message-list-24.0.5.jar (19 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-input/24.0.5/message-input-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/message-input/24.0.5/message-input-24.0.5.jar (12 kB at 652 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/multi-select-combo-box/24.0.5/multi-select-combo-box-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/multi-select-combo-box/24.0.5/multi-select-combo-box-24.0.5.jar (37 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/radio-group/24.0.5/radio-group-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/radio-group/24.0.5/radio-group-24.0.5.jar (21 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/overlay/24.0.5/overlay-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/overlay/24.0.5/overlay-24.0.5.jar (18 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/progress-bar/24.0.5/progress-bar-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/progress-bar/24.0.5/progress-bar-24.0.5.jar (14 kB at 786 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/split-layout/24.0.5/split-layout-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/split-layout/24.0.5/split-layout-24.0.5.jar (16 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-area/24.0.5/text-area-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-area/24.0.5/text-area-24.0.5.jar (19 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tooltip/24.0.5/tooltip-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tooltip/24.0.5/tooltip-24.0.5.jar (19 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-material-styles/24.0.5/vaadin-material-styles-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-material-styles/24.0.5/vaadin-material-styles-24.0.5.jar (21 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-themable-mixin/24.0.5/vaadin-themable-mixin-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-themable-mixin/24.0.5/vaadin-themable-mixin-24.0.5.jar (10 kB at 847 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vertical-layout/24.0.5/vertical-layout-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vertical-layout/24.0.5/vertical-layout-24.0.5.jar (11 kB at 959 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabs/24.0.5/tabs-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabs/24.0.5/tabs-24.0.5.jar (20 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/scroller/24.0.5/scroller-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/scroller/24.0.5/scroller-24.0.5.jar (11 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-field/24.0.5/text-field-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/text-field/24.0.5/text-field-24.0.5.jar (17 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/form-layout/24.0.5/form-layout-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/form-layout/24.0.5/form-layout-24.0.5.jar (23 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabsheet/24.0.5/tabsheet-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/tabsheet/24.0.5/tabsheet-24.0.5.jar (14 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/select/24.0.5/select-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/select/24.0.5/select-24.0.5.jar (28 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/notification/24.0.5/notification-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/notification/24.0.5/notification-24.0.5.jar (19 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/upload/24.0.5/upload-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/upload/24.0.5/upload-24.0.5.jar (33 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/virtual-list/24.0.5/virtual-list-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/virtual-list/24.0.5/virtual-list-24.0.5.jar (13 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icon/24.0.5/icon-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/icon/24.0.5/icon-24.0.5.jar (12 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-lumo-styles/24.0.5/vaadin-lumo-styles-24.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-lumo-styles/24.0.5/vaadin-lumo-styles-24.0.5.jar (48 kB at 4.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar (11 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar (2.8 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.jar (198 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.jar (151 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.3.1/dedupe-mixin-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.3.1/dedupe-mixin-1.3.1.jar (2.9 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/2.7.4/lit-2.7.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/2.7.4/lit-2.7.4.jar (69 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/1.6.1/reactive-element-1.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/1.6.1/reactive-element-1.6.1.jar (251 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/3.3.2/lit-element-3.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/3.3.2/lit-element-3.3.2.jar (60 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/2.7.4/lit-html-2.7.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/2.7.4/lit-html-2.7.4.jar (591 kB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.1.1/ssr-dom-shim-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.1.1/ssr-dom-shim-1.1.1.jar (11 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.3/trusted-types-2.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.3/trusted-types-2.0.3.jar (2.5 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.jar (6.1 kB at 552 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.jar (12 kB at 679 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.3/zrender-5.4.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.3/zrender-5.4.3.jar (671 kB at 28 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.2/echarts-5.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.2/echarts-5.4.2.jar (8.5 MB at 90 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.jar (586 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.7.2/es-module-shims-1.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.7.2/es-module-shims-1.7.2.jar (52 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.2.12.Final/quarkus-vertx-http-dev-ui-resources-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.2.12.Final/quarkus-vertx-http-dev-ui-resources-3.2.12.Final.jar (696 kB at 35 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/importmap/1.0.8/importmap-1.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/importmap/1.0.8/importmap-1.0.8.jar (8.0 kB at 797 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.2.12.Final/quarkus-vertx-http-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.2.12.Final/quarkus-vertx-http-deployment-3.2.12.Final.jar (4.9 MB at 62 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.2.12.Final/quarkus-resteasy-common-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.2.12.Final/quarkus-resteasy-common-spi-3.2.12.Final.jar (8.8 kB at 804 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar (155 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-spi-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-spi-deployment-3.2.12.Final.jar (28 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.0.3.Final/quarkus-http-http-core-5.0.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.0.3.Final/quarkus-http-http-core-5.0.3.Final.jar (39 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.0.3.Final/quarkus-http-core-5.0.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.0.3.Final/quarkus-http-core-5.0.3.Final.jar (948 kB at 50 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.0.3.Final/quarkus-http-servlet-5.0.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.0.3.Final/quarkus-http-servlet-5.0.3.Final.jar (501 kB at 29 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (348 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.jar (567 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/16.0.0.Final/jboss-metadata-web-16.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/16.0.0.Final/jboss-metadata-web-16.0.0.Final.jar (593 kB at 31 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.2.12.Final/quarkus-undertow-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.2.12.Final/quarkus-undertow-spi-3.2.12.Final.jar (23 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.2.12.Final/quarkus-micrometer-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.2.12.Final/quarkus-micrometer-deployment-3.2.12.Final.jar (61 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.2.12.Final/quarkus-vertx-http-deployment-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.2.12.Final/quarkus-vertx-http-deployment-spi-3.2.12.Final.jar (6.6 kB at 548 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.2.12.Final/quarkus-datasource-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.2.12.Final/quarkus-datasource-common-3.2.12.Final.jar (7.1 kB at 642 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.2.12.Final/quarkus-datasource-deployment-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.2.12.Final/quarkus-datasource-deployment-spi-3.2.12.Final.jar (17 kB at 791 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.2.12.Final/quarkus-agroal-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.2.12.Final/quarkus-agroal-spi-3.2.12.Final.jar (5.8 kB at 577 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.2.12.Final/quarkus-grpc-common-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.2.12.Final/quarkus-grpc-common-deployment-3.2.12.Final.jar (6.1 kB at 558 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.2.12.Final/resteasy-reactive-common-types-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.2.12.Final/resteasy-reactive-common-types-3.2.12.Final.jar (3.3 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar (12 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar (14 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.2.12.Final/resteasy-reactive-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.2.12.Final/resteasy-reactive-common-3.2.12.Final.jar (310 kB at 22 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.2.12.Final/resteasy-reactive-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.2.12.Final/resteasy-reactive-3.2.12.Final.jar (516 kB at 22 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.2.12.Final/resteasy-reactive-common-processor-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.2.12.Final/resteasy-reactive-common-processor-3.2.12.Final.jar (124 kB at 8.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.2.12.Final/resteasy-reactive-processor-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.2.12.Final/resteasy-reactive-processor-3.2.12.Final.jar (145 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-server-spi-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.2.12.Final/quarkus-resteasy-reactive-server-spi-deployment-3.2.12.Final.jar (8.6 kB at 357 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.2.12.Final/quarkus-opentelemetry-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.2.12.Final/quarkus-opentelemetry-deployment-3.2.12.Final.jar (34 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.2.12.Final/quarkus-smallrye-health-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.2.12.Final/quarkus-smallrye-health-spi-3.2.12.Final.jar (3.5 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.jar (103 kB at 5.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.4.0/smallrye-open-api-core-3.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.4.0/smallrye-open-api-core-3.4.0.jar (505 kB at 30 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.2.12.Final/quarkus-smallrye-openapi-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.2.12.Final/quarkus-smallrye-openapi-spi-3.2.12.Final.jar (4.7 kB at 359 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.0.4/smallrye-health-ui-4.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.0.4/smallrye-health-ui-4.0.4.jar (85 kB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.2.12.Final/quarkus-smallrye-health-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.2.12.Final/quarkus-smallrye-health-deployment-3.2.12.Final.jar (27 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/3.2.12.Final/quarkus-vertx-http-dev-console-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-console-spi/3.2.12.Final/quarkus-vertx-http-dev-console-spi-3.2.12.Final.jar (11 kB at 942 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar (31 kB at 2.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.0/docker-java-api-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.0/docker-java-api-3.3.0.jar (471 kB at 21 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.0/docker-java-transport-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.0/docker-java-transport-3.3.0.jar (38 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar (1.7 MB at 48 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.0/docker-java-transport-zerodep-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.0/docker-java-transport-zerodep-3.3.0.jar (2.0 MB at 57 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.18.3/testcontainers-1.18.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.18.3/testcontainers-1.18.3.jar (12 MB at 91 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.jar (26 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.2.12.Final/quarkus-junit4-mock-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.2.12.Final/quarkus-junit4-mock-3.2.12.Final.jar (4.1 kB at 344 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.2.12.Final/quarkus-devservices-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.2.12.Final/quarkus-devservices-common-3.2.12.Final.jar (12 kB at 935 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.2.12.Final/quarkus-devservices-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.2.12.Final/quarkus-devservices-deployment-3.2.12.Final.jar (18 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.2.12.Final/quarkus-kafka-client-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.2.12.Final/quarkus-kafka-client-deployment-3.2.12.Final.jar (57 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.2.12.Final/quarkus-vertx-http-dev-ui-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.2.12.Final/quarkus-vertx-http-dev-ui-spi-3.2.12.Final.jar (26 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.2.12.Final/quarkus-caffeine-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.2.12.Final/quarkus-caffeine-deployment-3.2.12.Final.jar (11 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.2.12.Final/quarkus-kubernetes-client-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.2.12.Final/quarkus-kubernetes-client-spi-3.2.12.Final.jar (4.8 kB at 483 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.2.12.Final/quarkus-kubernetes-client-internal-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.2.12.Final/quarkus-kubernetes-client-internal-deployment-3.2.12.Final.jar (5.3 kB at 533 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.jar (217 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.2.12.Final/quarkus-kubernetes-client-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.2.12.Final/quarkus-kubernetes-client-deployment-3.2.12.Final.jar (29 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.2.0/quarkus-google-cloud-common-deployment-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.2.0/quarkus-google-cloud-common-deployment-2.2.0.jar (5.4 kB at 284 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.18.3/gcloud-1.18.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.18.3/gcloud-1.18.3.jar (7.1 kB at 508 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.2.0/quarkus-google-cloud-pubsub-deployment-2.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.2.0/quarkus-google-cloud-pubsub-deployment-2.2.0.jar (11 kB at 886 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.2.12.Final/quarkus-bom-quarkus-platform-properties-3.2.12.Final.properties
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.2.12.Final/quarkus-bom-quarkus-platform-properties-3.2.12.Final.properties (874 B at 49 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom-quarkus-platform-properties/3.2.12.Final/quarkus-google-cloud-services-bom-quarkus-platform-properties-3.2.12.Final.properties
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom-quarkus-platform-properties/3.2.12.Final/quarkus-google-cloud-services-bom-quarkus-platform-properties-3.2.12.Final.properties (843 B at 70 kB/s)
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5861ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-amqp ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-amqp ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-coap >-----------------
[INFO] Building Hono CoAP Adapter 2.5.1                                 [36/57]
[INFO]   from adapters/coap/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0.pom (3.3 kB at 205 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/3.10.0/cf-bom-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/3.10.0/cf-bom-3.10.0.pom (5.5 kB at 500 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/3.10.0/parent-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/3.10.0/parent-3.10.0.pom (30 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.10.0/californium-legal-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.10.0/californium-legal-3.10.0.pom (943 B at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.0.pom (3.0 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0.pom (3.4 kB at 263 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.10.0/californium-legal-3.10.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0.jar (562 kB at 18 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.10.0/californium-legal-3.10.0.jar (42 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.0.jar (364 kB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0.jar (669 kB at 19 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-coap ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-coap ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-coap ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-coap ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-coap ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-coap ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 27 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-coap ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-coap ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-coap ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-coap ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-coap ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-coap ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-adapter-coap ---
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 6094ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-coap ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-coap ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-coap ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-coap ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-coap ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-coap ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-http-base >---------------
[INFO] Building Hono HTTP Adapter base 2.5.1                            [37/57]
[INFO]   from adapters/http-base/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-http-base ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-http-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-http-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-http-base ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-http-base ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-http-base ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-http-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-http-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-http-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-http-base ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-http-base ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-http-base ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-http-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-http-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http-base ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-http-base ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-http >-----------------
[INFO] Building Hono HTTP Adapter 2.5.1                                 [38/57]
[INFO]   from adapters/http/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-http ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-http ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-http ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-http ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-http ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-http ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-http ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-http ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-http ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-adapter-http ---
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5395ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-http ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-http ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-http ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-http ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-http ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-http ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-lora >-----------------
[INFO] Building Hono Lora Adapter 2.5.1                                 [39/57]
[INFO]   from adapters/lora/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-lora ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-lora ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-lora ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-lora ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-lora ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-lora ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 36 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-lora ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-lora ---
[INFO] Copying 20 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-lora ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-lora ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-lora ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-lora ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:31: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_CHANNEL = "Channel";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:33: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_DEV_ALTITUDE = "DevAlt";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:34: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_DEV_LATITUDE = "DevLAT";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:35: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_DEV_LONGITUDE = "DevLON";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:32: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_FPORT = "FPort";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:36: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_FRAME_COUNT_UPLINK = "FCntUp";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:37: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_LRR = "Lrr";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:38: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_LRR_ID = "Lrrid";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:39: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_LRR_LATITUDE = "LrrLAT";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:40: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_LRR_LONGITUDE = "LrrLON";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:41: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_LRR_RSSI = "LrrRSSI";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:42: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_LRR_SNR = "LrrSNR";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:43: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_LRRS = "Lrrs";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:44: warning: no comment
[WARNING] protected static final String FIELD_ACTILITY_SPREADING_FACTOR = "SpFact";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:118: warning: no comment
[WARNING] protected abstract LoraMetaData extractMetaData(JsonObject rootObject);
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:49: warning: no comment
[WARNING] protected Optional<JsonObject> getRootObject(final JsonObject loraMessage) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:65: warning: no comment
[WARNING] public static final String ADAPTIVE_DATA_RATE_ENABLED = "adr_enabled";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:26: warning: no comment
[WARNING] public static final String APP_PROPERTY_BANDWIDTH = "bandwidth";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:27: warning: no comment
[WARNING] public static final String APP_PROPERTY_CHANNEL = "channel";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:28: warning: no comment
[WARNING] public static final String APP_PROPERTY_FUNCTION_ALTITUDE = "altitude";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:29: warning: no comment
[WARNING] public static final String APP_PROPERTY_FUNCTION_LATITUDE = "latitude";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:30: warning: no comment
[WARNING] public static final String APP_PROPERTY_FUNCTION_LONGITUDE = "longitude";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:41: warning: no comment
[WARNING] public static final String APP_PROPERTY_MIC = "mic";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:47: warning: no comment
[WARNING] public static final String APP_PROPERTY_RSS = "rss";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:50: warning: no comment
[WARNING] public static final String APP_PROPERTY_SNR = "snr";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:49: warning: no comment
[WARNING] public static final String APP_PROPERTY_SPREADING_FACTOR = "spreading_factor";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:48: warning: no comment
[WARNING] public static final String APP_PROPERTY_SUB_BAND = "sub_band";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:51: warning: no comment
[WARNING] public static final String APP_PROPERTY_TX_POWER = "tx_power";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:66: warning: no comment
[WARNING] public static final String CODING_RATE = "coding_rate";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:53: warning: no comment
[WARNING] public static final String CONTENT_TYPE_LORA_BASE = "application/vnd.eclipse-hono.lora.";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:55: warning: no comment
[WARNING] public static final String FIELD_AUTH_ID = "auth-id";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:56: warning: no comment
[WARNING] public static final String FIELD_LORA_CONFIG = "lora-network-server";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:60: warning: no comment
[WARNING] public static final String FIELD_LORA_CREDENTIAL_IDENTITY = "identity";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:61: warning: no comment
[WARNING] public static final String FIELD_LORA_CREDENTIAL_KEY = "key";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:62: warning: no comment
[WARNING] public static final String FIELD_LORA_DEVICE_PORT = "lora-port";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:63: warning: no comment
[WARNING] public static final String FIELD_LORA_DOWNLINK_PAYLOAD = "payload";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:58: warning: no comment
[WARNING] public static final String FIELD_LORA_PROVIDER = "provider";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:57: warning: no comment
[WARNING] public static final String FIELD_LORA_URL = "url";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:59: warning: no comment
[WARNING] public static final String FIELD_LORA_VENDOR_PROPERTIES = "vendor-properties";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:68: warning: no comment
[WARNING] public static final String FRAME_COUNT = "frame_count";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:67: warning: no comment
[WARNING] public static final String FREQUENCY = "frequency";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:69: warning: no comment
[WARNING] public static final String GATEWAY_ID = "gateway_id";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:70: warning: no comment
[WARNING] public static final String GATEWAYS = "gateways";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:71: warning: no comment
[WARNING] public static final String LOCATION = "location";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment
[WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment
[WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment
[WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment
[WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/SubscriptionKey.java:42: warning: no comment
[WARNING] public String getDeviceId() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/SubscriptionKey.java:38: warning: no comment
[WARNING] public String getTenant() {
[WARNING] ^
[WARNING] 50 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-adapter-lora ---
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5638ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-lora ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-lora ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-lora ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-lora ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-lora ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-lora ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-base >---------------
[INFO] Building Hono MQTT Adapter base 2.5.1                            [40/57]
[INFO]   from adapters/mqtt-base/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.4.9/vertx-mqtt-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.4.9/vertx-mqtt-4.4.9.pom (4.0 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.pom (2.6 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.4.9/vertx-mqtt-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.4.9/vertx-mqtt-4.4.9.jar (104 kB at 6.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.jar (114 kB at 2.7 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-mqtt-base ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-mqtt-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-mqtt-base ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-mqtt-base ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-mqtt-base ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-mqtt-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-mqtt-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-mqtt-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-mqtt-base ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-mqtt-base ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-mqtt-base ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-mqtt-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-mqtt-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt-base ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-mqtt-base ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-adapter-mqtt >-----------------
[INFO] Building Hono MQTT Adapter 2.5.1                                 [41/57]
[INFO]   from adapters/mqtt/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-mqtt ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-mqtt ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-mqtt ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-mqtt ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-mqtt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-mqtt ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-mqtt ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-mqtt ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-mqtt ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-adapter-mqtt ---
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5385ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-mqtt ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-mqtt ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-mqtt ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-mqtt ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-mqtt ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-mqtt ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< org.eclipse.hono:hono-adapter-sigfox >----------------
[INFO] Building Hono Sigfox Adapter 2.5.1                               [42/57]
[INFO]   from adapters/sigfox/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-sigfox ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-sigfox ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-sigfox ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-sigfox ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-sigfox ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-sigfox ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-sigfox ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-sigfox ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-sigfox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-sigfox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-sigfox ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-sigfox ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-adapter-sigfox ---
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 6279ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapter-sigfox ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-sigfox ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-sigfox ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-sigfox ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-adapter-sigfox ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-sigfox ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-client-device-amqp >--------------
[INFO] Building Hono Client Device AMQP 2.5.1                           [43/57]
[INFO]   from clients/device-amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-device-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-device-amqp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-device-amqp ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-device-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-device-amqp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-device-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-device-amqp ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-device-amqp ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-device-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-device-amqp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-device-amqp ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-device-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-device-amqp ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-device-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-device-amqp ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-device-amqp ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-device-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-device-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-device-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-device-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-client-application >--------------
[INFO] Building Hono Client for Business Applications 2.5.1             [44/57]
[INFO]   from clients/application/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-application ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-application ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-application ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-application ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-application ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-application ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------
[INFO] Building Hono Client for Business Applications (AMQP) 2.5.1      [45/57]
[INFO]   from clients/application-amqp/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-amqp ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-amqp ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-amqp ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-application-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-application-amqp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-amqp ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-amqp ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-amqp ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application-amqp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-amqp ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application-amqp ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-amqp ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-application-amqp ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-application-amqp ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-application-amqp ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-application-amqp ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application-amqp ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------< org.eclipse.hono:hono-client-application-kafka >-----------
[INFO] Building Hono Client for Business Applications (Kafka) 2.5.1     [46/57]
[INFO]   from clients/application-kafka/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-kafka ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-kafka ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-kafka ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-application-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-application-kafka ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-kafka ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-kafka ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-kafka ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application-kafka ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application-kafka ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-kafka ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-application-kafka ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-application-kafka ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-application-kafka ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-application-kafka ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application-kafka ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------< org.eclipse.hono:client-device-connection-infinispan >--------
[INFO] Building Hotrod Device Connection client 2.5.1                   [47/57]
[INFO]   from client-device-connection-infinispan/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.11.Final/infinispan-core-jakarta-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.11.Final/infinispan-core-jakarta-14.0.11.Final.pom (4.0 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/14.0.11.Final/infinispan-parent-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/14.0.11.Final/infinispan-parent-14.0.11.Final.pom (162 kB at 6.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/14.0.11.Final/infinispan-build-configuration-parent-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/14.0.11.Final/infinispan-build-configuration-parent-14.0.11.Final.pom (24 kB at 764 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/14.0.11.Final/infinispan-bom-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/14.0.11.Final/infinispan-bom-14.0.11.Final.pom (24 kB at 660 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.11.Final/infinispan-commons-jakarta-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.11.Final/infinispan-commons-jakarta-14.0.11.Final.pom (2.8 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/14.0.11.Final/infinispan-commons-parent-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/14.0.11.Final/infinispan-commons-parent-14.0.11.Final.pom (953 B at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.2.Final/protostream-4.6.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.2.Final/protostream-4.6.2.Final.pom (4.8 kB at 241 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.6.2.Final/parent-4.6.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.6.2.Final/parent-4.6.2.Final.pom (20 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.pom (3.1 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.pom (11 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.2.Final/protostream-types-4.6.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.2.Final/protostream-types-4.6.2.Final.pom (1.6 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.4/rxjava-3.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.4/rxjava-3.1.4.pom (1.8 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.12.Final/jgroups-5.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.12.Final/jgroups-5.2.12.Final.pom (21 kB at 740 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.pom (8.1 kB at 336 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.20/byteman-root-4.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-root/4.0.20/byteman-root-4.0.20.pom (22 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.pom (4.5 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.pom (2.3 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.pom (3.0 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.11.Final/infinispan-client-hotrod-jakarta-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.11.Final/infinispan-client-hotrod-jakarta-14.0.11.Final.pom (5.2 kB at 373 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.1.Final/wildfly-elytron-sasl-digest-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.1.Final/wildfly-elytron-sasl-digest-2.2.1.Final.pom (3.0 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/2.2.1.Final/wildfly-elytron-parent-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/2.2.1.Final/wildfly-elytron-parent-2.2.1.Final.pom (67 kB at 2.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.1.Final/wildfly-elytron-auth-server-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.1.Final/wildfly-elytron-auth-server-2.2.1.Final.pom (3.9 kB at 242 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.1.Final/wildfly-elytron-auth-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.1.Final/wildfly-elytron-auth-2.2.1.Final.pom (1.8 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.1.Final/wildfly-elytron-util-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.1.Final/wildfly-elytron-util-2.2.1.Final.pom (2.8 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.1.Final/wildfly-elytron-asn1-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.1.Final/wildfly-elytron-asn1-2.2.1.Final.pom (2.5 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.1.Final/wildfly-elytron-base-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.1.Final/wildfly-elytron-base-2.2.1.Final.pom (2.4 kB at 108 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.1.Final/wildfly-elytron-credential-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.1.Final/wildfly-elytron-credential-2.2.1.Final.pom (4.1 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.1.Final/wildfly-elytron-keystore-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.1.Final/wildfly-elytron-keystore-2.2.1.Final.pom (3.7 kB at 206 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.1.Final/wildfly-elytron-provider-util-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.1.Final/wildfly-elytron-provider-util-2.2.1.Final.pom (2.2 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.1.Final/wildfly-elytron-x500-cert-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.1.Final/wildfly-elytron-x500-cert-2.2.1.Final.pom (3.1 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.1.Final/wildfly-elytron-x500-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.1.Final/wildfly-elytron-x500-2.2.1.Final.pom (2.7 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.2.1.Final/wildfly-elytron-x500-cert-util-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.2.1.Final/wildfly-elytron-x500-cert-util-2.2.1.Final.pom (2.3 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.1.Final/wildfly-elytron-permission-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.1.Final/wildfly-elytron-permission-2.2.1.Final.pom (2.5 kB at 139 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.1.Final/wildfly-elytron-mechanism-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.1.Final/wildfly-elytron-mechanism-2.2.1.Final.pom (2.7 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.1.Final/wildfly-elytron-http-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.1.Final/wildfly-elytron-http-2.2.1.Final.pom (2.6 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.1.Final/wildfly-elytron-mechanism-digest-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.1.Final/wildfly-elytron-mechanism-digest-2.2.1.Final.pom (2.2 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.1.Final/wildfly-elytron-sasl-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.1.Final/wildfly-elytron-sasl-2.2.1.Final.pom (3.8 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.2.1.Final/wildfly-elytron-ssl-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.2.1.Final/wildfly-elytron-ssl-2.2.1.Final.pom (6.3 kB at 420 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.1.Final/wildfly-elytron-sasl-external-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.1.Final/wildfly-elytron-sasl-external-2.2.1.Final.pom (2.7 kB at 171 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.2.1.Final/wildfly-elytron-sasl-gs2-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.2.1.Final/wildfly-elytron-sasl-gs2-2.2.1.Final.pom (3.0 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.2.1.Final/wildfly-elytron-mechanism-gssapi-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.2.1.Final/wildfly-elytron-mechanism-gssapi-2.2.1.Final.pom (2.9 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.1.Final/wildfly-elytron-security-manager-action-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.1.Final/wildfly-elytron-security-manager-action-2.2.1.Final.pom (1.7 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.1.Final/wildfly-elytron-sasl-gssapi-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.1.Final/wildfly-elytron-sasl-gssapi-2.2.1.Final.pom (3.4 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.1.Final/wildfly-elytron-sasl-oauth2-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.1.Final/wildfly-elytron-sasl-oauth2-2.2.1.Final.pom (2.3 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.1.Final/wildfly-elytron-mechanism-oauth2-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.1.Final/wildfly-elytron-mechanism-oauth2-2.2.1.Final.pom (2.4 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.1.Final/wildfly-elytron-sasl-plain-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.1.Final/wildfly-elytron-sasl-plain-2.2.1.Final.pom (2.5 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.1.Final/wildfly-elytron-sasl-scram-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.1.Final/wildfly-elytron-sasl-scram-2.2.1.Final.pom (2.7 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.1.Final/wildfly-elytron-mechanism-scram-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.1.Final/wildfly-elytron-mechanism-scram-2.2.1.Final.pom (2.3 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.1.Final/wildfly-elytron-password-impl-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.1.Final/wildfly-elytron-password-impl-2.2.1.Final.pom (2.9 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/14.0.11.Final/infinispan-query-dsl-14.0.11.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/14.0.11.Final/infinispan-query-dsl-14.0.11.Final.pom (3.0 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.11.Final/infinispan-core-jakarta-14.0.11.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.11.Final/infinispan-commons-jakarta-14.0.11.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.2.Final/protostream-4.6.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar (80 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.2.Final/protostream-types-4.6.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.2.Final/protostream-4.6.2.Final.jar (383 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.12.Final/jgroups-5.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.2.Final/protostream-types-4.6.2.Final.jar (118 kB at 1.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar (794 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.11.Final/infinispan-core-jakarta-14.0.11.Final.jar (5.5 MB at 59 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-bmunit/4.0.20/byteman-bmunit-4.0.20.jar (40 kB at 431 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.11.Final/infinispan-commons-jakarta-14.0.11.Final.jar (770 kB at 7.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.11.Final/infinispan-client-hotrod-jakarta-14.0.11.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-install/4.0.20/byteman-install-4.0.20.jar (11 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.1.Final/wildfly-elytron-sasl-digest-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman-submit/4.0.20/byteman-submit-4.0.20.jar (16 kB at 125 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.1.Final/wildfly-elytron-sasl-digest-2.2.1.Final.jar (36 kB at 293 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.1.Final/wildfly-elytron-auth-server-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.12.Final/jgroups-5.2.12.Final.jar (2.3 MB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.1.Final/wildfly-elytron-auth-2.2.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.1.Final/wildfly-elytron-base-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/byteman/byteman/4.0.20/byteman-4.0.20.jar (852 kB at 6.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.1.Final/wildfly-elytron-permission-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.11.Final/infinispan-client-hotrod-jakarta-14.0.11.Final.jar (698 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.1.Final/wildfly-elytron-x500-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.1.Final/wildfly-elytron-base-2.2.1.Final.jar (32 kB at 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.1.Final/wildfly-elytron-credential-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.1.Final/wildfly-elytron-permission-2.2.1.Final.jar (63 kB at 463 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.1.Final/wildfly-elytron-keystore-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.1.Final/wildfly-elytron-auth-2.2.1.Final.jar (13 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.1.Final/wildfly-elytron-x500-cert-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.1.Final/wildfly-elytron-auth-server-2.2.1.Final.jar (277 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.2.1.Final/wildfly-elytron-x500-cert-util-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.1.Final/wildfly-elytron-x500-2.2.1.Final.jar (37 kB at 244 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.1.Final/wildfly-elytron-provider-util-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.1.Final/wildfly-elytron-credential-2.2.1.Final.jar (139 kB at 927 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.1.Final/wildfly-elytron-mechanism-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.1.Final/wildfly-elytron-keystore-2.2.1.Final.jar (49 kB at 313 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.1.Final/wildfly-elytron-http-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.1.Final/wildfly-elytron-x500-cert-2.2.1.Final.jar (69 kB at 444 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.1.Final/wildfly-elytron-mechanism-digest-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.2.1.Final/wildfly-elytron-x500-cert-util-2.2.1.Final.jar (8.1 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.1.Final/wildfly-elytron-sasl-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.1.Final/wildfly-elytron-provider-util-2.2.1.Final.jar (16 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.2.1.Final/wildfly-elytron-ssl-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.1.Final/wildfly-elytron-mechanism-2.2.1.Final.jar (39 kB at 231 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.1.Final/wildfly-elytron-util-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.1.Final/wildfly-elytron-http-2.2.1.Final.jar (35 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.1.Final/wildfly-elytron-sasl-external-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.1.Final/wildfly-elytron-mechanism-digest-2.2.1.Final.jar (13 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.2.1.Final/wildfly-elytron-sasl-gs2-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.2.1.Final/wildfly-elytron-ssl-2.2.1.Final.jar (179 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.1.Final/wildfly-elytron-asn1-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.1.Final/wildfly-elytron-sasl-2.2.1.Final.jar (163 kB at 863 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.2.1.Final/wildfly-elytron-mechanism-gssapi-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.2.1.Final/wildfly-elytron-sasl-gs2-2.2.1.Final.jar (25 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.1.Final/wildfly-elytron-security-manager-action-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.1.Final/wildfly-elytron-sasl-external-2.2.1.Final.jar (12 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.1.Final/wildfly-elytron-sasl-gssapi-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.1.Final/wildfly-elytron-asn1-2.2.1.Final.jar (38 kB at 197 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.1.Final/wildfly-elytron-sasl-oauth2-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.1.Final/wildfly-elytron-util-2.2.1.Final.jar (35 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.1.Final/wildfly-elytron-mechanism-oauth2-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.2.1.Final/wildfly-elytron-mechanism-gssapi-2.2.1.Final.jar (18 kB at 90 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.1.Final/wildfly-elytron-security-manager-action-2.2.1.Final.jar (20 kB at 100 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.1.Final/wildfly-elytron-sasl-scram-2.2.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.1.Final/wildfly-elytron-sasl-plain-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.1.Final/wildfly-elytron-sasl-gssapi-2.2.1.Final.jar (28 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.1.Final/wildfly-elytron-mechanism-scram-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.1.Final/wildfly-elytron-sasl-oauth2-2.2.1.Final.jar (11 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.1.Final/wildfly-elytron-password-impl-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.1.Final/wildfly-elytron-mechanism-oauth2-2.2.1.Final.jar (9.5 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.4/rxjava-3.1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.1.Final/wildfly-elytron-sasl-scram-2.2.1.Final.jar (17 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/14.0.11.Final/infinispan-query-dsl-14.0.11.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.1.Final/wildfly-elytron-sasl-plain-2.2.1.Final.jar (14 kB at 61 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.1.Final/wildfly-elytron-mechanism-scram-2.2.1.Final.jar (26 kB at 112 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.1.Final/wildfly-elytron-password-impl-2.2.1.Final.jar (102 kB at 441 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/14.0.11.Final/infinispan-query-dsl-14.0.11.Final.jar (63 kB at 262 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.4/rxjava-3.1.4.jar (2.7 MB at 10.0 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-device-connection-infinispan ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-device-connection-infinispan ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-device-connection-infinispan ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ client-device-connection-infinispan ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-device-connection-infinispan ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-device-connection-infinispan ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug release 17] to target/classes
[WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL
  reason: class file for org.infinispan.factories.scopes.Scopes not found
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ client-device-connection-infinispan ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-device-connection-infinispan ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-device-connection-infinispan ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes
[WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL
  reason: class file for org.infinispan.factories.scopes.Scopes not found
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-device-connection-infinispan ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-device-connection-infinispan ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ client-device-connection-infinispan ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: unknown enum constant Scopes.GLOBAL
[WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:119: warning: no comment
[WARNING] protected org.infinispan.commons.api.BasicCache<K, V> getCache() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:115: warning: no comment
[WARNING] protected void setCache(final org.infinispan.commons.api.BasicCache<K, V> cache) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:57: warning: no comment
[WARNING] public String getCacheName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:65: warning: no comment
[WARNING] public String getCheckKey() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:73: warning: no comment
[WARNING] public String getCheckValue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:53: warning: no comment
[WARNING] public void setCacheName(final String cacheName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:61: warning: no comment
[WARNING] public void setCheckKey(final String checkKey) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/CommonCacheConfig.java:69: warning: no comment
[WARNING] public void setCheckValue(final String checkValue) {
[WARNING] ^
[WARNING] 9 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-infinispan ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ client-device-connection-infinispan ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ client-device-connection-infinispan ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ client-device-connection-infinispan ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ client-device-connection-infinispan ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ client-device-connection-infinispan ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-device-connection-infinispan ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-example >--------------------
[INFO] Building Hono Examples 2.5.1                                     [48/57]
[INFO]   from examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-example ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-example ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-example ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-example ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-example ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/target/hono-example-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-example ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/target/hono-example-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------------< org.eclipse.hono:hono-services >-------------------
[INFO] Building Hono Services 2.5.1                                     [49/57]
[INFO]   from services/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-services ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-services ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-services ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-services ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/deploy-to-maven-central/services/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-services ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-services ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-services ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-services ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-services ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-services ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/target/hono-services-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-services ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/target/hono-services-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------------< org.eclipse.hono:hono-services-parent >----------------
[INFO] Building Hono Services Parent 2.5.1                              [50/57]
[INFO]   from services/parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.pom (6.4 kB at 269 kB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/76/mojo-parent-76.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/76/mojo-parent-76.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/76/mojo-parent-76.pom (36 kB at 1.4 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.jar (35 kB at 1.7 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-services-parent ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-services-parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-services-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-services-parent ---
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 1.2 MB/s)
[INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 24 MB/s)
[INFO] Set 1 system property
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-services-parent ---
[INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/target/classes. Directory does not exist!
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-services-parent ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-services-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-services-parent ---
[INFO] Type of the artifact is POM, skipping build goal
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-services-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-services-parent ---
[INFO] Signing 1 file with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-services-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-services-parent ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-services-parent ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/target/hono-services-parent-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-services-parent ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/target/hono-services-parent-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-service-auth-base >---------------
[INFO] Building Hono Auth base 2.5.1                                    [51/57]
[INFO]   from services/auth-base/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.2.12.Final/quarkus-resteasy-reactive-jackson-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.2.12.Final/quarkus-resteasy-reactive-jackson-3.2.12.Final.pom (2.2 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-parent/3.2.12.Final/quarkus-resteasy-reactive-jackson-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-parent/3.2.12.Final/quarkus-resteasy-reactive-jackson-parent-3.2.12.Final.pom (797 B at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.2.12.Final/quarkus-resteasy-reactive-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.2.12.Final/quarkus-resteasy-reactive-3.2.12.Final.pom (3.1 kB at 134 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.2.12.Final/quarkus-resteasy-reactive-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.2.12.Final/quarkus-resteasy-reactive-common-3.2.12.Final.pom (2.2 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.2.12.Final/resteasy-reactive-vertx-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.2.12.Final/resteasy-reactive-vertx-3.2.12.Final.pom (3.9 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-3.2.12.Final.pom (2.1 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-parent/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-parent/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-parent-3.2.12.Final.pom (816 B at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.2.12.Final/resteasy-reactive-jackson-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.2.12.Final/resteasy-reactive-jackson-3.2.12.Final.pom (2.7 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.2.12.Final/quarkus-resteasy-reactive-jackson-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.2.12.Final/quarkus-resteasy-reactive-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.2.12.Final/quarkus-resteasy-reactive-common-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.2.12.Final/resteasy-reactive-vertx-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.2.12.Final/quarkus-resteasy-reactive-common-3.2.12.Final.jar (13 kB at 962 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.2.12.Final/resteasy-reactive-jackson-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.2.12.Final/quarkus-resteasy-reactive-3.2.12.Final.jar (113 kB at 6.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.2.12.Final/resteasy-reactive-vertx-3.2.12.Final.jar (60 kB at 3.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-3.2.12.Final.jar (9.7 kB at 324 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.2.12.Final/quarkus-resteasy-reactive-jackson-3.2.12.Final.jar (37 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.2.12.Final/resteasy-reactive-jackson-3.2.12.Final.jar (6.6 kB at 207 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-auth-base ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-auth-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-auth-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-auth-base ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-auth-base ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-service-auth-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/certs with includes "" and excludes "META-INF/**"
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-auth-base ---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-auth-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-auth-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-auth-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-auth-base ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:40: warning: no comment
[WARNING] AUTH_SERVICE("auth-service"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:41: warning: no comment
[WARNING] DISPATCH_ROUTER("dispatch-router"),
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:42: warning: no comment
[WARNING] UNKNOWN("unknown");
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-auth-base ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-auth-base ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-auth-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-auth-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth-base ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-auth-base ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -----------------< org.eclipse.hono:hono-service-auth >-----------------
[INFO] Building Hono Auth Server 2.5.1                                  [52/57]
[INFO]   from services/auth/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-auth ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-auth ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-auth ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-auth ---
[INFO] Set 1 system property
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-auth ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/classes
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-auth ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-auth ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-auth ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-auth ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-auth ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-auth ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-service-auth ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-kotlin/3.2.12.Final/quarkus-resteasy-reactive-kotlin-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-kotlin/3.2.12.Final/quarkus-resteasy-reactive-kotlin-3.2.12.Final.jar (33 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-deployment-3.2.12.Final.pom (2.7 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.2.12.Final/quarkus-resteasy-reactive-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.2.12.Final/quarkus-resteasy-reactive-deployment-3.2.12.Final.pom (5.2 kB at 307 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.2.12.Final/quarkus-jaxrs-spi-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.2.12.Final/quarkus-jaxrs-spi-deployment-3.2.12.Final.pom (780 B at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-parent/3.2.12.Final/quarkus-jaxrs-spi-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-parent/3.2.12.Final/quarkus-jaxrs-spi-parent-3.2.12.Final.pom (724 B at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.2.12.Final/quarkus-security-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.2.12.Final/quarkus-security-spi-3.2.12.Final.pom (1.5 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-common-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-common-deployment-3.2.12.Final.pom (3.8 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-deployment-3.2.12.Final.pom (1.8 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.2.12.Final/quarkus-jaxrs-spi-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.2.12.Final/quarkus-jaxrs-spi-deployment-3.2.12.Final.jar (3.3 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.2.12.Final/quarkus-security-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.2.12.Final/quarkus-security-spi-3.2.12.Final.jar (6.1 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-common-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-common-deployment-3.2.12.Final.jar (30 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.2.12.Final/quarkus-resteasy-reactive-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.2.12.Final/quarkus-resteasy-reactive-deployment-3.2.12.Final.jar (146 kB at 7.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-common-deployment-3.2.12.Final.jar (3.9 kB at 178 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.2.12.Final/quarkus-resteasy-reactive-jackson-deployment-3.2.12.Final.jar (15 kB at 692 kB/s)
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3927ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-auth ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-auth ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-auth ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-auth ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-auth ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-auth ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >---------
[INFO] Building Hono Service Device Registry Base 2.5.1                 [53/57]
[INFO]   from services/device-registry-base/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.pom (3.9 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.pom (1.2 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.jar (12 kB at 885 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.jar (17 kB at 1.0 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-base ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-base ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-base ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-device-registry-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-base ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy resources) @ hono-service-device-registry-base ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 80 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractDeviceRegistryApplication.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractDeviceRegistryApplication.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-device-registry-base ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-base ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-base ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 29 source files with javac [debug release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/test/java/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpointTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/test/java/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpointTest.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/test/java/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpointTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/test/java/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpointTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/test/java/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpointTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/test/java/org/eclipse/hono/service/management/device/DelegatingDeviceManagementHttpEndpointTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-device-registry-base ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-device-registry-base ---
[INFO] Copying 58 resources from target/classes/META-INF to target/test-classes/META-INF
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-device-registry-base ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:54: warning: no comment
[WARNING] protected final DeviceManagementService deviceManagementService;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:55: warning: no comment
[WARNING] protected final MessagingClientProvider<EventSender> eventSenderProvider;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:56: warning: no comment
[WARNING] protected final Vertx vertx;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.java:63: warning: no comment
[WARNING] protected TenantInformationService tenantInformationService = new NoopTenantInformationService();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.java:62: warning: no comment
[WARNING] protected final Vertx vertx;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantManagementService.java:53: warning: no comment
[WARNING] protected final Vertx vertx;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:133: warning: no comment
[WARNING] public String getComment() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:148: warning: no comment
[WARNING] public Map<String, Object> getExtensions() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:115: warning: no comment
[WARNING] public boolean isEnabled() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonSecret.java:136: warning: no comment
[WARNING] public final String getComment() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonSecret.java:54: warning: no comment
[WARNING] public final boolean isEnabled() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:44: warning: no comment
[WARNING] eq,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:45: warning: no comment
[WARNING] in,
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:46: warning: no comment
[WARNING] not_in
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericCredential.java:121: warning: no comment
[WARNING] public final Map<String, Object> getAdditionalProperties() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericSecret.java:39: warning: no comment
[WARNING] public Map<String, Object> getAdditionalProperties() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericSecret.java:34: warning: no comment
[WARNING] public void setAdditionalProperties(final Map<String, Object> additionalProperties) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:46: warning: no comment
[WARNING] public final String getHashFunction() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:64: warning: no comment
[WARNING] public final String getPasswordHash() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:82: warning: no comment
[WARNING] public final String getPasswordPlain() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:97: warning: no comment
[WARNING] public final String getSalt() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:53: warning: no comment
[WARNING] public Optional<CacheDirective> getCacheDirective() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:57: warning: no comment
[WARNING] public T getPayload() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:61: warning: no comment
[WARNING] public int getStatus() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:69: warning: no comment
[WARNING] public boolean isError() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:65: warning: no comment
[WARNING] public boolean isOk() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Sort.java:40: warning: no comment
[WARNING] @JsonProperty("asc")
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Sort.java:42: warning: no comment
[WARNING] @JsonProperty("desc")
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java:61: warning: no comment
[WARNING] public final Instant getCreationTime() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java:78: warning: no comment
[WARNING] public final Instant getLastUpdate() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java:96: warning: no comment
[WARNING] public final String getLastUser() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/util/Versioned.java:51: warning: no comment
[WARNING] public T getValue() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/util/Versioned.java:55: warning: no comment
[WARNING] public String getVersion() {
[WARNING] ^
[WARNING] 33 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-base ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-device-registry-base ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-tests.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-tests.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-device-registry-base ---
[INFO] Signing 5 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-device-registry-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-device-registry-base ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-base ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-base ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-tests.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-tests.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >---------------
[INFO] Building Base classes for JDBC services 2.5.1                    [54/57]
[INFO]   from services/base-jdbc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.4.9/vertx-jdbc-client-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.4.9/vertx-jdbc-client-4.4.9.pom (6.5 kB at 327 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.4.9/vertx-sql-client-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.4.9/vertx-sql-client-4.4.9.pom (3.6 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client-parent/4.4.9/vertx-sql-client-parent-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client-parent/4.4.9/vertx-sql-client-parent-4.4.9.pom (7.7 kB at 484 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.pom (1.5 kB at 66 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom (3.7 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.2.12.Final/quarkus-agroal-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.2.12.Final/quarkus-agroal-3.2.12.Final.pom (3.9 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.2.12.Final/quarkus-datasource-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.2.12.Final/quarkus-datasource-3.2.12.Final.pom (2.4 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.2.12.Final/quarkus-narayana-jta-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.2.12.Final/quarkus-narayana-jta-3.2.12.Final.pom (5.3 kB at 279 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-parent/3.2.12.Final/quarkus-narayana-jta-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-parent/3.2.12.Final/quarkus-narayana-jta-parent-3.2.12.Final.pom (752 B at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.2.12.Final/quarkus-transaction-annotations-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.2.12.Final/quarkus-transaction-annotations-3.2.12.Final.pom (784 B at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations-parent/3.2.12.Final/quarkus-transaction-annotations-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations-parent/3.2.12.Final/quarkus-transaction-annotations-parent-3.2.12.Final.pom (738 B at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.pom (1.1 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.pom (2.0 kB at 101 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters/3.0.1/smallrye-reactive-converters-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters/3.0.1/smallrye-reactive-converters-3.0.1.pom (1.7 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters-projects/3.0.1/smallrye-reactive-converters-projects-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters-projects/3.0.1/smallrye-reactive-converters-projects-3.0.1.pom (6.8 kB at 162 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.pom (1.5 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/6.0.1.Final/narayana-jta-6.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/6.0.1.Final/narayana-jta-6.0.1.Final.pom (13 kB at 601 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta-all/6.0.1.Final/narayana-jta-all-6.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta-all/6.0.1.Final/narayana-jta-all-6.0.1.Final.pom (2.9 kB at 83 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-all/6.0.1.Final/narayana-all-6.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-all/6.0.1.Final/narayana-all-6.0.1.Final.pom (37 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom/6.0.1.Final/narayana-bom-6.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom/6.0.1.Final/narayana-bom-6.0.1.Final.pom (35 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.pom (4.6 kB at 184 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom (13 kB at 782 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.pom (6.9 kB at 223 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom (19 kB at 806 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/3.0/microprofile-reactive-streams-operators-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/3.0/microprofile-reactive-streams-operators-api-3.0.pom (4.8 kB at 251 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-parent/3.0/microprofile-reactive-streams-operators-parent-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-parent/3.0/microprofile-reactive-streams-operators-parent-3.0.pom (3.6 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.5/microprofile-parent-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.5/microprofile-parent-2.5.pom (51 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha9/arquillian-bom-1.7.0.Alpha9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha9/arquillian-bom-1.7.0.Alpha9.pom (10 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 466 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/6.0.1.Final/narayana-jts-integration-6.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/6.0.1.Final/narayana-jts-integration-6.0.1.Final.pom (7.2 kB at 312 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-all/6.0.1.Final/narayana-jts-all-6.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-all/6.0.1.Final/narayana-jts-all-6.0.1.Final.pom (4.5 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.1/agroal-api-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.1/agroal-api-2.1.pom (2.1 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-parent/2.1/agroal-parent-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-parent/2.1/agroal-parent-2.1.pom (6.4 kB at 268 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.1/agroal-narayana-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.1/agroal-narayana-2.1.pom (1.1 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.1/agroal-pool-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.1/agroal-pool-2.1.pom (2.2 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.4.9/vertx-jdbc-client-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.4.9/vertx-sql-client-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.2.12.Final/quarkus-agroal-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.4.9/vertx-sql-client-4.4.9.jar (169 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.2.12.Final/quarkus-datasource-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar (631 kB at 26 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.2.12.Final/quarkus-narayana-jta-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar (501 kB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.2.12.Final/quarkus-transaction-annotations-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.2.12.Final/quarkus-agroal-3.2.12.Final.jar (47 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.4.9/vertx-jdbc-client-4.4.9.jar (146 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.2.12.Final/quarkus-datasource-3.2.12.Final.jar (16 kB at 465 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.2.12.Final/quarkus-narayana-jta-3.2.12.Final.jar (70 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/6.0.1.Final/narayana-jta-6.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.2.12.Final/quarkus-transaction-annotations-3.2.12.Final.jar (3.0 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.jar (7.8 kB at 190 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.jar (5.9 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.jar (7.5 kB at 147 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/3.0/microprofile-reactive-streams-operators-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar (65 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/6.0.1.Final/narayana-jts-integration-6.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.jar (76 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.1/agroal-api-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/6.0.1.Final/narayana-jts-integration-6.0.1.Final.jar (49 kB at 715 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.1/agroal-narayana-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar (62 kB at 835 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/3.0/microprofile-reactive-streams-operators-api-3.0.jar (42 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.1/agroal-pool-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/6.0.1.Final/narayana-jta-6.0.1.Final.jar (1.1 MB at 13 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.1/agroal-api-2.1.jar (60 kB at 737 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.1/agroal-narayana-2.1.jar (16 kB at 185 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.1/agroal-pool-2.1.jar (124 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.jar (32 kB at 303 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base-jdbc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-base-jdbc ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-base-jdbc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-base-jdbc ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-base-jdbc ---
[INFO] Copying 13 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base-jdbc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 26 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-base-jdbc ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-base-jdbc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-base-jdbc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-base-jdbc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-base-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-base-jdbc ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.java:40: warning: no comment
[WARNING] protected final JDBCClient client;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.java:41: warning: no comment
[WARNING] protected final Tracer tracer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:52: warning: no comment
[WARNING] protected final JDBCClient client;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:47: warning: no comment
[WARNING] public static final String DEFAULT_TENANTS_TABLE_NAME = "tenants";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:48: warning: no comment
[WARNING] public static final String DEFAULT_TRUST_ANCHORS_NAME = "tenant_trust_anchors";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:53: warning: no comment
[WARNING] protected final Tracer tracer;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:49: warning: no comment
[WARNING] public List<CommonCredential> getCredentials() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:45: warning: no comment
[WARNING] public String getDeviceId() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:53: warning: no comment
[WARNING] public Optional<String> getResourceVersion() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.java:41: warning: no comment
[WARNING] public Device getDevice() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.java:45: warning: no comment
[WARNING] public Optional<String> getResourceVersion() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/model/JdbcBasedDeviceDto.java:123: warning: no comment
[WARNING] public String getDeviceJson() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:49: warning: no comment
[WARNING] public JdbcProperties getAdapter() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:57: warning: no comment
[WARNING] public JdbcProperties getManagement() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:53: warning: no comment
[WARNING] public void setAdapter(final JdbcProperties adapter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:61: warning: no comment
[WARNING] public void setManagement(final JdbcProperties management) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:43: warning: no comment
[WARNING] public static final int DEFAULT_INITIAL_POOL_SIZE = 3;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:47: warning: no comment
[WARNING] public static final int DEFAULT_LEAK_TIME = 60;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:45: warning: no comment
[WARNING] public static final int DEFAULT_MAXIMUM_CONNECTION_TIME = 30;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:44: warning: no comment
[WARNING] public static final int DEFAULT_MAXIMUM_IDLE_TIME = 3600;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:41: warning: no comment
[WARNING] public static final int DEFAULT_MAXIMUM_POOL_SIZE = 15;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:42: warning: no comment
[WARNING] public static final int DEFAULT_MINIMUM_POOL_SIZE = 3;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:46: warning: no comment
[WARNING] public static final int DEFAULT_VALIDATION_TIME = 30;
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:103: warning: no comment
[WARNING] public String getDriverClass() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:138: warning: no comment
[WARNING] public int getInitialPoolSize() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:166: warning: no comment
[WARNING] public int getLeakTime() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:152: warning: no comment
[WARNING] public int getMaximumConnectionTime() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:145: warning: no comment
[WARNING] public int getMaximumIdleTime() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:124: warning: no comment
[WARNING] public int getMaximumPoolSize() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:131: warning: no comment
[WARNING] public int getMinimumPoolSize() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:117: warning: no comment
[WARNING] public String getPassword() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:170: warning: no comment
[WARNING] public String getTableName() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:96: warning: no comment
[WARNING] public String getUrl() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:110: warning: no comment
[WARNING] public String getUsername() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:159: warning: no comment
[WARNING] public int getValidationTime() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:100: warning: no comment
[WARNING] public void setDriverClass(final String driverClassName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:135: warning: no comment
[WARNING] public void setInitialPoolSize(final int initialPoolSize) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:163: warning: no comment
[WARNING] public void setLeakTime(final int leakTime) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:149: warning: no comment
[WARNING] public void setMaximumConnectionTime(final int maximumConnectionTime) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:142: warning: no comment
[WARNING] public void setMaximumIdleTime(final int maximumIdleTime) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:121: warning: no comment
[WARNING] public void setMaximumPoolSize(final int maximumPoolSize) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:128: warning: no comment
[WARNING] public void setMinimumPoolSize(final int minimumPoolSize) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:114: warning: no comment
[WARNING] public void setPassword(final String password) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:173: warning: no comment
[WARNING] public void setTableName(final String tableName) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:93: warning: no comment
[WARNING] public void setUrl(final String url) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:107: warning: no comment
[WARNING] public void setUsername(final String username) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:156: warning: no comment
[WARNING] public void setValidationTime(final int validationTime) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:49: warning: no comment
[WARNING] public JdbcProperties getAdapter() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:57: warning: no comment
[WARNING] public JdbcProperties getManagement() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:53: warning: no comment
[WARNING] public void setAdapter(final JdbcProperties adapter) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:61: warning: no comment
[WARNING] public void setManagement(final JdbcProperties management) {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/SQL.java:50: warning: no comment
[WARNING] public static final String DIALECT_H2 = "h2";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/SQL.java:49: warning: no comment
[WARNING] public static final String DIALECT_POSTGRESQL = "postgresql";
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:231: warning: no comment
[WARNING] public Object[] getParameters() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:235: warning: no comment
[WARNING] public JsonArray getParametersAsJson() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:227: warning: no comment
[WARNING] public String getSql() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.java:57: warning: no comment
[WARNING] public String getId() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.java:49: warning: no comment
[WARNING] public Optional<String> getResourceVersion() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.java:53: warning: no comment
[WARNING] public Tenant getTenant() {
[WARNING] ^
[WARNING] 59 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-javadoc.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-base-jdbc ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-base-jdbc ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-base-jdbc ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-base-jdbc ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-base-jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base-jdbc ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< org.eclipse.hono:hono-service-command-router >------------
[INFO] Building Hono Command Router 2.5.1                               [55/57]
[INFO]   from services/command-router/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-command-router ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-command-router ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-command-router ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-command-router ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-command-router ---
[INFO] Set 1 system property
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-command-router ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-command-router ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug release 17] to target/classes
[WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL
  reason: class file for org.infinispan.factories.scopes.Scopes not found
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
  reason: class file for org.infinispan.jmx.annotations.DataType not found
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT
[WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL
[WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/src/main/java/org/eclipse/hono/commandrouter/app/DeviceConnectionInfoProducer.java: unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-command-router ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-command-router ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-command-router ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-command-router ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-command-router ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-command-router ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: unknown enum constant Scopes.GLOBAL
[WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] reason: class file for org.infinispan.jmx.annotations.DataType not found
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant DataType.TRAIT
[WARNING] warning: unknown enum constant Scopes.GLOBAL
[WARNING] 17 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-service-command-router ---
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4978ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-command-router ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-command-router ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-command-router ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-command-router ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-command-router ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-command-router ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router/target/hono-service-command-router-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >---------
[INFO] Building Hono JDBC Based Device Registry 2.5.1                   [56/57]
[INFO]   from services/device-registry-jdbc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.4.9/vertx-auth-jdbc-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.4.9/vertx-auth-jdbc-4.4.9.pom (1.7 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/4.4.9/vertx-auth-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/4.4.9/vertx-auth-4.4.9.pom (2.4 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.2.12.Final/quarkus-jdbc-postgresql-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.2.12.Final/quarkus-jdbc-postgresql-3.2.12.Final.pom (2.9 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-parent/3.2.12.Final/quarkus-jdbc-postgresql-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-parent/3.2.12.Final/quarkus-jdbc-postgresql-parent-3.2.12.Final.pom (708 B at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-parent/3.2.12.Final/quarkus-jdbc-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-parent/3.2.12.Final/quarkus-jdbc-parent-3.2.12.Final.pom (959 B at 23 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.1/postgresql-42.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.1/postgresql-42.6.1.pom (2.7 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.2.12.Final/quarkus-jdbc-h2-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.2.12.Final/quarkus-jdbc-h2-3.2.12.Final.pom (2.7 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-parent/3.2.12.Final/quarkus-jdbc-h2-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-parent/3.2.12.Final/quarkus-jdbc-h2-parent-3.2.12.Final.pom (692 B at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.220/h2-2.2.220.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.220/h2-2.2.220.pom (1.1 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.pom (2.4 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-modules/1.17.0/jts-modules-1.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-modules/1.17.0/jts-modules-1.17.0.pom (1.3 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts/1.17.0/jts-1.17.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts/1.17.0/jts-1.17.0.pom (11 kB at 909 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.18.3/postgresql-1.18.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.18.3/postgresql-1.18.3.pom (1.5 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.18.3/jdbc-1.18.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.18.3/jdbc-1.18.3.pom (1.5 kB at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.18.3/database-commons-1.18.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.18.3/database-commons-1.18.3.pom (1.5 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.4.9/vertx-auth-jdbc-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.2.12.Final/quarkus-jdbc-postgresql-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.2.12.Final/quarkus-jdbc-h2-3.2.12.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.220/h2-2.2.220.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.2.12.Final/quarkus-jdbc-h2-3.2.12.Final.jar (12 kB at 550 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.1/postgresql-42.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.jar (888 kB at 26 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.18.3/postgresql-1.18.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.2.12.Final/quarkus-jdbc-postgresql-3.2.12.Final.jar (20 kB at 461 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.18.3/jdbc-1.18.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.18.3/postgresql-1.18.3.jar (9.7 kB at 187 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.18.3/database-commons-1.18.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.4.9/vertx-auth-jdbc-4.4.9.jar (32 kB at 550 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 5.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.18.3/jdbc-1.18.3.jar (29 kB at 436 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.18.3/database-commons-1.18.3.jar (10 kB at 152 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.220/h2-2.2.220.jar (2.6 MB at 34 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.6.1/postgresql-42.6.1.jar (1.1 MB at 14 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-jdbc ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-jdbc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-device-registry-jdbc ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-device-registry-jdbc ---
[INFO] Set 1 system property
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-jdbc ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-jdbc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 20 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-device-registry-jdbc ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-jdbc ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-jdbc ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 9 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-device-registry-jdbc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (postgresql-tests) @ hono-service-device-registry-jdbc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-jdbc ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-device-registry-jdbc ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-service-device-registry-jdbc ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.2.12.Final/quarkus-agroal-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.2.12.Final/quarkus-agroal-deployment-3.2.12.Final.pom (4.1 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.2.12.Final/quarkus-datasource-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.2.12.Final/quarkus-datasource-deployment-3.2.12.Final.pom (2.3 kB at 84 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.2.12.Final/quarkus-kubernetes-service-binding-spi-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.2.12.Final/quarkus-kubernetes-service-binding-spi-3.2.12.Final.pom (920 B at 37 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-parent/3.2.12.Final/quarkus-kubernetes-service-binding-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-parent/3.2.12.Final/quarkus-kubernetes-service-binding-parent-3.2.12.Final.pom (811 B at 31 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.2.12.Final/quarkus-narayana-jta-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.2.12.Final/quarkus-narayana-jta-deployment-3.2.12.Final.pom (2.1 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.2.12.Final/quarkus-credentials-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.2.12.Final/quarkus-credentials-deployment-3.2.12.Final.pom (1.7 kB at 87 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.2.12.Final/quarkus-jdbc-postgresql-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.2.12.Final/quarkus-jdbc-postgresql-deployment-3.2.12.Final.pom (4.8 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.2.12.Final/quarkus-devservices-postgresql-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.2.12.Final/quarkus-devservices-postgresql-3.2.12.Final.pom (2.6 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.2.12.Final/quarkus-jdbc-h2-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.2.12.Final/quarkus-jdbc-h2-deployment-3.2.12.Final.pom (1.9 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.2.12.Final/quarkus-devservices-h2-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.2.12.Final/quarkus-devservices-h2-3.2.12.Final.pom (1.9 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.2.12.Final/quarkus-kubernetes-service-binding-spi-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.2.12.Final/quarkus-kubernetes-service-binding-spi-3.2.12.Final.jar (4.7 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.2.12.Final/quarkus-datasource-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.2.12.Final/quarkus-datasource-deployment-3.2.12.Final.jar (20 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.2.12.Final/quarkus-narayana-jta-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.2.12.Final/quarkus-narayana-jta-deployment-3.2.12.Final.jar (10 kB at 482 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.2.12.Final/quarkus-credentials-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.2.12.Final/quarkus-credentials-deployment-3.2.12.Final.jar (3.4 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.2.12.Final/quarkus-agroal-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.2.12.Final/quarkus-agroal-deployment-3.2.12.Final.jar (15 kB at 524 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.2.12.Final/quarkus-devservices-postgresql-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.2.12.Final/quarkus-devservices-postgresql-3.2.12.Final.jar (13 kB at 503 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.2.12.Final/quarkus-jdbc-postgresql-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.2.12.Final/quarkus-jdbc-postgresql-deployment-3.2.12.Final.jar (6.7 kB at 337 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.2.12.Final/quarkus-devservices-h2-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.2.12.Final/quarkus-devservices-h2-3.2.12.Final.jar (8.2 kB at 317 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.2.12.Final/quarkus-jdbc-h2-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.2.12.Final/quarkus-jdbc-h2-deployment-3.2.12.Final.jar (7.6 kB at 218 kB/s)
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 7638ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-device-registry-jdbc ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-device-registry-jdbc ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-device-registry-jdbc ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-device-registry-jdbc ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-jdbc ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-jdbc ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >--------
[INFO] Building Hono Mongodb Based Device Registry 2.5.1                [57/57]
[INFO]   from services/device-registry-mongodb/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.4.9/vertx-mongo-client-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.4.9/vertx-mongo-client-4.4.9.pom (4.0 kB at 128 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.9.1/mongodb-driver-reactivestreams-4.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.9.1/mongodb-driver-reactivestreams-4.9.1.pom (2.4 kB at 82 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2022.0.0/reactor-bom-2022.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2022.0.0/reactor-bom-2022.0.0.pom (4.8 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.9.1/bson-4.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.9.1/bson-4.9.1.pom (1.3 kB at 6.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.9.1/mongodb-driver-core-4.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.9.1/mongodb-driver-core-4.9.1.pom (4.3 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.84.Final/netty-bom-4.1.84.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.84.Final/netty-bom-4.1.84.Final.pom (13 kB at 774 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.9.1/bson-record-codec-4.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.9.1/bson-record-codec-4.9.1.pom (1.5 kB at 65 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.pom (2.1 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 3.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.4.9/vertx-auth-mongo-4.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.4.9/vertx-auth-mongo-4.4.9.pom (1.9 kB at 144 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.2.12.Final/quarkus-mongodb-client-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.2.12.Final/quarkus-mongodb-client-3.2.12.Final.pom (6.0 kB at 373 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-parent/3.2.12.Final/quarkus-mongodb-client-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-parent/3.2.12.Final/quarkus-mongodb-client-parent-3.2.12.Final.pom (725 B at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-3.2.12.Final.pom (2.6 kB at 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-parent/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-parent/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-parent-3.2.12.Final.pom (821 B at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-reactive-streams-operators-parent/3.2.12.Final/quarkus-reactive-streams-operators-parent-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-reactive-streams-operators-parent/3.2.12.Final/quarkus-reactive-streams-operators-parent-3.2.12.Final.pom (890 B at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/3.0/microprofile-reactive-streams-operators-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/3.0/microprofile-reactive-streams-operators-core-3.0.pom (2.5 kB at 124 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.3.1/mutiny-reactive-streams-operators-2.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.3.1/mutiny-reactive-streams-operators-2.3.1.pom (6.3 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.9.1/mongodb-driver-sync-4.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.9.1/mongodb-driver-sync-4.9.1.pom (1.7 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.7.3/mongodb-crypt-1.7.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.7.3/mongodb-crypt-1.7.3.pom (2.0 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.18.3/mongodb-1.18.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.18.3/mongodb-1.18.3.pom (1.5 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.4.9/vertx-mongo-client-4.4.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.9.1/mongodb-driver-reactivestreams-4.9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.9.1/bson-4.9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.9.1/mongodb-driver-core-4.9.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.9.1/bson-record-codec-4.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.4.9/vertx-mongo-client-4.4.9.jar (150 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.9.1/mongodb-driver-reactivestreams-4.9.1.jar (176 kB at 5.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.9.1/bson-4.9.1.jar (506 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.4.9/vertx-auth-mongo-4.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.9.1/bson-record-codec-4.9.1.jar (14 kB at 397 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.2.12.Final/quarkus-mongodb-client-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.9.1/mongodb-driver-core-4.9.1.jar (1.6 MB at 27 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/3.0/microprofile-reactive-streams-operators-core-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.4.9/vertx-auth-mongo-4.4.9.jar (36 kB at 594 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.3.1/mutiny-reactive-streams-operators-2.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.jar (1.8 MB at 26 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.9.1/mongodb-driver-sync-4.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.2.12.Final/quarkus-mongodb-client-3.2.12.Final.jar (105 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.7.3/mongodb-crypt-1.7.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-3.2.12.Final.jar (6.0 kB at 74 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.18.3/mongodb-1.18.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.3.1/mutiny-reactive-streams-operators-2.3.1.jar (77 kB at 928 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.9.1/mongodb-driver-sync-4.9.1.jar (147 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/3.0/microprofile-reactive-streams-operators-core-3.0.jar (59 kB at 615 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.18.3/mongodb-1.18.3.jar (6.0 kB at 55 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.7.3/mongodb-crypt-1.7.3.jar (30 MB at 74 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-mongodb ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-mongodb ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-device-registry-mongodb ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-device-registry-mongodb ---
[INFO] Set 1 system property
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-mongodb ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 36 source files with javac [debug release 17] to target/classes
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDao.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDao.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-device-registry-mongodb ---
[INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/classes/META-INF/jandex.idx
[INFO] 
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-mongodb ---
[INFO] Copying 5 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-mongodb ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-device-registry-mongodb ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-mongodb ---
[INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/classes/META-INF with includes "legal/**" and excludes ""
[INFO] 
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-device-registry-mongodb ---
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-javadoc.jar
[INFO] 
[INFO] --- quarkus-maven-plugin:3.2.12.Final:build (default) @ hono-service-device-registry-mongodb ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/3.2.12.Final/quarkus-mongodb-client-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/3.2.12.Final/quarkus-mongodb-client-deployment-3.2.12.Final.pom (5.0 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-deployment-3.2.12.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-deployment-3.2.12.Final.pom (2.3 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/3.2.12.Final/quarkus-mutiny-reactive-streams-operators-deployment-3.2.12.Final.jar (4.7 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/3.2.12.Final/quarkus-mongodb-client-deployment-3.2.12.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/3.2.12.Final/quarkus-mongodb-client-deployment-3.2.12.Final.jar (32 kB at 2.3 MB/s)
[INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5115ms
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-sources.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-device-registry-mongodb ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-sources.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-device-registry-mongodb ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-device-registry-mongodb ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-device-registry-mongodb ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-device-registry-mongodb ---
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-mongodb ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[INFO]  * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "1e651a6390801c" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.5.1-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "1e651a6390801c"
[INFO]  * Created staging repository with ID "orgeclipsehono-1109".
[INFO]  * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109
[INFO]  * Uploading locally staged artifacts to profile org.eclipse.hono
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom.asc (833 B at 5.9 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/maven-metadata.xml (313 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar (24 kB at 126 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/maven-metadata.xml (324 B at 1.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar (150 kB at 823 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom (2.2 kB at 15 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/maven-metadata.xml (323 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/maven-metadata.xml (317 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar (123 kB at 857 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar.asc (833 B at 10 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/maven-metadata.xml (323 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/maven-metadata.xml (318 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar (173 kB at 986 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/maven-metadata.xml (313 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar (196 kB at 1.3 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom (1.6 kB at 11 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/maven-metadata.xml (318 B at 1.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/maven-metadata.xml (320 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/maven-metadata.xml (324 B at 1.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/maven-metadata.xml (329 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar (163 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.pom (4.3 kB at 30 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar (282 kB at 1.9 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/maven-metadata.xml (321 B at 1.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/maven-metadata.xml (322 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar.asc (833 B at 9.8 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/maven-metadata.xml (316 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/maven-metadata.xml (320 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar (40 kB at 280 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar (90 kB at 620 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/maven-metadata.xml (313 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar (164 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom (1.8 kB at 12 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar (14 kB at 93 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/maven-metadata.xml (327 B at 2.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar (118 kB at 659 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/maven-metadata.xml (315 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar.asc (833 B at 14 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/maven-metadata.xml (322 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar (373 kB at 2.5 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom (6.1 kB at 44 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/maven-metadata.xml (319 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar.asc (833 B at 10 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/maven-metadata.xml (320 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/maven-metadata.xml (314 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom (11 kB at 75 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters-parent/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters-parent/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters-parent/maven-metadata.xml (316 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/maven-metadata.xml (319 B at 1.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar (112 kB at 615 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/maven-metadata.xml (326 B at 2.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom.asc (833 B at 7.7 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/maven-metadata.xml (318 B at 1.8 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/maven-metadata.xml (325 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar (147 kB at 810 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom (2.8 kB at 15 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/maven-metadata.xml (313 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar (78 kB at 433 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/maven-metadata.xml (313 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/maven-metadata.xml (313 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/maven-metadata.xml (315 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.jar (240 kB at 1.6 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom (3.3 kB at 24 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar (167 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom (2.1 kB at 15 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/maven-metadata.xml (321 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar (20 kB at 143 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar (314 kB at 2.1 MB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/maven-metadata.xml (323 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/maven-metadata.xml (325 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar (146 kB at 999 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom (1.3 kB at 9.6 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar (17 kB at 105 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar (171 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar (150 kB at 851 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom (3.0 kB at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar (74 kB at 519 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar (511 kB at 2.7 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar (126 kB at 605 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar (182 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar (306 kB at 2.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom (7.5 kB at 53 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/maven-metadata.xml (305 B at 2.1 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar (26 kB at 155 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar (26 kB at 148 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/maven-metadata.xml (318 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar (13 kB at 70 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar (162 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar (186 kB at 1.3 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.pom (2.9 kB at 20 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar (92 kB at 523 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-sources.jar.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar (127 kB at 870 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar (84 kB at 577 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/maven-metadata.xml (332 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-javadoc.jar.asc (833 B at 10 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar (166 kB at 944 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom (4.2 kB at 25 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar (41 kB at 286 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/maven-metadata.xml (331 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom (11 kB at 62 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services-parent/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services-parent/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services-parent/maven-metadata.xml (316 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar (150 kB at 1.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom (3.4 kB at 24 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/maven-metadata.xml (313 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar (211 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-sources.jar (30 kB at 211 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar.asc (833 B at 11 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/maven-metadata.xml (313 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar (335 kB at 2.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar (171 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar (28 kB at 158 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar (243 kB at 1.7 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.pom (2.1 kB at 12 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/maven-metadata.xml (321 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar (311 kB at 1.7 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-javadoc.jar (87 kB at 605 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-javadoc.jar (124 kB at 853 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1.jar.asc (833 B at 10 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar (15 kB at 86 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom (4.2 kB at 29 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters/maven-metadata.xml (309 B at 1.5 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar (47 kB at 268 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar (154 kB at 1.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.pom (1.9 kB at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar (151 kB at 1.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom (3.3 kB at 23 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar (171 kB at 968 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom (2.3 kB at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar (101 kB at 267 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-javadoc.jar (138 kB at 956 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.jar (174 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1.pom (1.9 kB at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar (667 kB at 3.4 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar (36 kB at 205 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom (25 kB at 120 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-parent/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-parent/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-parent/maven-metadata.xml (307 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar (150 kB at 1.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom (1.8 kB at 13 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar (168 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom (1.8 kB at 13 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-sources.jar (73 kB at 511 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-sources.jar (89 kB at 620 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar (148 kB at 1.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-sources.jar (18 kB at 122 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom (4.1 kB at 29 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services/maven-metadata.xml (309 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-sources.jar (22 kB at 155 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-sources.jar (80 kB at 568 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar (186 kB at 1.3 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom (5.5 kB at 39 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-pubsub/2.5.1/hono-client-telemetry-pubsub-2.5.1-sources.jar (13 kB at 92 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/maven-metadata.xml (306 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-sources.jar (16 kB at 116 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.jar (156 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom (2.7 kB at 20 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar (163 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.pom (1.2 kB at 8.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar (136 kB at 922 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar (13 kB at 90 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/maven-metadata.xml (319 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/maven-metadata.xml (329 B at 2.3 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar (615 kB at 4.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services-parent/2.5.1/hono-services-parent-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar (120 kB at 836 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.pom (4.0 kB at 29 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-javadoc.jar (97 kB at 679 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-sources.jar (21 kB at 146 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom (1.2 kB at 8.5 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-example/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-example/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-example/maven-metadata.xml (308 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar (149 kB at 849 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.jar (188 kB at 1.3 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom (1.8 kB at 13 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1-javadoc.jar (101 kB at 711 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom (3.6 kB at 25 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-clients-parent/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-clients-parent/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-clients-parent/maven-metadata.xml (315 B at 1.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.jar (375 kB at 2.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1.pom (8.0 kB at 56 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-javadoc.jar (707 kB at 4.5 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters-parent/2.5.1/hono-adapters-parent-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-sources.jar (36 kB at 257 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar (310 kB at 2.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1-sources.jar (16 kB at 111 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-pubsub/2.5.1/hono-client-command-pubsub-2.5.1-javadoc.jar (112 kB at 786 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-sources.jar (26 kB at 185 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar (115 kB at 802 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry-amqp/2.5.1/hono-client-registry-amqp-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-amqp/2.5.1/hono-client-notification-amqp-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.jar (185 kB at 1.3 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1.pom (6.5 kB at 46 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-common/2.5.1/hono-client-common-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.jar (141 kB at 976 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-legal/2.5.1/hono-legal-2.5.1.pom (1.4 kB at 9.9 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1.pom.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command/2.5.1/hono-client-command-2.5.1-sources.jar (51 kB at 359 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-sources.jar (86 kB at 600 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base/2.5.1/hono-service-base-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar (253 kB at 1.7 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom (5.7 kB at 41 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-tests.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-javadoc.jar (90 kB at 628 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1-javadoc.jar (277 kB at 1.9 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-sources.jar (17 kB at 97 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.jar (274 kB at 1.9 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1.pom (4.9 kB at 35 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom (26 kB at 185 kB/s)
[INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-bom/maven-metadata.xml
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-bom/maven-metadata.xml
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-bom/maven-metadata.xml (304 B at 2.2 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.jar (145 kB at 971 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom (2.4 kB at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-device-amqp/2.5.1/hono-client-device-amqp-2.5.1-sources.jar (22 kB at 154 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.jar (252 kB at 1.7 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1.pom (4.2 kB at 30 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-sources.jar (67 kB at 474 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.jar (294 kB at 2.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-base/2.5.1/hono-adapter-base-2.5.1.pom (5.3 kB at 36 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.jar (142 kB at 963 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom (3.7 kB at 26 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application/2.5.1/hono-client-application-2.5.1-sources.jar (22 kB at 155 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-javadoc.jar (200 kB at 1.4 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification/2.5.1/hono-client-notification-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-bom/2.5.1/hono-bom-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.jar (178 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom (1.6 kB at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-clients-parent/2.5.1/hono-clients-parent-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-parent/2.5.1/hono-parent-2.5.1.pom.asc (833 B at 12 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-connection/2.5.1/hono-client-amqp-connection-2.5.1-javadoc.jar.asc (833 B at 6.0 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar (42 kB at 141 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.jar (248 kB at 1.4 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-coap/2.5.1/hono-adapter-coap-2.5.1.pom (3.1 kB at 22 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-core/2.5.1/hono-core-2.5.1-sources.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar (89 kB at 619 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-example/2.5.1/hono-example-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth-base/2.5.1/hono-service-auth-base-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1-javadoc.jar (251 kB at 1.7 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-kafka/2.5.1/hono-client-application-kafka-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-base-jdbc/2.5.1/hono-service-base-jdbc-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-mongodb/2.5.1/hono-service-device-registry-mongodb-2.5.1-javadoc.jar (326 kB at 2.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/client-device-connection-infinispan/2.5.1/client-device-connection-infinispan-2.5.1-javadoc.jar (163 kB at 1.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-javadoc.jar (88 kB at 608 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1-javadoc.jar (124 kB at 846 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapters/2.5.1/hono-adapters-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-jdbc/2.5.1/hono-service-device-registry-jdbc-2.5.1-sources.jar (40 kB at 281 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar (147 kB at 1000 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.pom (2.5 kB at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-sigfox/2.5.1/hono-adapter-sigfox-2.5.1-javadoc.jar.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-kafka/2.5.1/hono-client-command-kafka-2.5.1-javadoc.jar (114 kB at 794 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-kafka/2.5.1/hono-client-telemetry-kafka-2.5.1-javadoc.jar.asc (833 B at 17 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-kafka-common/2.5.1/hono-client-kafka-common-2.5.1-javadoc.jar (315 kB at 2.1 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.jar (266 kB at 1.8 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-lora/2.5.1/hono-adapter-lora-2.5.1.pom (3.4 kB at 24 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1.pom.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry/2.5.1/hono-client-telemetry-2.5.1-javadoc.jar (90 kB at 628 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-application-amqp/2.5.1/hono-client-application-amqp-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-command-router/2.5.1/hono-service-command-router-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-registry/2.5.1/hono-client-registry-2.5.1-javadoc.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt/2.5.1/hono-adapter-mqtt-2.5.1.jar.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.jar (206 kB at 1.4 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-amqp/2.5.1/hono-adapter-amqp-2.5.1.pom (2.9 kB at 20 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-kafka/2.5.1/hono-client-notification-kafka-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http-base/2.5.1/hono-adapter-http-base-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-amqp-common/2.5.1/hono-client-amqp-common-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.jar (177 kB at 1.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-command-amqp/2.5.1/hono-client-command-amqp-2.5.1.pom (2.2 kB at 12 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-pubsub-common/2.5.1/hono-client-pubsub-common-2.5.1-javadoc.jar (182 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-http/2.5.1/hono-adapter-http-2.5.1-sources.jar (15 kB at 104 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-auth/2.5.1/hono-service-auth-2.5.1.jar.asc (833 B at 11 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.jar (147 kB at 1.0 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1.pom (947 B at 6.7 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-service-device-registry-base/2.5.1/hono-service-device-registry-base-2.5.1-sources.jar (177 kB at 1.2 MB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-notification-pubsub/2.5.1/hono-client-notification-pubsub-2.5.1-sources.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.jar (146 kB at 804 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-client-telemetry-amqp/2.5.1/hono-client-telemetry-amqp-2.5.1.pom (1.9 kB at 14 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-adapter-mqtt-base/2.5.1/hono-adapter-mqtt-base-2.5.1.jar.asc (833 B at 18 kB/s)
[INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom.asc
[INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1109/org/eclipse/hono/hono-services/2.5.1/hono-services-2.5.1.pom.asc (833 B at 17 kB/s)
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "orgeclipsehono-1109".

Waiting for operation to complete...
..............

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Hono 2.5.1:
[INFO] 
[INFO] Hono ............................................... SUCCESS [ 11.547 s]
[INFO] Hono Dependencies .................................. SUCCESS [  0.570 s]
[INFO] Legal Documents .................................... SUCCESS [  3.474 s]
[INFO] Hono Test Utils .................................... SUCCESS [  3.689 s]
[INFO] Hono Core Test Utils ............................... SUCCESS [  2.743 s]
[INFO] Hono Demo Certs .................................... SUCCESS [  1.449 s]
[INFO] Hono Core .......................................... SUCCESS [ 27.529 s]
[INFO] Hono Clients ....................................... SUCCESS [  0.653 s]
[INFO] Hono Client Common ................................. SUCCESS [  8.748 s]
[INFO] Hono Client AMQP Connection ........................ SUCCESS [  9.810 s]
[INFO] Hono Notification Client ........................... SUCCESS [  6.677 s]
[INFO] Hono Client Test Utils ............................. SUCCESS [  1.093 s]
[INFO] Hono Client AMQP Common ............................ SUCCESS [ 12.709 s]
[INFO] Hono Notification Client (AMQP) .................... SUCCESS [  7.065 s]
[INFO] Hono Kafka Test Utils .............................. SUCCESS [  1.469 s]
[INFO] Hono Client Kafka Common ........................... SUCCESS [ 16.600 s]
[INFO] Hono Notification Client (Kafka) ................... SUCCESS [  6.771 s]
[INFO] Hono Client PubSub Common .......................... SUCCESS [ 16.261 s]
[INFO] Hono Notification Client (Pub/Sub) ................. SUCCESS [  7.481 s]
[INFO] Hono Service base .................................. SUCCESS [ 15.189 s]
[INFO] Hono Client for Command & Control .................. SUCCESS [ 11.653 s]
[INFO] Hono Device Registry Client ........................ SUCCESS [  9.005 s]
[INFO] Hono Client for Command & Control (AMQP) ........... SUCCESS [  8.006 s]
[INFO] Hono Client for Command & Control (Kafka) .......... SUCCESS [  7.612 s]
[INFO] Hono Client for Command & Control (Pub/Sub) ........ SUCCESS [  8.346 s]
[INFO] Hono Registry Client (AMQP) ........................ SUCCESS [  7.275 s]
[INFO] Hono Telemetry Client .............................. SUCCESS [  6.724 s]
[INFO] Hono Telemetry Client (AMQP) ....................... SUCCESS [  6.880 s]
[INFO] Hono Telemetry Client (Kafka) ...................... SUCCESS [  6.877 s]
[INFO] Hono Telemetry Client (PubSub) ..................... SUCCESS [  8.228 s]
[INFO] Hono Adapter Base .................................. SUCCESS [ 13.560 s]
[INFO] Hono Adapter Base Test Utils ....................... SUCCESS [  1.255 s]
[INFO] Hono Protocol Adapters ............................. SUCCESS [  1.063 s]
[INFO] Hono Protocol Adapters Parent ...................... SUCCESS [  2.234 s]
[INFO] Hono AMQP Adapter .................................. SUCCESS [ 30.640 s]
[INFO] Hono CoAP Adapter .................................. SUCCESS [ 18.968 s]
[INFO] Hono HTTP Adapter base ............................. SUCCESS [ 10.668 s]
[INFO] Hono HTTP Adapter .................................. SUCCESS [ 13.520 s]
[INFO] Hono Lora Adapter .................................. SUCCESS [ 18.343 s]
[INFO] Hono MQTT Adapter base ............................. SUCCESS [ 11.361 s]
[INFO] Hono MQTT Adapter .................................. SUCCESS [ 13.518 s]
[INFO] Hono Sigfox Adapter ................................ SUCCESS [ 15.125 s]
[INFO] Hono Client Device AMQP ............................ SUCCESS [  7.617 s]
[INFO] Hono Client for Business Applications .............. SUCCESS [  7.169 s]
[INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [  8.106 s]
[INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [  7.418 s]
[INFO] Hotrod Device Connection client .................... SUCCESS [ 10.342 s]
[INFO] Hono Examples ...................................... SUCCESS [  0.557 s]
[INFO] Hono Services ...................................... SUCCESS [  0.665 s]
[INFO] Hono Services Parent ............................... SUCCESS [  0.753 s]
[INFO] Hono Auth base ..................................... SUCCESS [  7.524 s]
[INFO] Hono Auth Server ................................... SUCCESS [ 11.770 s]
[INFO] Hono Service Device Registry Base .................. SUCCESS [ 22.127 s]
[INFO] Base classes for JDBC services ..................... SUCCESS [ 12.076 s]
[INFO] Hono Command Router ................................ SUCCESS [ 17.858 s]
[INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 21.619 s]
[INFO] Hono Mongodb Based Device Registry ................. SUCCESS [01:52 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:56 min
[INFO] Finished at: 2024-04-23T19:31:39Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS