Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-2ffq4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-2ffq4"
  namespace: "hawkbit"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hawkbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-2ffq4"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-2ffq4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hawkbit.svc.cluster.local/hawkbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-hawkbit"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-2ffq4 (basic) in workspace /home/jenkins/agent/workspace/hawkbit-master
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hawkbit.git
 > git init /home/jenkins/agent/workspace/hawkbit-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/hawkbit.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/hawkbit.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/hawkbit.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bf99ae37ad830a7ddc40929bdfadb1ac3909a67e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf99ae37ad830a7ddc40929bdfadb1ac3909a67e # timeout=10
Commit message: "Bump spring boot to 3.2.5 (#1720)"
 > git rev-list --no-walk a575a566561a6e454566540b62cfbe41bc2ad20b # timeout=10
[hawkbit-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean deploy -B -DskipNexusStaging -DaltSnapshotDeploymentRepository=repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/hawkbit-snapshots -DaltReleaseDeploymentRepository=repo.eclipse.org::default::https://repo.eclipse.org/content/repositories/hawkbit-releases
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] hawkBit :: Parent                                                  [pom]
[INFO] hawkBit :: Core                                                    [jar]
[INFO] hawkBit :: Core Security                                           [jar]
[INFO] hawkBit :: Repository                                              [pom]
[INFO] hawkBit :: Repository :: API                                       [jar]
[INFO] hawkBit :: Repository :: Core Implementation Support               [jar]
[INFO] hawkBit :: Artifact Repository :: Filesystem                       [jar]
[INFO] hawkBit :: Repository :: Test Utilities                            [jar]
[INFO] hawkBit :: Repository :: JPA Implementation                        [jar]
[INFO] hawkBit :: Security Integration                                    [jar]
[INFO] hawkBit :: HTTP Security                                           [jar]
[INFO] hawkBit :: DMF                                                     [pom]
[INFO] hawkBit :: DMF :: API                                              [jar]
[INFO] hawkBit :: DMF :: RabbitMq Test module                             [jar]
[INFO] hawkBit :: DMF :: AMQP 0.9 Implementation                          [jar]
[INFO] hawkBit :: REST                                                    [pom]
[INFO] hawkBit :: REST :: Core                                            [jar]
[INFO] hawkBit :: REST :: DDI API                                         [jar]
[INFO] hawkBit :: REST :: DDI Resources                                   [jar]
[INFO] hawkBit :: REST :: Management API                                  [jar]
[INFO] hawkBit :: REST :: Management Resources                            [jar]
[INFO] hawkBit :: Spring Boot Autoconfigure                               [jar]
[INFO] hawkBit :: Spring Boot Starters                                    [pom]
[INFO] hawkBit :: Spring Boot Starter DDI API                             [jar]
[INFO] hawkBit :: Spring Boot Starter DMF API                             [jar]
[INFO] hawkBit :: Spring Boot Starter Management API                      [jar]
[INFO] hawkBit :: Spring Boot Starter                                     [jar]
[INFO] hawkBit :: Runtime :: Parent                                       [pom]
[INFO] hawkBit :: Runtime :: Update Server (Monolith)                     [jar]
[INFO] hawkBit :: Test Report                                             [jar]
[INFO] hawkBit :: Runtime :: DDI Server                                   [jar]
[INFO] hawkBit :: Runtime :: DMF Server                                   [jar]
[INFO] hawkBit :: Runtime :: Management Server                            [jar]
[INFO] hawkbit-sdk                                                        [pom]
[INFO] hawkBit :: SDK :: Commons                                          [jar]
[INFO] hawkBit :: Runtime :: Simple UI                                    [jar]
[INFO] hawkBit :: SDK :: Device SDK                                       [jar]
[INFO] hawkBit :: SDK :: DMF SDK                                          [jar]
[INFO] hawkBit :: SDK :: Test / Example                                   [jar]
[INFO] 
[INFO] -----------------< org.eclipse.hawkbit:hawkbit-parent >-----------------
[INFO] Building hawkBit :: Parent 0-SNAPSHOT                             [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ hawkbit-parent ---
[INFO] 
[INFO] --- flatten:1.5.0:clean (flatten.clean) @ hawkbit-parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- flatten:1.5.0:flatten (flatten) @ hawkbit-parent ---
[INFO] Generating flattened POM of project org.eclipse.hawkbit:hawkbit-parent:pom:0-SNAPSHOT...
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-ut-agent) @ hawkbit-parent ---
[INFO] jacoco.agent.ut.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master/target/jacoco.exec
[INFO] 
[INFO] >>> source:3.3.1:jar (attach-sources) > generate-sources @ hawkbit-parent >>>
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ hawkbit-parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] <<< source:3.3.1:jar (attach-sources) < generate-sources @ hawkbit-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.1:jar (attach-sources) @ hawkbit-parent ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent-integration (prepare-it-agent) @ hawkbit-parent ---
[INFO] jacoco.agent.it.arg set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hawkbit-master/target/jacoco-it.exec
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-rabbitmq-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:tests:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:tests:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile?)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile?)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-update-server:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-amqp:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-resource:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-integration:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-http-security:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-jpa:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-test:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-api:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-repository-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-security-core:jar:0-SNAPSHOT (test)
[WARNING] o org.eclipse.hawkbit:hawkbit-artifact-repository-filesystem:jar:0-SNAPSHOT (test)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-device:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-commons:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-ddi-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-sdk-dmf:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-dmf-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-rest-core:jar:0-SNAPSHOT (compile)
[WARNING] o org.eclipse.hawkbit:hawkbit-core:jar:0-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- license-tool:1.0.2:license-check (license-check) @ hawkbit-parent ---
[WARNING] Error injecting: org.eclipse.dash.licenses.maven.LicenseCheckMojo
java.lang.TypeNotPresentException: Type org.eclipse.dash.licenses.maven.LicenseCheckMojo not present
    at org.eclipse.sisu.space.URLClassSpace.loadClass (URLClassSpace.java:147)
    at org.eclipse.sisu.space.NamedClass.load (NamedClass.java:46)
    at org.eclipse.sisu.space.AbstractDeferredClass.get (AbstractDeferredClass.java:48)
    at com.google.inject.internal.ProviderInternalFactory.provision (ProviderInternalFactory.java:86)
    at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision (InternalFactoryToInitializableAdapter.java:57)
    at com.google.inject.internal.ProviderInternalFactory$1.call (ProviderInternalFactory.java:67)
    at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109)
    at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:124)
    at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66)
    at com.google.inject.internal.ProviderInternalFactory.circularGet (ProviderInternalFactory.java:62)
    at com.google.inject.internal.InternalFactoryToInitializableAdapter.get (InternalFactoryToInitializableAdapter.java:47)
    at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101)
    at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
    at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
    at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51)
    at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:263)
    at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:255)
    at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo (DefaultMavenPluginManager.java:491)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:114)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
