Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-k6hdl is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-k6hdl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.scout.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-k6hdl"
    - 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-k6hdl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-scout"
      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-k6hdl in workspace /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
 > git init /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/releases/7.0.x^{commit} # timeout=10
Checking out Revision 275e6edd26f1ff8803183f6568e5d65f69e19291 (refs/remotes/origin/releases/7.0.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 275e6edd26f1ff8803183f6568e5d65f69e19291 # timeout=10
Commit message: "Merge remote-tracking branch 'remotes/origin/releases/6.1.x' into releases/7.0.x"
 > git rev-list --no-walk 275e6edd26f1ff8803183f6568e5d65f69e19291 # timeout=10
[scout-integration-7.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/7.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/7.0.x -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:jar:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Scout Hello World Sample Application                   [maven-archetype]
[INFO] Scout JaxWs Module                                     [maven-archetype]
[INFO] Eclipse Scout SDK                                                  [pom]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
[INFO] org.eclipse.scout.sdk-settings                                     [jar]
[INFO] 
[INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
[INFO] Building Scout Hello World Sample Application 7.0.300-SNAPSHOT    [1/13]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ scout-helloworld-app ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ scout-helloworld-app ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ scout-helloworld-app ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ scout-helloworld-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 103 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ scout-helloworld-app ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:7.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ scout-helloworld-app ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ scout-helloworld-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ scout-helloworld-app ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:7.0.300-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: userName, Value: Scout Robot
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: javaVersion, Value: 1.8
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
[INFO] project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ scout-helloworld-app ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/7.0.300-SNAPSHOT/scout-helloworld-app-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/7.0.300-SNAPSHOT/scout-helloworld-app-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/7.0.300-SNAPSHOT/scout-helloworld-app-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
[INFO] 
[INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
[INFO] Building Scout JaxWs Module 7.0.300-SNAPSHOT                      [2/13]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ scout-jaxws-module ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ scout-jaxws-module ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ scout-jaxws-module ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ scout-jaxws-module ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ scout-jaxws-module ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:7.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ scout-jaxws-module ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ scout-jaxws-module ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ scout-jaxws-module ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:7.0.300-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: parentArtifactId, Value: helloworld
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
[INFO] project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ scout-jaxws-module ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/7.0.300-SNAPSHOT/scout-jaxws-module-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/7.0.300-SNAPSHOT/scout-jaxws-module-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/7.0.300-SNAPSHOT/scout-jaxws-module-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
[INFO] 
[INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
[INFO] Building Eclipse Scout SDK 7.0.300-SNAPSHOT                       [3/13]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.sdk ---
[INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:7.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/7.0.300-SNAPSHOT/org.eclipse.scout.sdk-7.0.300-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 7.0.300-SNAPSHOT [4/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 165 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 7.0.300-SNAPSHOT [5/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/fixture added.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.363 sec - in org.eclipse.scout.sdk.core.importvalidator.ImportValidatorTest
Running org.eclipse.scout.sdk.core.model.AnnotationElementTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec - in org.eclipse.scout.sdk.core.model.AnnotationElementTest
Running org.eclipse.scout.sdk.core.model.AnnotationQueryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.eclipse.scout.sdk.core.model.AnnotationQueryTest
Running org.eclipse.scout.sdk.core.model.AnnotationSourceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec - in org.eclipse.scout.sdk.core.model.AnnotationSourceTest
Running org.eclipse.scout.sdk.core.model.AnnotationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.eclipse.scout.sdk.core.model.AnnotationTest
Running org.eclipse.scout.sdk.core.model.ArrayTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.scout.sdk.core.model.ArrayTypeTest
Running org.eclipse.scout.sdk.core.model.CompilationUnitTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.CompilationUnitTest
Running org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec - in org.eclipse.scout.sdk.core.model.CreateAndOverrideNewCompilationUnitTest
Running org.eclipse.scout.sdk.core.model.FieldTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.scout.sdk.core.model.FieldTest
Running org.eclipse.scout.sdk.core.model.GenericMethodTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec - in org.eclipse.scout.sdk.core.model.GenericMethodTest
Running org.eclipse.scout.sdk.core.model.ImportDeclarationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.sdk.core.model.ImportDeclarationTest
Running org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 sec - in org.eclipse.scout.sdk.core.model.ManagedAnnotationTest
Running org.eclipse.scout.sdk.core.model.MethodParameterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.MethodParameterTest
Running org.eclipse.scout.sdk.core.model.MethodTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.sdk.core.model.MethodTest
Running org.eclipse.scout.sdk.core.model.PackageTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.sdk.core.model.PackageTest
Running org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.sdk.core.model.PrimitiveTypeTest
Running org.eclipse.scout.sdk.core.model.SourceRangeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.sdk.core.model.SourceRangeTest
Running org.eclipse.scout.sdk.core.model.TypeParameterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.TypeParameterTest
Running org.eclipse.scout.sdk.core.model.TypeTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 sec - in org.eclipse.scout.sdk.core.model.TypeTest
Running org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.spi.internal.ClasspathBuilderTest
Running org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.core.model.spi.internal.CompositeObjectTest
Running org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.sdk.core.model.spi.internal.metavalue.MetaValueFactoryTest
Running org.eclipse.scout.sdk.core.model.sugar.QueryTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec - in org.eclipse.scout.sdk.core.model.sugar.QueryTest
Running org.eclipse.scout.sdk.core.signature.SignatureTest
Tests run: 189, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.sdk.core.signature.SignatureTest
Running org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.sdk.core.signature.SignatureUtilsTest
Running org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.eclipse.scout.sdk.core.sourcebuilder.SourceModelRoundtripTest
Running org.eclipse.scout.sdk.core.util.CoreUtilsTest
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec - in org.eclipse.scout.sdk.core.util.CoreUtilsTest
Running org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.sdk.core.util.JavaEnvironmentImportExportTest
Running org.eclipse.scout.sdk.core.util.SdkLogTest
Unable to parse log level 'aa'. Fallback to default: 'WARNING'.
java.lang.IllegalArgumentException: Bad level "aa"
	at java.util.logging.Level.parse(Level.java:488)
	at org.eclipse.scout.sdk.core.util.SdkLog.parseLevel(SdkLog.java:424)
	at org.eclipse.scout.sdk.core.util.SdkLogTest.testParseLevel(SdkLogTest.java:96)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Scout SdkLog: Failed toString() invocation on an object of type [org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture]
java.lang.NullPointerException: NPE of test class org.eclipse.scout.sdk.core.util.SdkLogTest
	at org.eclipse.scout.sdk.core.util.SdkLogTest$ClassWithToStringThrowingNpeFixture.toString(SdkLogTest.java:156)
	at org.eclipse.scout.sdk.core.util.SdkLog.safeObjectToString(SdkLog.java:223)
	at org.eclipse.scout.sdk.core.util.SdkLog.toString(SdkLog.java:159)
	at org.eclipse.scout.sdk.core.util.SdkLog.handlePlaceholders(SdkLog.java:149)
	at org.eclipse.scout.sdk.core.util.SdkLog.log(SdkLog.java:93)
	at org.eclipse.scout.sdk.core.util.SdkLog.error(SdkLog.java:317)
	at org.eclipse.scout.sdk.core.util.SdkLogTest$1.run(SdkLogTest.java:104)
	at org.eclipse.scout.sdk.core.util.SdkLogTest.runWithPrivateLogger(SdkLogTest.java:191)
	at org.eclipse.scout.sdk.core.util.SdkLogTest.testLogOfObjectWithToStringThrowingException(SdkLogTest.java:101)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.sdk.core.util.SdkLogTest

Results :

Tests run: 363, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 7.0.300-SNAPSHOT [6/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 7.0.300-SNAPSHOT [7/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/client added.
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/shared added.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 139 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.364 sec - in org.eclipse.scout.sdk.core.s.ScoutRuntimeTypesTest
Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsModuleNewHelperTest
Running org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.sdk.core.s.jaxws.JaxWsUtilsTest
Running org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2
[WARNING]: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.apache.maven.plugins/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.codehaus.mojo/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[SEVERE]: No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)] -> [Help 1]
[SEVERE]: 
[SEVERE]: To see the full stack trace of the errors, re-run Maven with the -e switch.
[SEVERE]: Re-run Maven using the -X switch to enable full debug logging.
[SEVERE]: 
[SEVERE]: For more information about the errors and possible solutions, please read the following articles:
[SEVERE]: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.38 sec <<< FAILURE! - in org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest
testProjectCreation(org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest)  Time elapsed: 1.379 sec  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:58)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:128)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:66)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.createTestProject(CoreScoutTestingUtils.java:182)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewTest.testProjectCreation(ScoutProjectNewTest.java:35)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:122)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:72)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:55)
	... 29 more

Running org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.codetype.CodeTypeSourceBuilderTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.AnnotationCopyTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.982 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExtensionFormDataTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalCheckboxFieldTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalGroupboxTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ExternalTableFieldTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormPropertiesTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithGroupboxesTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.FormWithTemplateTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.IgnoredFieldsFormTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ListBoxFormTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MasterFieldFormDataTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.MixedValueFieldTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.NestedMultiLevelFormFieldTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.PageBeanDataTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceFormFieldTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplaceWithTemplatesTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingFormTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ReplacingPageTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.ScopeTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.SimpleFormTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
[WARNING]: Column 'formdata.client.ui.forms.ColumnWithoutTypeForm$MainBox$MyTableField$Table$MyColumn' has no value type.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.52 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldBeanTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldExtensionTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldFormTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.647 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.dto.TableFieldWithIgnoredColumnsTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.form.FormSourceBuilderTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.lookupcall.LookupCallSourceBuilderTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.page.PageSourceBuilderTest
Running org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.eclipse.scout.sdk.core.s.sourcebuilder.testcase.TestSourceBuilderTest
Running org.eclipse.scout.sdk.core.s.structured.WellformTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 sec - in org.eclipse.scout.sdk.core.s.structured.WellformTest
Running org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest
[WARNING]: The @Order value 100000000000000000 is very large and therefore may not be precise enough. It is recommended to use a lower value.
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.sdk.core.s.util.CoreScoutUtilsTest

Results :

Tests in error: 
  ScoutProjectNewTest.testProjectCreation:35 » Sdk java.io.IOException: Maven ca...

Tests run: 63, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/surefire-reports for the individual test results.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 7.0.300-SNAPSHOT [8/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] No tests to run.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 7.0.300-SNAPSHOT [9/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
[WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$328795979' does not have a name.
[WARNING]: operation 'org.eclipse.scout.sdk.s2e.operation.IOperation$MockitoMock$328795979' does not have a name.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 sec - in org.eclipse.scout.sdk.s2e.job.ResourceBlockingOperationJobTest
Running org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.45 sec - in org.eclipse.scout.sdk.s2e.operation.codetype.CodeTypeNewOperationTest
Running org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.702 sec - in org.eclipse.scout.sdk.s2e.operation.form.FormNewOperationTest
Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2
[WARNING]: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.apache.maven.plugins/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.codehaus.mojo/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[SEVERE]: No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)] -> [Help 1]
[SEVERE]: 
[SEVERE]: To see the full stack trace of the errors, re-run Maven with the -e switch.
[SEVERE]: Re-run Maven using the -X switch to enable full debug logging.
[SEVERE]: 
[SEVERE]: For more information about the errors and possible solutions, please read the following articles:
[SEVERE]: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2
[WARNING]: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.apache.maven.plugins/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.codehaus.mojo/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[SEVERE]: No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)] -> [Help 1]
[SEVERE]: 
[SEVERE]: To see the full stack trace of the errors, re-run Maven with the -e switch.
[SEVERE]: Re-run Maven using the -X switch to enable full debug logging.
[SEVERE]: 
[SEVERE]: For more information about the errors and possible solutions, please read the following articles:
[SEVERE]: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.19 sec <<< FAILURE! - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest
testNewWebServicesProviderFirst(org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest)  Time elapsed: 1.188 sec  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:58)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:128)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:66)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.createTestProject(CoreScoutTestingUtils.java:182)
	at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.testNewWebServicesProviderFirst(WebServiceNewOperationTest.java:96)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:122)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:72)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:55)
	... 29 more

testNewWebServicesConsumerFirst(org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest)  Time elapsed: 0.905 sec  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:58)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:128)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:66)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.createTestProject(CoreScoutTestingUtils.java:182)
	at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceNewOperationTest.testNewWebServicesConsumerFirst(WebServiceNewOperationTest.java:74)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:122)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:72)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:55)
	... 29 more

Running org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2
[WARNING]: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.apache.maven.plugins/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.codehaus.mojo/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[SEVERE]: No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)] -> [Help 1]
[SEVERE]: 
[SEVERE]: To see the full stack trace of the errors, re-run Maven with the -e switch.
[SEVERE]: Re-run Maven using the -X switch to enable full debug logging.
[SEVERE]: 
[SEVERE]: For more information about the errors and possible solutions, please read the following articles:
[SEVERE]: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.5: Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.4
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.3: Plugin org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.8
[WARNING]: Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.3.2: Plugin org.apache.maven.plugins:maven-release-plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.3.2
[WARNING]: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.apache.maven.plugins/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.apache.maven.plugins/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[WARNING]: Failure to transfer org.codehaus.mojo/maven-metadata.xml from https://repo.eclipse.org/content/repositories/maven_central/ was cached in the local repository, resolution will not be reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced. Original error: Could not transfer metadata org.codehaus.mojo/maven-metadata.xml from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Received fatal alert: handshake_failure
[SEVERE]: No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)] -> [Help 1]
[SEVERE]: 
[SEVERE]: To see the full stack trace of the errors, re-run Maven with the -e switch.
[SEVERE]: Re-run Maven using the -X switch to enable full debug logging.
[SEVERE]: 
[SEVERE]: For more information about the errors and possible solutions, please read the following articles:
[SEVERE]: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.837 sec <<< FAILURE! - in org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest
testUpdateWebServiceProvider(org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest)  Time elapsed: 1.035 sec  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:58)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:128)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:66)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.createTestProject(CoreScoutTestingUtils.java:182)
	at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceProvider(WebServiceUpdateOperationTest.java:110)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:122)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:72)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:55)
	... 29 more

testUpdateWebServiceConsumer(org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest)  Time elapsed: 0.802 sec  <<< ERROR!
org.eclipse.scout.sdk.core.util.SdkException: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:58)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenRunner.execute(MavenRunner.java:49)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:128)
	at org.eclipse.scout.sdk.core.s.project.ScoutProjectNewHelper.createProject(ScoutProjectNewHelper.java:66)
	at org.eclipse.scout.sdk.core.s.testing.CoreScoutTestingUtils.createTestProject(CoreScoutTestingUtils.java:182)
	at org.eclipse.scout.sdk.s2e.operation.jaxws.WebServiceUpdateOperationTest.testUpdateWebServiceConsumer(WebServiceUpdateOperationTest.java:58)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
Caused by: java.io.IOException: Maven call failed.
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.runMavenInSandbox(MavenCliRunner.java:122)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:72)
	at org.eclipse.scout.sdk.core.s.util.maven.MavenCliRunner.execute(MavenCliRunner.java:55)
	... 29 more

Running org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 sec - in org.eclipse.scout.sdk.s2e.operation.lookupcall.LookupCallNewOperationTest
Running org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.072 sec - in org.eclipse.scout.sdk.s2e.operation.page.PageNewOperationTest
Running org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.eclipse.scout.sdk.s2e.operation.permission.PermissionNewOperationTest
Running org.eclipse.scout.sdk.s2e.test.ApiTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.sdk.s2e.test.ApiTest
Running org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.s2e.util.ScoutStatusTest
Running org.eclipse.scout.sdk.s2e.util.ScoutTierTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.sdk.s2e.util.ScoutTierTest

Results :

Tests in error: 
  WebServiceNewOperationTest.testNewWebServicesConsumerFirst:74 » Sdk java.io.IO...
  WebServiceNewOperationTest.testNewWebServicesProviderFirst:96 » Sdk java.io.IO...
  WebServiceUpdateOperationTest.testUpdateWebServiceConsumer:58 » Sdk java.io.IO...
  WebServiceUpdateOperationTest.testUpdateWebServiceProvider:110 » Sdk java.io.I...

Tests run: 53, Failures: 0, Errors: 4, Skipped: 0

[ERROR] There are test failures.

Please refer to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/surefire-reports for the individual test results.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 7.0.300-SNAPSHOT [10/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 7.0.300-SNAPSHOT [11/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 97 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No tests to run.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 7.0.300-SNAPSHOT [12/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 129 source files to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
[INFO] Building org.eclipse.scout.sdk-settings 7.0.300-SNAPSHOT         [13/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk-settings ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/7.0.300-SNAPSHOT/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/7.0.300-SNAPSHOT/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Scout SDK 7.0.300-SNAPSHOT:
[INFO] 
[INFO] Scout Hello World Sample Application ............... SUCCESS [01:57 min]
[INFO] Scout JaxWs Module ................................. SUCCESS [  0.797 s]
[INFO] Eclipse Scout SDK .................................. SUCCESS [  0.684 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [ 11.085 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [  7.156 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  5.255 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [ 33.614 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [ 14.050 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [ 25.473 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [  2.818 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [  6.180 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [  7.197 s]
[INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  0.719 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:29 min
[INFO] Finished at: 2021-02-19T00:01:51Z
[INFO] ------------------------------------------------------------------------
[scout-integration-7.0-SDK-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.sdk/pom.xml -Dremote_branch=origin/releases/7.0.x -Dis_tag=false -Dtag_or_branch=origin/releases/7.0.x -Dmaster_unitTest_skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository -Dgpg.skip=true deploy -Peclipse-sign
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[WARNING] The project org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:jar:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Scout Hello World Sample Application                   [maven-archetype]
[INFO] Scout JaxWs Module                                     [maven-archetype]
[INFO] Eclipse Scout SDK                                                  [pom]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core                   [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test              [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s                 [jar]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test            [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e             [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test           [jar]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls         [bundle]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui          [bundle]
[INFO] org.eclipse.scout.sdk-settings                                     [jar]
[INFO] 
[INFO] ---------< org.eclipse.scout.archetypes:scout-helloworld-app >----------
[INFO] Building Scout Hello World Sample Application 7.0.300-SNAPSHOT    [1/13]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-helloworld-app ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ scout-helloworld-app ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ scout-helloworld-app ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ scout-helloworld-app ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 103 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ scout-helloworld-app ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-helloworld-app:maven-archetype:7.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scout-helloworld-app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ scout-helloworld-app ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ scout-helloworld-app ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ scout-helloworld-app ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ scout-helloworld-app ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-helloworld-app:7.0.300-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: scoutAuthPublicKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: scoutAuthPrivateKeyDev, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: scoutAuthPublicKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: userName, Value: Scout Robot
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: javaVersion, Value: 1.8
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: artifactId, Value: helloworld
[INFO] Parameter: scoutAuthPrivateKey, Value: TODO (use org.eclipse.scout.rt.platform.security.SecurityUtility.generateKeyPair())
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[WARNING] Don't override file /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.shared/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.client/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.server.app.dev/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.war/pom.xml
[INFO] Parent element not overwritten in /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld/helloworld.ui.html.app.dev/pom.xml
[INFO] project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/test-classes/projects/basic/project/helloworld
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ scout-helloworld-app ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ scout-helloworld-app ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ scout-helloworld-app ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ scout-helloworld-app ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ scout-helloworld-app ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ scout-helloworld-app ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-helloworld-app ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/7.0.300-SNAPSHOT/scout-helloworld-app-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/7.0.300-SNAPSHOT/scout-helloworld-app-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-helloworld-app/target/scout-helloworld-app-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-helloworld-app/7.0.300-SNAPSHOT/scout-helloworld-app-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ scout-helloworld-app ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-helloworld-app ---
[INFO] Deploying org.eclipse.scout.archetypes:scout-helloworld-app:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] ----------< org.eclipse.scout.archetypes:scout-jaxws-module >-----------
[INFO] Building Scout JaxWs Module 7.0.300-SNAPSHOT                      [2/13]
[INFO] --------------------------[ maven-archetype ]---------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ scout-jaxws-module ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ scout-jaxws-module ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ scout-jaxws-module ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/../target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ scout-jaxws-module ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ scout-jaxws-module ---
[INFO] Generating flattened POM of project org.eclipse.scout.archetypes:scout-jaxws-module:maven-archetype:7.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ scout-jaxws-module ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:jar (default-jar) @ scout-jaxws-module ---
[INFO] Building archetype jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ scout-jaxws-module ---
[INFO] Skipping because packaging 'maven-archetype' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ scout-jaxws-module ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:integration-test (default-integration-test) @ scout-jaxws-module ---
[INFO] Processing Archetype IT project: basic
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: scout-jaxws-module:7.0.300-SNAPSHOT
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: packageInPathFormat, Value: org/eclipse/scout/apps/helloworld
[INFO] Parameter: displayName, Value: My Application
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: org.eclipse.scout.apps.helloworld
[INFO] Parameter: groupId, Value: org.eclipse.scout.apps
[INFO] Parameter: parentArtifactId, Value: helloworld
[INFO] Parameter: artifactId, Value: helloworld.server.jaxws
[WARNING] CP Don't override file /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws/src/main/resources/META-INF/scout.xml
[INFO] project created from Archetype in dir: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/test-classes/projects/basic/project/helloworld.server.jaxws
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ scout-jaxws-module ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ scout-jaxws-module ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ scout-jaxws-module ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ scout-jaxws-module ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ scout-jaxws-module ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ scout-jaxws-module ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scout-jaxws-module ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/7.0.300-SNAPSHOT/scout-jaxws-module-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/7.0.300-SNAPSHOT/scout-jaxws-module-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/scout-jaxws-module/target/scout-jaxws-module-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/archetypes/scout-jaxws-module/7.0.300-SNAPSHOT/scout-jaxws-module-7.0.300-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-archetype-plugin:2.4:update-local-catalog (default-update-local-catalog) @ scout-jaxws-module ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ scout-jaxws-module ---
[INFO] Deploying org.eclipse.scout.archetypes:scout-jaxws-module:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] ------------< org.eclipse.scout.sdk:org.eclipse.scout.sdk >-------------
[INFO] Building Eclipse Scout SDK 7.0.300-SNAPSHOT                       [3/13]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.sdk ---
[INFO] Generating flattened POM of project org.eclipse.scout.sdk:org.eclipse.scout.sdk:pom:7.0.300-SNAPSHOT...
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk/.flattened-pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk/7.0.300-SNAPSHOT/org.eclipse.scout.sdk-7.0.300-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] ----------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core >----------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core 7.0.300-SNAPSHOT [4/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core ---
[INFO] Searching org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:jar:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core/target/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] -------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test >--------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test 7.0.300-SNAPSHOT [5/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ org.eclipse.scout.sdk.core.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/main/fixture added.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.test ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.test ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core.test ---
[INFO] Searching org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:jar:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:test-jar:tests:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:java-source:test-sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.test ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.test ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.test/target/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.test-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.test ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] ---------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s >---------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s 7.0.300-SNAPSHOT [6/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core.s ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.s ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core.s ---
[INFO] Searching org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:jar:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s/target/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] ------< org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test >-------
[INFO] Building org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test 7.0.300-SNAPSHOT [7/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/client added.
[INFO] Source directory: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/shared added.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Searching org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:jar:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:test-jar:tests:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:java-source:test-sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:java-source:sources:7.0.300-SNAPSHOT in 2 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.core.s.test/target/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk.core.s.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.core.s.test-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.core.s.test ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] --------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e >---------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e 7.0.300-SNAPSHOT [8/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e ---
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed lib/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed lib/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:7.0.300-SNAPSHOT in 3 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e ---
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed lib/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed lib/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:7.0.300-SNAPSHOT in 3 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:deploy (default-deploy) > deploy @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e ---
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed lib/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed lib/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:7.0.300-SNAPSHOT in 3 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e ---
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed lib/org.eclipse.scout.sdk.core-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed lib/org.eclipse.scout.sdk.core.s-7.0.300-SNAPSHOT.jar in 1 seconds.
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:bundle:7.0.300-SNAPSHOT in 3 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e/target/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:deploy (default-deploy) < deploy @ org.eclipse.scout.sdk.s2e <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test >------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test 7.0.300-SNAPSHOT [9/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/src/main/resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Searching org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:jar:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-tests.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:test-jar:tests:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-test-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:java-source:test-sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.test/target/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.test/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.test-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.test ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc 7.0.300-SNAPSHOT [10/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:deploy (default-deploy) > deploy @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.doc >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.doc/target/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.doc/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.doc-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:deploy (default-deploy) < deploy @ org.eclipse.scout.sdk.s2e.doc <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.doc ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] ------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls 7.0.300-SNAPSHOT [11/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:deploy (default-deploy) > deploy @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.nls >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/main/resources
[INFO] Copying 18 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.nls/target/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.nls/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.nls-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:deploy (default-deploy) < deploy @ org.eclipse.scout.sdk.s2e.nls <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.nls ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] -------< org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui >-------
[INFO] Building org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui 7.0.300-SNAPSHOT [12/13]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:deploy (default-deploy) > deploy @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:install (default-install) > install @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> maven-bundle-plugin:2.5.4:bundle (default-bundle) > package @ org.eclipse.scout.sdk.s2e.ui >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/main/resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:bundle (default-bundle) < package @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:bundle:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:java-source:sources:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk.s2e.ui/target/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/s2e/org.eclipse.scout.sdk.s2e.ui/7.0.300-SNAPSHOT/org.eclipse.scout.sdk.s2e.ui-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:install (default-install) < install @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Deploying org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui:7.0.300-SNAPSHOT at end
[INFO] 
[INFO] <<< maven-bundle-plugin:2.5.4:deploy (default-deploy) < deploy @ org.eclipse.scout.sdk.s2e.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:deploy (default-deploy) @ org.eclipse.scout.sdk.s2e.ui ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] 
[INFO] --------< org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings >--------
[INFO] Building org.eclipse.scout.sdk-settings 7.0.300-SNAPSHOT         [13/13]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.sdk-settings ---
[INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/../org.eclipse.scout.sdk/target/jacoco-all.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:parse-version (initialize-parse-version) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.12:regex-property (initialize-regex) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.sdk-settings ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.sdk-settings ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.sdk-settings ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.sdk-settings ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.sdk-settings ---
[INFO] Checking unresolved references to org.kaazing.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.sdk-settings ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.0.0:normalize (pack200-normalize) @ org.eclipse.scout.sdk-settings ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.scout.sdk-settings ---
[INFO] Searching org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:jar:7.0.300-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.0.0:pack (pack200-pack) @ org.eclipse.scout.sdk-settings ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ org.eclipse.scout.sdk-settings ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.sdk-settings ---
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/7.0.300-SNAPSHOT/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/pom.xml to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/7.0.300-SNAPSHOT/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/org.eclipse.scout.sdk-settings/target/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/scout-integration-7.0-SDK-nightly/.repository/org/eclipse/scout/sdk/org.eclipse.scout.sdk-settings/7.0.300-SNAPSHOT/org.eclipse.scout.sdk-settings-7.0.300-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ org.eclipse.scout.sdk-settings ---
[INFO] Deploying org.eclipse.scout.sdk:org.eclipse.scout.sdk-settings:7.0.300-SNAPSHOT at end
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse Scout SDK 7.0.300-SNAPSHOT:
[INFO] 
[INFO] Scout Hello World Sample Application ............... SUCCESS [ 14.954 s]
[INFO] Scout JaxWs Module ................................. SUCCESS [  0.858 s]
[INFO] Eclipse Scout SDK .................................. SUCCESS [  0.912 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core ... SUCCESS [  5.552 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.test SUCCESS [  5.540 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s . SUCCESS [  3.869 s]
[INFO] org.eclipse.scout.sdk:org.eclipse.scout.sdk.core.s.test SUCCESS [  8.674 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e  SUCCESS [ 41.422 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.test SUCCESS [  6.561 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.doc SUCCESS [ 19.612 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.nls SUCCESS [ 28.075 s]
[INFO] org.eclipse.scout.sdk.s2e:org.eclipse.scout.sdk.s2e.ui SUCCESS [ 31.829 s]
[INFO] org.eclipse.scout.sdk-settings ..................... SUCCESS [  1.729 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:50 min
[INFO] Finished at: 2021-02-19T00:04:43Z
[INFO] ------------------------------------------------------------------------
Not sending mail to unregistered user mvi@bsi-software.com
Sending e-mails to: arthur.vandorp@bsi-software.com
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Finished: UNSTABLE