Caused by: java.lang.UnsupportedClassVersionError: org/eclipse/dash/licenses/maven/LicenseCheckMojo has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1 (Native Method)
    at java.lang.ClassLoader.defineClass (ClassLoader.java:763)
    at java.security.SecureClassLoader.defineClass (SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass (URLClassLoader.java:468)
    at java.net.URLClassLoader.access$100 (URLClassLoader.java:74)
    at java.net.URLClassLoader$1.run (URLClassLoader.java:369)
    at java.net.URLClassLoader$1.run (URLClassLoader.java:363)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass (URLClassLoader.java:362)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.findClassInternal (ClassRealm.java:313)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf (ClassRealm.java:432)
    at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass (SelfFirstStrategy.java:42)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass (ClassRealm.java:271)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass (ClassRealm.java:247)
    at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass (ClassRealm.java:239)
    at org.eclipse.sisu.space.URLClassSpace.loadClass (URLClassSpace.java:139)
    at org.eclipse.sisu.space.NamedClass.load (NamedClass.java:46)
    at org.eclipse.sisu.space.AbstractDeferredClass.get (AbstractDeferredClass.java:48)
    at com.google.inject.internal.ProviderInternalFactory.provision (ProviderInternalFactory.java:86)
    at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision (InternalFactoryToInitializableAdapter.java:57)
    at com.google.inject.internal.ProviderInternalFactory$1.call (ProviderInternalFactory.java:67)
    at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109)
    at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:124)
    at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66)
    at com.google.inject.internal.ProviderInternalFactory.circularGet (ProviderInternalFactory.java:62)
    at com.google.inject.internal.InternalFactoryToInitializableAdapter.get (InternalFactoryToInitializableAdapter.java:47)
    at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101)
    at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162)
    at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81)
    at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51)
    at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:263)
    at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:255)
    at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo (DefaultMavenPluginManager.java:491)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:114)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for hawkBit :: Parent 0-SNAPSHOT:
[INFO] 
[INFO] hawkBit :: Parent .................................. FAILURE [ 45.868 s]
[INFO] hawkBit :: Core .................................... SKIPPED
[INFO] hawkBit :: Core Security ........................... SKIPPED
[INFO] hawkBit :: Repository .............................. SKIPPED
[INFO] hawkBit :: Repository :: API ....................... SKIPPED
[INFO] hawkBit :: Repository :: Core Implementation Support SKIPPED
[INFO] hawkBit :: Artifact Repository :: Filesystem ....... SKIPPED
[INFO] hawkBit :: Repository :: Test Utilities ............ SKIPPED
[INFO] hawkBit :: Repository :: JPA Implementation ........ SKIPPED
[INFO] hawkBit :: Security Integration .................... SKIPPED
[INFO] hawkBit :: HTTP Security ........................... SKIPPED
[INFO] hawkBit :: DMF ..................................... SKIPPED
[INFO] hawkBit :: DMF :: API .............................. SKIPPED
[INFO] hawkBit :: DMF :: RabbitMq Test module ............. SKIPPED
[INFO] hawkBit :: DMF :: AMQP 0.9 Implementation .......... SKIPPED
[INFO] hawkBit :: REST .................................... SKIPPED
[INFO] hawkBit :: REST :: Core ............................ SKIPPED
[INFO] hawkBit :: REST :: DDI API ......................... SKIPPED
[INFO] hawkBit :: REST :: DDI Resources ................... SKIPPED
[INFO] hawkBit :: REST :: Management API .................. SKIPPED
[INFO] hawkBit :: REST :: Management Resources ............ SKIPPED
[INFO] hawkBit :: Spring Boot Autoconfigure ............... SKIPPED
[INFO] hawkBit :: Spring Boot Starters .................... SKIPPED
[INFO] hawkBit :: Spring Boot Starter DDI API ............. SKIPPED
[INFO] hawkBit :: Spring Boot Starter DMF API ............. SKIPPED
[INFO] hawkBit :: Spring Boot Starter Management API ...... SKIPPED
[INFO] hawkBit :: Spring Boot Starter ..................... SKIPPED
[INFO] hawkBit :: Runtime :: Parent ....................... SKIPPED
[INFO] hawkBit :: Runtime :: Update Server (Monolith) ..... SKIPPED
[INFO] hawkBit :: Test Report ............................. SKIPPED
[INFO] hawkBit :: Runtime :: DDI Server ................... SKIPPED
[INFO] hawkBit :: Runtime :: DMF Server ................... SKIPPED
[INFO] hawkBit :: Runtime :: Management Server ............ SKIPPED
[INFO] hawkbit-sdk ........................................ SKIPPED
[INFO] hawkBit :: SDK :: Commons .......................... SKIPPED
[INFO] hawkBit :: Runtime :: Simple UI .................... SKIPPED
[INFO] hawkBit :: SDK :: Device SDK ....................... SKIPPED
[INFO] hawkBit :: SDK :: DMF SDK .......................... SKIPPED
[INFO] hawkBit :: SDK :: Test / Example ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  52.406 s
[INFO] Finished at: 2024-04-22T07:11:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.dash:license-tool-plugin:1.0.2:license-check (license-check) on project hawkbit-parent: Execution license-check of goal org.eclipse.dash:license-tool-plugin:1.0.2:license-check failed: Unable to load the mojo 'license-check' in the plugin 'org.eclipse.dash:license-tool-plugin:1.0.2' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException: org/eclipse/dash/licenses/maven/LicenseCheckMojo has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>org.eclipse.dash:license-tool-plugin:1.0.2
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/home/jenkins/.m2/repository/org/eclipse/dash/license-tool-plugin/1.0.2/license-tool-plugin-1.0.2.jar
[ERROR] urls[1] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[ERROR] urls[2] = file:/home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[ERROR] urls[3] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[ERROR] urls[4] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
[ERROR] urls[5] = file:/home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar
[ERROR] urls[6] = file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
[ERROR] urls[7] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar
[ERROR] urls[8] = file:/home/jenkins/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar
[ERROR] urls[9] = file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
[ERROR] urls[10] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[ERROR] urls[11] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[ERROR] urls[12] = file:/home/jenkins/.m2/repository/org/eclipse/dash/org.eclipse.dash.licenses/1.0.2/org.eclipse.dash.licenses-1.0.2.jar
[ERROR] urls[13] = file:/home/jenkins/.m2/repository/org/eclipse/dash/eclipse-api-for-java/1.0.0/eclipse-api-for-java-1.0.0.jar
[ERROR] urls[14] = file:/home/jenkins/.m2/repository/com/google/inject/guice/5.1.0/guice-5.1.0.jar
[ERROR] urls[15] = file:/home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[ERROR] urls[16] = file:/home/jenkins/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
[ERROR] urls[17] = file:/home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[ERROR] urls[18] = file:/home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[ERROR] urls[19] = file:/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[ERROR] urls[20] = file:/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[ERROR] urls[21] = file:/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[ERROR] urls[22] = file:/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[ERROR] urls[23] = file:/home/jenkins/.m2/repository/com/google/inject/extensions/guice-multibindings/4.2.3/guice-multibindings-4.2.3.jar
[ERROR] urls[24] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar
[ERROR] urls[25] = file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[ERROR] urls[26] = file:/home/jenkins/.m2/repository/org/glassfish/jakarta.json/2.0.1/jakarta.json-2.0.1.jar
[ERROR] urls[27] = file:/home/jenkins/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar
[ERROR] urls[28] = file:/home/jenkins/.m2/repository/org/gitlab4j/gitlab4j-api/5.0.1/gitlab4j-api-5.0.1.jar
[ERROR] urls[29] = file:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar
[ERROR] urls[30] = file:/home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.35/jersey-hk2-2.35.jar
[ERROR] urls[31] = file:/home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/2.35/jersey-common-2.35.jar
[ERROR] urls[32] = file:/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[ERROR] urls[33] = file:/home/jenkins/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar
[ERROR] urls[34] = file:/home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar
[ERROR] urls[35] = file:/home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar
[ERROR] urls[36] = file:/home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar
[ERROR] urls[37] = file:/home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar
[ERROR] urls[38] = file:/home/jenkins/.m2/repository/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar
[ERROR] urls[39] = file:/home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/2.35/jersey-client-2.35.jar
[ERROR] urls[40] = file:/home/jenkins/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar
[ERROR] urls[41] = file:/home/jenkins/.m2/repository/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar
[ERROR] urls[42] = file:/home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.35/jersey-apache-connector-2.35.jar
[ERROR] urls[43] = file:/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[ERROR] urls[44] = file:/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[ERROR] urls[45] = file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[ERROR] urls[46] = file:/home/jenkins/.m2/repository/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[ERROR] urls[47] = file:/home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/2.35/jersey-media-multipart-2.35.jar
[ERROR] urls[48] = file:/home/jenkins/.m2/repository/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar
[ERROR] urls[49] = file:/home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.35/jersey-media-json-jackson-2.35.jar
[ERROR] urls[50] = file:/home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.35/jersey-entity-filtering-2.35.jar
[ERROR] urls[51] = file:/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.12.2/jackson-annotations-2.12.2.jar
[ERROR] urls[52] = file:/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.12.2/jackson-databind-2.12.2.jar
[ERROR] urls[53] = file:/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.12.2/jackson-core-2.12.2.jar
[ERROR] urls[54] = file:/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.12.2/jackson-module-jaxb-annotations-2.12.2.jar
[ERROR] urls[55] = file:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar
[ERROR] urls[56] = file:/home/jenkins/.m2/repository/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar
[ERROR] urls[57] = file:/home/jenkins/.m2/repository/uk/org/webcompere/system-stubs-jupiter/1.2.0/system-stubs-jupiter-1.2.0.jar
[ERROR] urls[58] = file:/home/jenkins/.m2/repository/uk/org/webcompere/system-stubs-core/1.2.0/system-stubs-core-1.2.0.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[ERROR] 
[ERROR] -----------------------------------------------------
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE