Started by user Frederic Gurr Running as Frederic Gurr Agent default-agent-fmgjd is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-fmgjd" spec: containers: - env: - name: "JENKINS_SECRET" value: "47b9e7fe19cd4d7c8a20a4acf2176039daaf059419b851abc21e4a408dc97480" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.mdht.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-fmgjd" - name: "JENKINS_NAME" value: "default-agent-fmgjd" - name: "JENKINS_URL" value: "http://jenkins-ui.mdht.svc.cluster.local/mdht/" - name: "HOME" value: "/home/jenkins" image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:5e2449faafc9c1662697946057b511572fa666289255069526c1d5057be0c0f3" imagePullPolicy: "IfNotPresent" 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: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-2" readOnly: false - mountPath: "/home/jenkins" name: "workspace-volume" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false workingDir: "/home/jenkins" nodeSelector: {} restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-mdht" readOnly: true - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: medium: "" name: "volume-2" - configMap: name: "known-hosts" name: "volume-1" - configMap: items: - key: "settings.xml" path: "settings.xml" name: "m2-dir" name: "settings-xml" - emptyDir: medium: "" name: "workspace-volume" Building remotely on default-agent-fmgjd in workspace /home/jenkins/workspace/MDHT-master-webmaster-test No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/mdht/org.eclipse.mdht > /usr/bin/git init /home/jenkins/workspace/MDHT-master-webmaster-test # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mdht/org.eclipse.mdht > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --force --progress https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url https://git.eclipse.org/r/mdht/org.eclipse.mdht # timeout=10 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git config remote.origin.url https://git.eclipse.org/r/mdht/org.eclipse.mdht # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mdht/org.eclipse.mdht > /usr/bin/git fetch --tags --force --progress https://git.eclipse.org/r/mdht/org.eclipse.mdht +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 0545f3a8a05f3a924e25f8a5fa6cfcff0dc75815 (origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 0545f3a8a05f3a924e25f8a5fa6cfcff0dc75815 Commit message: "Updates to POM" > /usr/bin/git rev-list --no-walk 0545f3a8a05f3a924e25f8a5fa6cfcff0dc75815 # timeout=10 [MDHT-master-webmaster-test] $ /opt/tools/apache-maven/3.2.5/bin/mvn -f pom.xml -DSIGN=false -DBUILD_ALIAS= -Dmaven.repo.local=/home/jenkins/workspace/MDHT-master-webmaster-test/.repository clean verify -B Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Scanning for projects... [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.pom (3 KB at 69.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.4.0/tycho-1.4.0.pom (20 KB at 489.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.pom (5 KB at 163.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (7 KB at 281.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 KB at 854.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 KB at 1019.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/6/apache-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 KB at 480.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (4 KB at 118.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (5 KB at 155.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (21 KB at 954.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 551.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (2 KB at 70.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (3 KB at 86.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 28.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (6 KB at 163.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 527.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 2.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5 KB at 140.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 96.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 245.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 264.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (5 KB at 156.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (9 KB at 291.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 326.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (2 KB at 49.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (2 KB at 67.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (3 KB at 89.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (6 KB at 201.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (4 KB at 117.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (3 KB at 79.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (2 KB at 40.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (8 KB at 345.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 KB at 500.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4 KB at 134.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 629.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (6 KB at 242.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 KB at 10.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (3 KB at 81.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (3 KB at 114.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (2 KB at 68.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (8 KB at 235.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (3 KB at 77.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (4 KB at 138.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (2 KB at 81.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (6 KB at 200.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (5 KB at 218.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 832.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 244.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 KB at 239.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 1442.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/9/apache-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 KB at 510.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 KB at 564.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (61 KB at 1952.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/16/apache-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (16 KB at 683.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 KB at 599.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (67 KB at 2885.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/18/apache-18.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 KB at 695.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (3 KB at 113.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 KB at 701.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 KB at 473.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (2 KB at 66.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.pom (2 KB at 78.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (2 KB at 80.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.pom (2 KB at 78.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.4.0/sisu-equinox-1.4.0.pom (2 KB at 34.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.pom (2 KB at 55.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.pom (2 KB at 55.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (7 KB at 226.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.pom (3 KB at 74.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.pom (2 KB at 22.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.4.0/tycho-bundles-1.4.0.pom (4 KB at 138.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.pom (2 KB at 22.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4 KB at 140.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (2 KB at 47.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (13 KB at 483.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 1376.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/5/apache-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (5 KB at 181.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.pom (3 KB at 77.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.4.0/tycho-p2-1.4.0.pom (2 KB at 42.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.pom (2 KB at 36.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.pom (2 KB at 13.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.4.0/tycho-maven-plugin-1.4.0.jar (6 KB at 205.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.4.0/tycho-core-1.4.0.jar (196 KB at 5005.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (60 KB at 1084.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (106 KB at 1597.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (461 KB at 6581.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 336.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (150 KB at 1757.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (183 KB at 1942.4 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (242 KB at 2569.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (14 KB at 137.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (84 KB at 838.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (98 KB at 796.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (55 KB at 442.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (204 KB at 1643.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (57 KB at 435.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.400/org.eclipse.osgi.compatibility.state-1.1.400.jar (240 KB at 1616.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (520 KB at 3463.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.4.0/sisu-equinox-embedder-1.4.0.jar (13 KB at 83.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.4.0/sisu-equinox-api-1.4.0.jar (4 KB at 19.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.jar (1415 KB at 8731.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.4.0/tycho-embedder-api-1.4.0.jar (7 KB at 40.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (109 KB at 629.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.4.0/org.eclipse.tycho.embedder.shared-1.4.0.jar (10 KB at 52.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.4.0/tycho-metadata-model-1.4.0.jar (36 KB at 202.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.4.0/org.eclipse.tycho.core.shared-1.4.0.jar (37 KB at 202.9 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.4.0/tycho-p2-facade-1.4.0.jar (37 KB at 193.3 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.4.0/org.eclipse.tycho.p2.resolver.shared-1.4.0.jar (28 KB at 149.2 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (5 KB at 20.7 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.4.0/org.eclipse.tycho.p2.tools.shared-1.4.0.jar (21 KB at 100.2 KB/sec) [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:eclipse-plugin:3.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:[unknown-version], /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/pom.xml, line 26, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:eclipse-plugin:3.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:[unknown-version], /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/pom.xml, line 52, column 12 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.4.0/tycho-bundles-external-1.4.0.zip (7944 KB at 57149.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.4.0/org.eclipse.tycho.p2.resolver.impl-1.4.0.jar (214 KB at 4535.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.4.0/org.eclipse.tycho.p2.maven.repository-1.4.0.jar (145 KB at 4240.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.4.0/org.eclipse.tycho.p2.tools.impl-1.4.0.jar (48 KB at 1242.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 240.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 213.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 569.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/11/apache-11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 KB at 401.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 600.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.pom (3 KB at 94.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.4.0/tycho-compiler-plugin-1.4.0.jar (33 KB at 789.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.pom (2 KB at 36.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.4.0/target-platform-configuration-1.4.0.jar (8 KB at 158.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.pom (2 KB at 38.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.4.0/tycho-p2-repository-plugin-1.4.0.jar (14 KB at 337.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.pom (3 KB at 134.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/1.4.0/tycho-source-plugin-1.4.0.jar (23 KB at 515.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5 KB at 132.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 KB at 234.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 152.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 354.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 1072.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/10/apache-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 KB at 688.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 36.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 586.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.pom (3 KB at 118.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 968.3 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 KB at 363.7 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.4.0/tycho-packaging-plugin-1.4.0.jar (125 KB at 1836.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.pom (3 KB at 59.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/1.4.0/tycho-extras-1.4.0.pom (16 KB at 522.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-source-feature-plugin/1.4.0/tycho-source-feature-plugin-1.4.0.jar (19 KB at 392.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 28.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (5 KB at 188.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 KB at 546.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 18.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 172.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 74.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 211.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 339.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 620.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/3/apache-3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (4 KB at 167.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 97.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 160.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 15.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 215.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.10/junit-4.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/junit/junit/4.10/junit-4.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (3 KB at 79.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 19.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (6 KB at 302.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 152.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 44.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 77.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 43.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 15.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 147.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 74.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 48.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 48.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 82.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 45.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2 KB at 51.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 203.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 102.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (2 KB at 45.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 129.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (643 B at 9.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (2 KB at 83.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (2 KB at 88.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (2 KB at 79.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (2 KB at 52.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (2 KB at 79.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (2 KB at 70.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (2 KB at 67.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 527.1 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 91.4 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.jar (1417 KB at 20528.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.pom (2 KB at 95.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200/1.4.0/tycho-pack200-1.4.0.pom (2 KB at 58.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200b-plugin/1.4.0/tycho-pack200b-plugin-1.4.0.jar (7 KB at 147.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.pom (3 KB at 86.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.4.0/tycho-p2-plugin-1.4.0.jar (27 KB at 359.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.pom (3 KB at 84.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 KB at 410.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (52 KB at 1840.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/13/apache-13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 KB at 568.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.pom (3 KB at 54.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (4 KB at 122.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 KB at 456.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (3 KB at 124.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.pom (4 KB at 177.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (4 KB at 56.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 KB at 1047.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.4.0/tycho-artifactcomparator-1.4.0.jar (20 KB at 402.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.4.0/sisu-equinox-launching-1.4.0.jar (28 KB at 540.7 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (53 KB at 975.6 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (112 KB at 1914.0 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0/asm-util-7.0.jar (79 KB at 1177.7 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 KB at 445.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.pom (6 KB at 322.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (10 KB at 582.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1385.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/14/apache-14.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/14/apache-14.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 KB at 623.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.6/maven-clean-plugin-2.6.jar (28 KB at 636.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 207.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 604.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 909.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/7/apache-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (15 KB at 587.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 483.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (6 KB at 146.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 KB at 549.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 KB at 192.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 KB at 655.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 363.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1026.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (122 KB at 2428.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/maven-metadata.xml [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/maven-metadata.xml [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/maven-metadata.xml [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/maven-metadata.xml (2 KB at 12.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.pom (11 KB at 410.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 KB at 736.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/21/apache-21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 KB at 642.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.0/maven-bundle-plugin-4.2.0.jar (228 KB at 5049.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.pom (7 KB at 279.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 KB at 413.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 KB at 1391.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.1/maven-resources-plugin-3.0.1.jar (31 KB at 788.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 426.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 498.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 KB at 572.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 322.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 509.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 705.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.pom (7 KB at 259.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom (7 KB at 323.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/2.5/maven-surefire-report-plugin-2.5.jar (39 KB at 849.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.pom (5 KB at 149.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.7/maven-antrun-plugin-1.7.jar (31 KB at 935.2 KB/sec) [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.emf.runtime:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ [INFO] Adding repository http://download.eclipse.org/releases/oxygen [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (502B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (502B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ [INFO] Fetching p2.index from http://oht-modeling.sourceforge.net/updates/ccda2/ (172B) [INFO] Fetching p2.index from http://oht-modeling.sourceforge.net/updates/ccda2/ (172B) [INFO] Adding repository http://oht-modeling.sourceforge.net/updates/ccda2 [INFO] Fetching content.xml.xz from http://oht-modeling.sourceforge.net/updates/ccda2/ (67.12kB) [INFO] Fetching content.xml.xz from http://oht-modeling.sourceforge.net/updates/ccda2/ (67.12kB) [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/latest/ [INFO] Fetching p2.index from http://download.eclipse.org/nebula/releases/latest/ [INFO] Adding repository http://download.eclipse.org/nebula/releases/latest [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/latest/ [INFO] Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/latest/ [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.emf.runtime:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/pom.xml [INFO] Fetching 201804111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB) [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.3kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.emf.runtime:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.transform.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transform.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transform.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/pom.xml [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (676.21kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (676.21kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.95kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.95kB) [INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.07MB) [INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.07MB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (106.17kB) [INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.53kB) [INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.53kB) [INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.01kB) [INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.01kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.transform.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.transform.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/pom.xml [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.68kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (81.58kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (81.58kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.27kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.27kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.98kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (140.57kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (140.57kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (49.74kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (8.71MB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (8.71MB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.17kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.34kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.68kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (355.27kB) [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (355.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (70.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (114.43kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (114.43kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (373.75kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (373.75kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.73kB) [INFO] Fetching org.eclipse.m2m.atl.core_3.8.0.v201705182014.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (14.78kB) [INFO] Fetching org.eclipse.m2m.atl.core_3.8.0.v201705182014.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (14.78kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (166.3kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (166.3kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.07kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.07kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.transform.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.common:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.common:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.common:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.edit:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.edit:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (60.2kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (60.2kB) [INFO] Fetching org.eclipse.rap.jface_3.4.0.20171018-1122.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (319.62kB) [INFO] Fetching org.eclipse.rap.jface_3.4.0.20171018-1122.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (319.62kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.46kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.46kB) [INFO] Fetching org.eclipse.rap.ui.workbench_3.4.0.20171017-0945.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (969.72kB) [INFO] Fetching org.eclipse.rap.ui.workbench_3.4.0.20171017-0945.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (969.72kB) [INFO] Fetching org.eclipse.rap.rwt_3.4.0.20171130-0837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.22MB) [INFO] Fetching org.eclipse.rap.rwt_3.4.0.20171130-0837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.22MB) [INFO] Fetching org.eclipse.rap.jface.databinding_3.4.0.20171017-0945.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (68.62kB) [INFO] Fetching org.eclipse.rap.jface.databinding_3.4.0.20171017-0945.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (68.62kB) [INFO] Fetching org.eclipse.rap.rwt.osgi_3.4.0.20171017-0945.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.97kB) [INFO] Fetching org.eclipse.rap.rwt.osgi_3.4.0.20171017-0945.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.97kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.edit:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/pom.xml [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.11kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.11kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.2kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.34kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.34kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.42kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ocl.uml_5.2.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.ocl.uml_5.2.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.1MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (242.58kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (242.58kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.68kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (34.87kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (34.87kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.ide:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.ide:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/pom.xml [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (252.27kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (252.27kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (82.03kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (117.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (117.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (130.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (130.4kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (185.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (185.96kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (92.26kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (92.26kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.52kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (212.78kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (212.78kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (61.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (61.51kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (307.51kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (307.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.19kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.ide:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.navigator:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.navigator:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.navigator:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.properties:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.properties:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.ui.properties:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.validation:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.validation:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.validation:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/pom.xml [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (62.81kB) [INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (62.81kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (100.83kB) [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (100.83kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2xpath:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2xpath:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2xpath:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2csharp:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2csharp:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.transformation.ocl2csharp:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.validation.ocl2java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.validation.ocl2java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/pom.xml [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.jdt.core_3.13.102.v20180330-0919.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.44MB) [INFO] Fetching org.eclipse.jdt.core_3.13.102.v20180330-0919.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.44MB) [INFO] Fetching org.eclipse.jdt.launching_3.9.100.v20180323-1351.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.62kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.100.v20180323-1351.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.62kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (912.26kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (912.26kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.validation.ocl2java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability.edit:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability.edit:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability.edit:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability.editor:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability.editor:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/pom.xml [INFO] Fetching com.ibm.icu.base_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (83.54kB) [INFO] Fetching com.ibm.icu.base_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (83.54kB) [INFO] Fetching org.eclipse.nebula.widgets.xviewer_1.1.0.201812241324.jar from http://download.eclipse.org/nebula/releases/latest/plugins/ (367.02kB) [INFO] Fetching org.eclipse.nebula.widgets.xviewer_1.1.0.201812241324.jar from http://download.eclipse.org/nebula/releases/latest/plugins/ (367.02kB) [INFO] Fetching org.eclipse.nebula.widgets.xviewer.core_1.0.0.201812241324.jar from http://download.eclipse.org/nebula/releases/latest/plugins/ (41.05kB) [INFO] Fetching org.eclipse.nebula.widgets.xviewer.core_1.0.0.201812241324.jar from http://download.eclipse.org/nebula/releases/latest/plugins/ (41.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.metamodel.traceability.editor:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/features/org.eclipse.mdht.uml-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/features/org.eclipse.mdht.uml-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/core/features/org.eclipse.mdht.uml-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.dita.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.dita.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/pom.xml [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (246.29kB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (2.58MB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (2.58MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.24MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (286.98kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.53kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.53kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1.v20171108-0853.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.64kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1.v20171108-0853.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.64kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (314.64kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (993.18kB) [INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (993.18kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.64kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.64kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.dita.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht.dita:org.eclipse.mdht.dita:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/dita/features/org.eclipse.mdht.dita-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht.dita:org.eclipse.mdht.dita:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/dita/features/org.eclipse.mdht.dita-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht.dita:org.eclipse.mdht.dita:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/dita/features/org.eclipse.mdht.dita-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.cda.xml.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.cda.xml.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/pom.xml [INFO] Fetching org.eclipse.acceleo.common_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.acceleo.common_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.95kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.95kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (50.88kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (50.88kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.94kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.2.201708211328.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.94kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.75kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.75kB) [INFO] Fetching org.eclipse.jdt.ui_3.13.100.v20180330-0726.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.100.v20180330-0726.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.100.v20180322-1256.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.100.v20180322-1256.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.jdt.junit_3.10.75.v20180322-1731.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (235.55kB) [INFO] Fetching org.eclipse.jdt.junit_3.10.75.v20180322-1731.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (235.55kB) [INFO] Fetching org.eclipse.ant.ui_3.7.0.v20170412-1054.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (483.71kB) [INFO] Fetching org.eclipse.ant.ui_3.7.0.v20170412-1054.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (483.71kB) [INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.17kB) [INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.17kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (38.92kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (38.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (45.05kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.18kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.71kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.2.v20171013-1525.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (295.11kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.2.v20171013-1525.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (295.11kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.100.v20180321-0831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.42kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.100.v20180321-0831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.42kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (218.87kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.651.v20171130-0906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.29kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.651.v20171130-0906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.29kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.9.100.v20180321-0831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (63.57kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.9.100.v20180321-0831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (63.57kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (283.72kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.86kB) [INFO] Fetching org.eclipse.wst.xml.core_1.1.1101.v201711080222.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (242.33kB) [INFO] Fetching org.eclipse.wst.xml.core_1.1.1101.v201711080222.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (242.33kB) [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201707142105.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.29kB) [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201707142105.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.29kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.consol2_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (16.91MB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.consol2_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (16.91MB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.consol2_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (3.21MB of 16.91MB at 3.2MB/s) [INFO] Fetching org.openhealthtools.mdht.uml.cda.consol2_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (9.36MB of 16.91MB at 4.68MB/s) [INFO] Fetching org.openhealthtools.mdht.uml.cda.consol2_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (13.85MB of 16.91MB at 4.62MB/s) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.56kB) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.56kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.ccd_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (663.28kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.ccd_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (663.28kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.cdt_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (299.87kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.cdt_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (299.87kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.hitsp_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (573.13kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.hitsp_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (573.13kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.ihe_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (904.55kB) [INFO] Fetching org.openhealthtools.mdht.uml.cda.ihe_3.0.0.201706301116.jar from http://oht-modeling.sourceforge.net/updates/ccda2/plugins/ (904.55kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (123.59kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (123.59kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (153.28kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (153.28kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.51kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.51kB) [INFO] Fetching org.eclipse.pde.ui_3.10.100.v20180322-0726.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.pde.ui_3.10.100.v20180322-0726.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.launching_3.7.52.v20171222-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (50.64kB) [INFO] Fetching org.eclipse.pde.launching_3.7.52.v20171222-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (50.64kB) [INFO] Fetching org.eclipse.ui.intro_3.5.100.v20170418-0710.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (142kB) [INFO] Fetching org.eclipse.ui.intro_3.5.100.v20170418-0710.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (142kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.100.v20170515-0748.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.100.v20170515-0748.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (118.56kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.100.v20170515-1458.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (83.71kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.100.v20170515-1458.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (83.71kB) [INFO] Fetching org.eclipse.ui.trace_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.ui.trace_1.1.0.v20170201-2036.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.59kB) [INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.59kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v200912181831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.6kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v200912181831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.6kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.27kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.27kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.300.v201111030423.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.97kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.300.v201111030423.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.97kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201702270556.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201702270556.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.sse.core_1.1.1002.v201711071507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (147.43kB) [INFO] Fetching org.eclipse.wst.sse.core_1.1.1002.v201711071507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (147.43kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.33kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.33kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.cda.xml.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.ant:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.ant:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.ant:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.dita:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.dita:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.dita:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.resources:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.resources:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.resources:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.validation:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.validation:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.validation:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.datatypes:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.datatypes:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.datatypes:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.rim:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.rim:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.rim:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.vocab:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.vocab:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.hl7.vocab:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.transform:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.term.ui:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.api:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/pom.xml [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (106.46kB) [INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (106.46kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (57.92kB) [INFO] Fetching javaewah_1.1.6.v20160919-1400.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (57.92kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.72kB) [INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.72kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.96kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.96kB) [INFO] Fetching org.eclipse.egit.core_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (149.96kB) [INFO] Fetching org.eclipse.egit.core_4.9.2.201712150930-r.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (149.96kB) [INFO] Fetching org.eclipse.jgit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jgit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (2.51MB) [INFO] Fetching org.eclipse.jgit_4.9.2.201712150930-r.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (575.31kB of 2.51MB at 572.14kB/s) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.dotnet:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.dotnet:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.dotnet:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.java:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.schematron:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.schematron:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.api.schematron:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.cda.test:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.basic:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.basic-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.basic:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.basic-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.basic:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.basic-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.tooling:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.tooling-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.tooling:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.tooling-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht.cda:org.eclipse.mdht.uml.cda.tooling:3.0.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.tooling-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.fhir.xsd:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.fhir.xsd:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.fhir.xsd:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.common:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.common:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.common:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.core:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.core:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.core:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.edit:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.edit:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.edit:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.transform:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.transform:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.transform:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.ui:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.ui:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/pom.xml [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.34kB) [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.ui:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.feature:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/features/org.eclipse.mdht.uml.fhir.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.feature:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/features/org.eclipse.mdht.uml.fhir.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.feature:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/features/org.eclipse.mdht.uml.fhir.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.core.model:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/models/org.eclipse.mdht.uml.fhir.core.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.core.model:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/models/org.eclipse.mdht.uml.fhir.core.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.mdht:org.eclipse.mdht.uml.fhir.core.model:0.5.0-SNAPSHOT @ /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/models/org.eclipse.mdht.uml.fhir.core.model/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] root [INFO] core [INFO] org.eclipse.mdht.emf.runtime [INFO] org.eclipse.mdht.transform.core [INFO] org.eclipse.mdht.uml.common [INFO] org.eclipse.mdht.uml.transform [INFO] org.eclipse.mdht.uml.edit [INFO] org.eclipse.mdht.uml.common.ui [INFO] org.eclipse.mdht.uml.transform.ui [INFO] org.eclipse.mdht.uml.validation [INFO] org.eclipse.mdht.uml.ui.navigator [INFO] org.eclipse.mdht.uml.ui [INFO] org.eclipse.mdht.uml.ui.properties [INFO] org.eclipse.mdht.uml.ui.ide [INFO] org.eclipse.mdht.transformation.ocl [INFO] org.eclipse.mdht.transformation.ocl2java [INFO] org.eclipse.mdht.transformation.ocl2xpath [INFO] org.eclipse.mdht.transformation.ocl2csharp [INFO] org.eclipse.mdht.validation.ocl2java [INFO] org.eclipse.mdht.metamodel.traceability [INFO] org.eclipse.mdht.metamodel.traceability.edit [INFO] org.eclipse.mdht.metamodel.traceability.editor [INFO] org.eclipse.mdht.uml [INFO] dita [INFO] org.eclipse.mdht.dita.ui [INFO] org.eclipse.mdht.dita [INFO] cda [INFO] org.eclipse.mdht.uml.hl7.vocab [INFO] org.eclipse.mdht.uml.hl7.datatypes [INFO] org.eclipse.mdht.uml.hl7.rim [INFO] org.eclipse.mdht.uml.cda [INFO] org.eclipse.mdht.uml.term.core [INFO] org.eclipse.mdht.uml.cda.resources [INFO] org.eclipse.mdht.uml.cda.core [INFO] org.eclipse.mdht.uml.term.ui [INFO] org.eclipse.mdht.uml.cda.ui [INFO] org.eclipse.mdht.cda.xml.ui [INFO] org.eclipse.mdht.uml.term.transform [INFO] org.eclipse.mdht.uml.cda.transform [INFO] org.eclipse.mdht.uml.cda.dita [INFO] org.eclipse.mdht.uml.cda.ant [INFO] org.eclipse.mdht.uml.cda.validation [INFO] org.eclipse.mdht.api [INFO] org.eclipse.mdht.api.dotnet [INFO] org.eclipse.mdht.api.java [INFO] org.eclipse.mdht.api.schematron [INFO] org.eclipse.mdht.uml.cda.test [INFO] org.eclipse.mdht.uml.cda.basic [INFO] org.eclipse.mdht.uml.cda.tooling [INFO] fhir [INFO] org.eclipse.mdht.fhir.xsd [INFO] org.eclipse.mdht.uml.fhir.core [INFO] org.eclipse.mdht.uml.fhir [INFO] org.eclipse.mdht.uml.fhir.common [INFO] org.eclipse.mdht.uml.fhir.edit [INFO] org.eclipse.mdht.uml.fhir.transform [INFO] org.eclipse.mdht.uml.fhir.ui [INFO] org.eclipse.mdht.uml.fhir.feature [INFO] org.eclipse.mdht.uml.fhir.core.model [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building root 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ root --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (2 KB at 39.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 643.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (4 KB at 80.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 570.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 6863.3 KB/sec) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building core 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ core --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ core --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.pom (2 KB at 33.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pack200-impl/1.4.0/tycho-pack200-impl-1.4.0.jar (14 KB at 193.4 KB/sec) [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.emf.runtime 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.emf.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.emf.runtime --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.pom (2 KB at 49.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.pom (10 KB at 143.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.3.0.201903130848-r/org.eclipse.jgit-parent-5.3.0.201903130848-r.pom (35 KB at 905.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (4 KB at 101.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 143.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (4 KB at 85.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6 KB at 150.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4 KB at 166.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (3 KB at 101.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 KB at 411.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.pom (2 KB at 77.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.pom (2 KB at 26.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.pom (2 KB at 71.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (162 KB at 3446.4 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (68 KB at 1445.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-sourceref-jgit/1.4.0/tycho-sourceref-jgit-1.4.0.jar (6 KB at 108.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (274 KB at 4891.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 KB at 344.2 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.60/bcpg-jdk15on-1.60.jar (313 KB at 3591.0 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.60/bcpkix-jdk15on-1.60.jar (778 KB at 5848.6 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.3.0.201903130848-r/org.eclipse.jgit-5.3.0.201903130848-r.jar (2677 KB at 18334.8 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.60/bcprov-jdk15on-1.60.jar (4092 KB at 24211.1 KB/sec) [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.emf.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.emf.runtime --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.emf.runtime --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 44.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 54.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 44.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 282.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 39.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 304.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 59.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 54.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (4 KB at 162.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 171.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 267.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 419.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 41.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 228.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 90.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3 KB at 109.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 175.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 328.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 34.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (3 KB at 92.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 559.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 1014.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 2149.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 151.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (6 KB at 80.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 172.3 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 495.2 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 75.6 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (60 KB at 677.6 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (218 KB at 2448.8 KB/sec) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.emf.runtime --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 33.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (4 KB at 220.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3 KB at 110.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 27.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.pom (3 KB at 82.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.pom (2 KB at 50.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.pom (2 KB at 62.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 KB at 316.9 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (5 KB at 57.1 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.4.0/tycho-compiler-jdt-1.4.0.jar (18 KB at 216.3 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.4.0/tycho-lib-detector-1.4.0.jar (4 KB at 40.7 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.17.0/ecj-3.17.0.jar (2771 KB at 20828.0 KB/sec) [INFO] Compiling 20 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.emf.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.emf.runtime --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/target/org.eclipse.mdht.emf.runtime-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.emf.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.emf.runtime --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/target/org.eclipse.mdht.emf.runtime-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.emf.runtime --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.emf.runtime --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.emf.runtime --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.emf.runtime/target/org.eclipse.mdht.emf.runtime-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.emf.runtime --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.transform.core 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.transform.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.transform.core --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.transform.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.transform.core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.transform.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.transform.core --- [INFO] Compiling 26 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.transform.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.transform.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/target/org.eclipse.mdht.transform.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.transform.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.transform.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/target/org.eclipse.mdht.transform.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.transform.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.transform.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.transform.core --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transform.core/target/org.eclipse.mdht.transform.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.transform.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.common 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0/guava-17.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0/guava-17.0.pom (6 KB at 275.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (8 KB at 425.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 277.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0/guava-17.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/17.0/guava-17.0.jar (2191 KB at 44703.4 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.common --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.common --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.common --- [INFO] Compiling 27 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/ModelFilter.java:[43] private Package sourcePackage; ^^^^^^^^^^^^^ The value of the field ModelFilter.sourcePackage is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[450] EList classifiers = (EList) getConstrainingClassifiers.invoke( classifierTemplateParameter, (Object[]) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to EList [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[687] Method getAcuals = TemplateParameterSubstitution.class.getMethod("getActuals", null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method getMethod(String, Class...) doesn't exactly match the vararg parameter type. Cast to Class[] to confirm the non-varargs invocation, or pass individual arguments of type Class for a varargs invocation. [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[689] EList actuals = (EList) getAcuals.invoke(substitution, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to EList [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[689] EList actuals = (EList) getAcuals.invoke(substitution, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method invoke(Object, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[713] Method getAcual = TemplateParameterSubstitution.class.getMethod("getActual", null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method getMethod(String, Class...) doesn't exactly match the vararg parameter type. Cast to Class[] to confirm the non-varargs invocation, or pass individual arguments of type Class for a varargs invocation. [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[715] parameterableElement = (ParameterableElement) getAcual.invoke(substitution, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type null of the last argument to method invoke(Object, Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[1205] EList classifiers = (EList) getConstrainingClassifiers.invoke( classifierTemplateParameter, (Object[]) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to EList [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/UMLUtil.java:[1324] EList actuals = (EList) getAcuals.invoke( substitution, (Object[]) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to EList [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/org/eclipse/mdht/uml/common/util/ModelConsolidator.java:[45] private Package sourcePackage; ^^^^^^^^^^^^^ The value of the field ModelConsolidator.sourcePackage is not used 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.common --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/target/org.eclipse.mdht.uml.common-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.common --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/target/org.eclipse.mdht.uml.common-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.common --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.common --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common/target/org.eclipse.mdht.uml.common-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.common --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.transform 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.transform --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.transform --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.transform --- [INFO] Compiling 33 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/ecore/TransformPropertyConstraint.java:[32] import org.eclipse.mdht.uml.transform.ecore.TransformPropertyConstraint.PropertyConstraintHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.mdht.uml.transform.ecore.TransformPropertyConstraint.PropertyConstraintHandler is never used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/ecore/TransformPropertyConstraint.java:[33] import org.eclipse.mdht.uml.transform.ecore.TransformPropertyConstraint.PropertyContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.mdht.uml.transform.ecore.TransformPropertyConstraint.PropertyContext is never used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/internal/preferences/PreferenceInitializer.java:[28] IEclipsePreferences node = new DefaultScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^ The constructor DefaultScope() is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/PluginPropertiesUtil.java:[107] IFile[] files = workspace.getRoot().findFilesForLocation(modelLocation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/ecore/TransformAbstract.java:[287] return StringUtils.capitalise(name); ^^^^^^^^^^^^^^^^ The method capitalise(String) from the type StringUtils is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/ecore/TransformAssociation.java:[120] TransformInlinedProperties.isInlineClassLocal(constraintTarget)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isInlineClassLocal(Class) from the type TransformInlinedProperties is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/ecore/TransformAssociation.java:[122] if ((next instanceof Class) && !TransformInlinedProperties.isInlineClassLocal((Class) next)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isInlineClassLocal(Class) from the type TransformInlinedProperties is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/ecore/TransformAssociation.java:[168] final String selector = !TransformInlinedProperties.isInlineClassLocal(targetClass) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isInlineClassLocal(Class) from the type TransformInlinedProperties is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/org/eclipse/mdht/uml/transform/ecore/TransformAssociation.java:[170] : TransformInlinedProperties.getInlineFilterLocal(targetClass); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInlineFilterLocal(Class) from the type TransformInlinedProperties is deprecated 9 problems (9 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.transform --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/target/org.eclipse.mdht.uml.transform-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.transform --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/target/org.eclipse.mdht.uml.transform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.transform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.transform --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.transform --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform/target/org.eclipse.mdht.uml.transform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.transform --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.edit 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.edit --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.edit --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.edit --- [INFO] Compiling 53 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/org/eclipse/mdht/uml/edit/provider/ResourceSetExtItemProvider.java:[39] public Collection getChildren(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/org/eclipse/mdht/uml/edit/provider/ResourceSetExtItemProvider.java:[39] public Collection getChildren(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildren(Object) from the type ResourceSetExtItemProvider needs unchecked conversion to conform to Collection from the type ResourceSetItemProvider [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/org/eclipse/mdht/uml/edit/provider/OperationExtItemProvider.java:[77] public Collection getChildren(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/org/eclipse/mdht/uml/edit/provider/OperationExtItemProvider.java:[77] public Collection getChildren(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildren(Object) from the type OperationExtItemProvider needs unchecked conversion to conform to Collection from the type ElementItemProvider [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/org/eclipse/mdht/uml/edit/provider/CommentExtItemProvider.java:[65] public Collection getChildren(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/org/eclipse/mdht/uml/edit/provider/CommentExtItemProvider.java:[65] public Collection getChildren(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildren(Object) from the type CommentExtItemProvider needs unchecked conversion to conform to Collection from the type ElementItemProvider 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.edit --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/target/org.eclipse.mdht.uml.edit-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.edit --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/target/org.eclipse.mdht.uml.edit-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.edit --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.edit/target/org.eclipse.mdht.uml.edit-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.edit --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.common.ui 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.common.ui --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.common.ui --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.common.ui --- [INFO] Compiling 41 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/saveable/ModelManager.java:[59] private ListenerList listeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/saveable/ModelManager.java:[59] private ListenerList listeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/saveable/ModelManager.java:[186] listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/util/TreeCursor.java:[904] void traverse(Event event) { ^^^^^^^^^^^^^^^^^^^^^ The method TreeCursor.traverse(Event) does not override the inherited method from Control since it is private to a different package [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/ElementSelectionDialog.java:[85] private static class StringComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/ElementSelectionDialog.java:[111] private List typeList; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/ElementSelectionDialog.java:[123] public ElementSelectionDialog(Shell parent, IRunnableContext context, List typeList) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/ElementSelectionDialog.java:[160] Object[] typeArray = typeList.toArray(new Object[typeList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/StringMatcher.java:[295] Vector temp = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/StringMatcher.java:[295] Vector temp = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/StringMatcher.java:[320] temp.addElement(buf.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/StringMatcher.java:[336] temp.addElement(buf.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorDialog.java:[70] private List fFilters; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorDialog.java:[103] if (subclass instanceof Class) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Class is already an instance of type Class [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorDialog.java:[124] private class OverrideFlatTreeAction extends Action { ^^^^^^^^^^^^^^^^^^^^^^ The type SubclassEditorDialog.OverrideFlatTreeAction is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorDialog.java:[128] public OverrideFlatTreeAction() { ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubclassEditorDialog.OverrideFlatTreeAction() is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorDialog.java:[171] setResult(new ArrayList(0)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorDialog.java:[230] fFilters = new ArrayList(4); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorDialog.java:[232] fFilters.add(filter); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/util/EditingDomainUtil.java:[27] public static TransactionalEditingDomain getEditingDomain(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/util/EditingDomainUtil.java:[29] Iterator it = elements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/util/AdapterFactoryCellModifier.java:[29] private static final Class ICellModifierClass = ICellModifier.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[261] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[261] ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[264] result.add(curr); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[284] private void collectChildren(Object element, ArrayList result) { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[288] result.add(curr); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[343] List treeList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[343] List treeList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[345] treeList.add(parent.getData()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/org/eclipse/mdht/uml/common/ui/dialogs/SubclassEditorTreeViewer.java:[348] treeList.add(treeChildren[j].getData()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 31 problems (31 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.common.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/target/org.eclipse.mdht.uml.common.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.common.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/target/org.eclipse.mdht.uml.common.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.common.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.common.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.common.ui/target/org.eclipse.mdht.uml.common.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.common.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.transform.ui 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.transform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.transform.ui --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.transform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.transform.ui --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.transform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.transform.ui --- [INFO] Compiling 3 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.transform.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.transform.ui --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/target/org.eclipse.mdht.uml.transform.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.transform.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.transform.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/target/org.eclipse.mdht.uml.transform.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.transform.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.transform.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.transform.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.transform.ui/target/org.eclipse.mdht.uml.transform.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.transform.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.validation 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.validation --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.validation --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.validation --- [INFO] Compiling 27 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/src/org/eclipse/mdht/uml/validation/provider/MDHTClientSelector.java:[45] private final Map platformURIMap = EcorePlugin.computePlatformURIMap(); ^^^^^^^^^^^^^^^^^^^^^^^ The method computePlatformURIMap() from the type EcorePlugin is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.validation --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/target/org.eclipse.mdht.uml.validation-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.validation --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/target/org.eclipse.mdht.uml.validation-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.validation --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.validation --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.validation/target/org.eclipse.mdht.uml.validation-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.validation --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.ui.navigator 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] Compiling 29 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorSorter.java:[17] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorSorter.java:[21] public class UMLNavigatorSorter extends ViewerSorter { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/CloseAllModelsAction.java:[50] for (Iterator iterator = rset.getResources().iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/StereotypeDecorator.java:[40] for (Iterator iterator = element.getAppliedStereotypes().iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/UMLDomainNavigatorItem.java:[27] final Class[] supportedTypes = new Class[] { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/UMLDomainNavigatorItem.java:[31] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type new IAdapterFactory(){} needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/UMLDomainNavigatorItem.java:[31] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/UMLDomainNavigatorItem.java:[49] public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/UMLDomainNavigatorItem.java:[49] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type new IAdapterFactory(){} needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorContentProvider.java:[367] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type UMLNavigatorContentProvider needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[46] private List cachedResources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[46] private List cachedResources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[49] private Map errorMarkers = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[49] private Map errorMarkers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[51] private Map warningMarkers = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[51] private Map warningMarkers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[76] protected void cacheMarkers(Collection targets) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[77] for (Iterator iterator = targets.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[88] cachedResources.add(resourceURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[104] errorMarkers.put(errorObject, markers[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ProblemsDecorator.java:[110] warningMarkers.put(warningObject, markers[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLActionFilter.java:[46] Class umlType = Class.forName(UML_JAVA_PACKAGE + value); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLActionFilter.java:[47] return umlType.isAssignableFrom(element.getClass()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/StereotypeLightweightDecorator.java:[42] for (Iterator iterator = element.getAppliedStereotypes().iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorAdapterFactory.java:[48] public Object getAdapter(Object adaptableObject, java.lang.Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type UMLNavigatorAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorAdapterFactory.java:[48] public Object getAdapter(Object adaptableObject, java.lang.Class adapterType) { ^^^^^^^^^^^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorAdapterFactory.java:[80] if (element != null && adapterType.isAssignableFrom(element.getClass())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorAdapterFactory.java:[92] public java.lang.Class[] getAdapterList() { ^^^^^^^^^^^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorAdapterFactory.java:[92] public java.lang.Class[] getAdapterList() { ^^^^^^^^^^^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type UMLNavigatorAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorGroup.java:[26] private Collection myChildren = new LinkedList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorGroup.java:[26] private Collection myChildren = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorGroup.java:[46] public void addChildren(Collection children) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorGroup.java:[47] myChildren.addAll(children); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/UMLNavigatorGroup.java:[51] myChildren.add(child); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[48] private List files = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[48] private List files = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[55] files = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[57] for (Iterator iterator = sSelection.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[59] files.add(file); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[73] for (Iterator iterator = files.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[82] List items = wrapItems(resource.getContents(), modelFile); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[97] private List wrapItems(List items, Object parentElement) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[97] private List wrapItems(List items, Object parentElement) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[98] List wrappedItems = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[98] List wrappedItems = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[99] for (Iterator iter = items.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/actions/OpenModelAction.java:[102] wrappedItems.add(new UMLDomainNavigatorItem((Element) item, parentElement, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ResourcePropertySheetAdapterFactory.java:[39] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type ResourcePropertySheetAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ResourcePropertySheetAdapterFactory.java:[39] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ResourcePropertySheetAdapterFactory.java:[52] public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/org/eclipse/mdht/uml/ui/navigator/internal/ResourcePropertySheetAdapterFactory.java:[52] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type ResourcePropertySheetAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory 51 problems (51 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/target/org.eclipse.mdht.uml.ui.navigator-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/target/org.eclipse.mdht.uml.ui.navigator-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.navigator/target/org.eclipse.mdht.uml.ui.navigator-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.ui.navigator --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.ui 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.ui --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.ui --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.ui --- [INFO] Compiling 44 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/propertytesters/BooleanValues.java:[16] public Map getParameterValues() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLNavigatorSorter.java:[18] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLNavigatorSorter.java:[23] public class UMLNavigatorSorter extends ViewerSorter { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[38] protected Command createActionCommand(EditingDomain editingDomain, Collection collection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[54] List choiceOfValues = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[54] List choiceOfValues = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[56] for (Iterator applicableStereotypes = element.getApplicableStereotypes().iterator(); applicableStereotypes.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[61] choiceOfValues.add(stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[65] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List, UMLCommandAction.TextComparator) of the generic method sort(List, Comparator) of type Collections [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[65] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[65] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UMLCommandAction.TextComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[65] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^ UMLCommandAction.TextComparator is a raw type. References to generic type UMLCommandAction.TextComparator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[69] final FeatureEditorDialog dialog = new FeatureEditorDialog( workbenchPart.getSite().getShell(), getLabelProvider(), element, UMLPackage.Literals.ELEMENT, Collections.EMPTY_LIST, label, choiceOfValues); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List, String, List) is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/ApplyStereotypeAction.java:[79] for (Iterator stereotypes = dialog.getResult().iterator(); stereotypes.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[50] protected Command createActionCommand(EditingDomain editingDomain, Collection collection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[66] List choiceOfValues = new ArrayList(package_.getAppliedProfiles()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[66] List choiceOfValues = new ArrayList(package_.getAppliedProfiles()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[66] List choiceOfValues = new ArrayList(package_.getAppliedProfiles()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[68] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List, UMLCommandAction.TextComparator) of the generic method sort(List, Comparator) of type Collections [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[68] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[68] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UMLCommandAction.TextComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[68] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^ UMLCommandAction.TextComparator is a raw type. References to generic type UMLCommandAction.TextComparator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[72] final FeatureEditorDialog dialog = new FeatureEditorDialog( workbenchPart.getSite().getShell(), getLabelProvider(), package_, UMLPackage.Literals.PROFILE, Collections.EMPTY_LIST, label, choiceOfValues); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List, String, List) is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyProfileAction.java:[82] for (Iterator profiles = dialog.getResult().iterator(); profiles.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[233] private ListenerList fListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[233] private ListenerList fListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[270] fListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1152] public void selectionChanged(IAction action, ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method selectionChanged(IAction, ISelection) from the type UMLTableEditor.ContainerFilterMenuAction is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1269] public void selectionChanged(IAction action, ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method selectionChanged(IAction, ISelection) from the type UMLTableEditor.ResourceFilterMenuAction is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1333] private void updateMenuActions(ISelection selection) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method updateMenuActions(ISelection) from the type UMLTableEditor is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1400] URI ecoreModelURI = URI.createPlatformResourceURI(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createPlatformResourceURI(String) from the type URI is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1566] public Object getAdapter(java.lang.Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type UMLTableEditor needs unchecked conversion to conform to T from the type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1566] public Object getAdapter(java.lang.Class key) { ^^^^^^^^^^^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1585] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/editors/UMLTableEditor.java:[1585] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[41] private IEditorPart editor; ^^^^^^ The value of the field OpenElementDelegate.editor is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[68] List selectionList = unwrap(((IStructuredSelection) selection).toList()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[79] private List unwrap(List adaptables) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[79] private List unwrap(List adaptables) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[80] List unwrapped = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[80] List unwrapped = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[81] for (Iterator iter = adaptables.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[86] unwrapped.add(eObject); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[88] unwrapped.add(item); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/OpenElementDelegate.java:[91] unwrapped.add(item); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/AddCommentAction.java:[54] if (element instanceof Element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Element is already an instance of type Element [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[51] protected Command createActionCommand(EditingDomain editingDomain, Collection collection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[67] List choiceOfValues = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[67] List choiceOfValues = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[69] for (Iterator appliedStereotypes = element.getAppliedStereotypes().iterator(); appliedStereotypes.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[74] choiceOfValues.add(stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[78] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List, UMLCommandAction.TextComparator) of the generic method sort(List, Comparator) of type Collections [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[78] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[78] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UMLCommandAction.TextComparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[78] Collections.sort(choiceOfValues, new TextComparator()); ^^^^^^^^^^^^^^ UMLCommandAction.TextComparator is a raw type. References to generic type UMLCommandAction.TextComparator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[82] final FeatureEditorDialog dialog = new FeatureEditorDialog( workbenchPart.getSite().getShell(), getLabelProvider(), element, UMLPackage.Literals.ELEMENT, Collections.EMPTY_LIST, label, choiceOfValues); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FeatureEditorDialog(Shell, ILabelProvider, Object, EClassifier, List, String, List) is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/actions/UnapplyStereotypeAction.java:[92] for (Iterator stereotypes = dialog.getResult().iterator(); stereotypes.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/propertytesters/UmlElement.java:[114] private static Package getCurrentMDHTModel() { ^^^^^^^^^^^^^^^^^^^^^ The method getCurrentMDHTModel() from the type UmlElement is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/propertytesters/UmlElement.java:[166] private static boolean fromCurrentModel(ITreeContentProvider provider, Package localModel, Object selectedItem) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method fromCurrentModel(ITreeContentProvider, Package, Object) from the type UmlElement is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/org/eclipse/mdht/uml/ui/propertytesters/UmlElement.java:[203] private static boolean isLocalised(ITreeContentProvider provider, Package localModel, Object selectedItem, String previousTypeName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isLocalised(ITreeContentProvider, Package, Object, String) from the type UmlElement is never used locally 60 problems (60 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/target/org.eclipse.mdht.uml.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/target/org.eclipse.mdht.uml.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui/target/org.eclipse.mdht.uml.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.ui.properties 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.ui.properties --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.ui.properties --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.ui.properties --- [INFO] Compiling 35 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/CommentSection.java:[199] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/ElementImportSection.java:[154] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/LanguageEditor.java:[15] private Constraint constraint; ^^^^^^^^^^ The value of the field LanguageEditor.constraint is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/UMLDomainNavigatorItemAdapterFactory.java:[37] public Object getAdapter(Object adaptableObject, java.lang.Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type UMLDomainNavigatorItemAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/UMLDomainNavigatorItemAdapterFactory.java:[37] public Object getAdapter(Object adaptableObject, java.lang.Class adapterType) { ^^^^^^^^^^^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/UMLDomainNavigatorItemAdapterFactory.java:[50] public java.lang.Class[] getAdapterList() { ^^^^^^^^^^^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/UMLDomainNavigatorItemAdapterFactory.java:[50] public java.lang.Class[] getAdapterList() { ^^^^^^^^^^^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type UMLDomainNavigatorItemAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/ClassifierSection.java:[219] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/ConstraintSection.java:[169] private static String T1 = "ConstraintValidation"; ^^ The value of the field ConstraintSection.T1 is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/InstanceSampleSection.java:[143] anno.getDetails().remove(key); ^^^ Unlikely argument type String for remove(Object) on a Collection> [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/CustomPropertyDescriptor.java:[59] if (gen.getSpecific() instanceof Classifier) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The expression of type Classifier is already an instance of type Classifier [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/ModelElementTypeMapper.java:[36] public Class mapType(Object input) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/ParameterSection.java:[154] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/PropertySection.java:[124] private ModifyListener modifyListener = new ModifyListener() { ^^^^^^^^^^^^^^ The value of the field PropertySection.modifyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/PropertySection.java:[129] private KeyListener keyListener = new KeyListener() { ^^^^^^^^^^^ The value of the field PropertySection.keyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/PropertySection.java:[141] private FocusListener focusListener = new FocusListener() { ^^^^^^^^^^^^^ The value of the field PropertySection.focusListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/PropertySection.java:[569] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/PropertyDefaultSection.java:[214] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/org/eclipse/mdht/uml/ui/properties/internal/sections/NamedElementSection.java:[295] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 19 problems (19 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.ui.properties --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/target/org.eclipse.mdht.uml.ui.properties-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.ui.properties --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/target/org.eclipse.mdht.uml.ui.properties-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.ui.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.ui.properties --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.ui.properties --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.properties/target/org.eclipse.mdht.uml.ui.properties-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.ui.properties --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.ui.ide 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.ui.ide --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.ui.ide --- [INFO] Compiling 1 source file to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.ui.ide --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/target/org.eclipse.mdht.uml.ui.ide-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.ui.ide --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/target/org.eclipse.mdht.uml.ui.ide-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.ui.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.ui.ide --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.ui.ide --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.uml.ui.ide/target/org.eclipse.mdht.uml.ui.ide-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.ui.ide --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.transformation.ocl 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.transformation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.transformation.ocl --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.transformation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.transformation.ocl --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.transformation.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.transformation.ocl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/src/org/eclipse/mdht/transformation/ocl/OCLTransformation.java:[534] CollectionType collectionType = (CollectionType) type; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from C to CollectionType 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.transformation.ocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.transformation.ocl --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/target/org.eclipse.mdht.transformation.ocl-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.transformation.ocl --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.transformation.ocl --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/target/org.eclipse.mdht.transformation.ocl-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.transformation.ocl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.transformation.ocl --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.transformation.ocl --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl/target/org.eclipse.mdht.transformation.ocl-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.transformation.ocl --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.transformation.ocl2java 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.transformation.ocl2java --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.transformation.ocl2java --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/target/org.eclipse.mdht.transformation.ocl2java-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/target/org.eclipse.mdht.transformation.ocl2java-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2java/target/org.eclipse.mdht.transformation.ocl2java-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.transformation.ocl2java --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.transformation.ocl2xpath 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.transformation.ocl2xpath --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.transformation.ocl2xpath --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/target/org.eclipse.mdht.transformation.ocl2xpath-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/target/org.eclipse.mdht.transformation.ocl2xpath-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2xpath/target/org.eclipse.mdht.transformation.ocl2xpath-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.transformation.ocl2xpath --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.transformation.ocl2csharp 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.transformation.ocl2csharp --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.transformation.ocl2csharp --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/target/org.eclipse.mdht.transformation.ocl2csharp-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/target/org.eclipse.mdht.transformation.ocl2csharp-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.transformation.ocl2csharp/target/org.eclipse.mdht.transformation.ocl2csharp-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.transformation.ocl2csharp --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.validation.ocl2java 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.validation.ocl2java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.validation.ocl2java --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.validation.ocl2java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.validation.ocl2java --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.validation.ocl2java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.validation.ocl2java --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.validation.ocl2java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.validation.ocl2java --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/target/org.eclipse.mdht.validation.ocl2java-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.validation.ocl2java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.validation.ocl2java --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/target/org.eclipse.mdht.validation.ocl2java-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.validation.ocl2java --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.validation.ocl2java --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.validation.ocl2java --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.validation.ocl2java/target/org.eclipse.mdht.validation.ocl2java-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.validation.ocl2java --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.metamodel.traceability 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.metamodel.traceability --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.metamodel.traceability --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.metamodel.traceability --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.metamodel.traceability --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.metamodel.traceability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.metamodel.traceability --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 25 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.metamodel.traceability --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.metamodel.traceability --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/target/org.eclipse.mdht.metamodel.traceability-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.metamodel.traceability --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.metamodel.traceability --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/target/org.eclipse.mdht.metamodel.traceability-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.metamodel.traceability --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.metamodel.traceability --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.metamodel.traceability --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability/target/org.eclipse.mdht.metamodel.traceability-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.metamodel.traceability --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.metamodel.traceability.edit 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.metamodel.traceability.edit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/target/org.eclipse.mdht.metamodel.traceability.edit-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/target/org.eclipse.mdht.metamodel.traceability.edit-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.edit/target/org.eclipse.mdht.metamodel.traceability.edit-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.metamodel.traceability.edit --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.metamodel.traceability.editor 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.metamodel.traceability.editor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 22 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/ReuseURIEditorInput.java:[17] import org.eclipse.emf.common.util.URI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.URI is never used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/table/TraceabilityMouseListener.java:[43] private boolean isRightClick(MouseEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isRightClick(MouseEvent) from the type TraceabilityMouseListener is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/table/TraceabilityMouseListener.java:[88] private boolean controlNotBeingHeld(MouseEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method controlNotBeingHeld(MouseEvent) from the type TraceabilityMouseListener is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/TraceabilityEditor.java:[1446] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type TraceabilityEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/TraceabilityEditor.java:[1452] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/TraceabilityEditor.java:[1452] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/ReflectiveTraceabilityEditor.java:[28] import org.eclipse.swt.SWT; ^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.SWT is never used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/traceability/presentation/table/TraceabilityViewer.java:[530] private static String firstUpper(String s) { ^^^^^^^^^^^^^^^^^^^^ The method firstUpper(String) from the type TraceabilityViewer is never used locally 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/target/org.eclipse.mdht.metamodel.traceability.editor-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/target/org.eclipse.mdht.metamodel.traceability.editor-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/core/plugins/org.eclipse.mdht.metamodel.traceability.editor/target/org.eclipse.mdht.metamodel.traceability.editor-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.metamodel.traceability.editor --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml --- [INFO] Deleting /home/jenkins/workspace/MDHT-master-webmaster-test/core/features/org.eclipse.mdht.uml-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mdht.uml --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.mdht.uml --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/features/org.eclipse.mdht.uml-feature/target/org.eclipse.mdht.uml-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mdht.uml --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/core/features/org.eclipse.mdht.uml-feature/target/org.eclipse.mdht.uml-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building dita 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ dita --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ dita --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ dita --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ dita --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ dita --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.dita.ui 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.dita.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.dita.ui --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.dita.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.dita.ui --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.dita.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.dita.ui --- [INFO] Compiling 7 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/src/org/eclipse/mdht/dita/ui/handlers/PublishDitaHandler.java:[102] for (Object selection : (Collection) evaluationContext.getDefaultVariable()) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized 2 problems (0 errors, 1 warning, 1 info) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.dita.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.dita.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/target/org.eclipse.mdht.dita.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.dita.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.dita.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/target/org.eclipse.mdht.dita.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.dita.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.dita.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.dita.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/dita/plugins/org.eclipse.mdht.dita.ui/target/org.eclipse.mdht.dita.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.dita.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.dita 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.dita --- [INFO] Deleting /home/jenkins/workspace/MDHT-master-webmaster-test/dita/features/org.eclipse.mdht.dita-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mdht.dita --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.dita --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.dita --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.dita --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.dita --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.mdht.dita --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/dita/features/org.eclipse.mdht.dita-feature/target/org.eclipse.mdht.dita-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.dita --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mdht.dita --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.dita --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/dita/features/org.eclipse.mdht.dita-feature/target/org.eclipse.mdht.dita-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.dita --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.dita --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building cda 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ cda --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ cda --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ cda --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ cda --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ cda --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.hl7.vocab 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] Compiling 64 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/target/org.eclipse.mdht.uml.hl7.vocab-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/target/org.eclipse.mdht.uml.hl7.vocab-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.vocab/target/org.eclipse.mdht.uml.hl7.vocab-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.hl7.vocab --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.hl7.datatypes 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] Compiling 126 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/target/org.eclipse.mdht.uml.hl7.datatypes-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/target/org.eclipse.mdht.uml.hl7.datatypes-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.datatypes/target/org.eclipse.mdht.uml.hl7.datatypes-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.hl7.datatypes --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.hl7.rim 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] Compiling 28 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/target/org.eclipse.mdht.uml.hl7.rim-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/target/org.eclipse.mdht.uml.hl7.rim-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.hl7.rim/target/org.eclipse.mdht.uml.hl7.rim-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.hl7.rim --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda --- [INFO] Compiling 292 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestSTDC.java:[72] List list = (List) cd.eGet(ea); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestSTDC.java:[72] List list = (List) cd.eGet(ea); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestSTDC.java:[73] list.add(value); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestSTDC.java:[110] List list = (List) cd.eGet(ea); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestSTDC.java:[119] List list = (List) cd.eGet(ea); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestECore.java:[85] List list = (List) cd.eGet(ea); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestECore.java:[85] List list = (List) cd.eGet(ea); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestECore.java:[86] list.add(value); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestECore.java:[123] List list = (List) cd.eGet(ea); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/org/eclipse/mdht/uml/cda/tests/TestECore.java:[132] List list = (List) cd.eGet(ea); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/target/org.eclipse.mdht.uml.cda-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/target/org.eclipse.mdht.uml.cda-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda/target/org.eclipse.mdht.uml.cda-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.term.core 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.term.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.term.core --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.term.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.term.core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.term.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.term.core --- [INFO] Compiling 49 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.term.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.term.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/target/org.eclipse.mdht.uml.term.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.term.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.term.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/target/org.eclipse.mdht.uml.term.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.term.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.term.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.term.core --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.core/target/org.eclipse.mdht.uml.term.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.term.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.resources 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.resources --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.resources --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.resources --- [INFO] Compiling 2 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.resources --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/target/org.eclipse.mdht.uml.cda.resources-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.resources --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.resources --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/target/org.eclipse.mdht.uml.cda.resources-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.resources --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.resources --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.resources/target/org.eclipse.mdht.uml.cda.resources-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.resources --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.core 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.core --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.core --- [INFO] Compiling 76 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/src/org/eclipse/mdht/uml/cda/core/util/CDAProfileUtil.java:[110] association, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/src/org/eclipse/mdht/uml/cda/core/util/CDAProfileUtil.java:[119] Stereotype stereotype = CDAProfileUtil.getAppliedCDAStereotype(association, ICDAProfileConstants.ENTRY); ^^^^^ The field ICDAProfileConstants.ENTRY is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/src/org/eclipse/mdht/uml/cda/core/util/CDAProfileUtil.java:[160] property, ICDAProfileConstants.VOCAB_SPECIFICATION); ^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.VOCAB_SPECIFICATION is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/src/org/eclipse/mdht/uml/cda/core/util/InstanceGenerator.java:[305] if (CDAModelUtil.getValidationSeverity(umlProperty) != null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidationSeverity(Property) from the type CDAModelUtil is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/src/org/eclipse/mdht/uml/cda/core/util/CDAModelUtil.java:[1276] private static void appendSubsetsNotation(Property property, StringBuffer message, boolean markup, Package xrefSource) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method appendSubsetsNotation(Property, StringBuffer, boolean, Package) from the type CDAModelUtil is never used locally 5 problems (5 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/target/org.eclipse.mdht.uml.cda.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/target/org.eclipse.mdht.uml.cda.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.core --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.core/target/org.eclipse.mdht.uml.cda.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.term.ui 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.term.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.term.ui --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.term.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.term.ui --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.term.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.term.ui --- [INFO] Compiling 29 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetConstraintSection.java:[102] public ComboEnumeration(Composite composite, Control top, Control left, String name, List values) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetConstraintSection.java:[654] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetConstraintSection.java:[875] public int getFeatureID(Class expectedClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ConceptDomainConstraintSection.java:[228] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ConceptDomainConstraintSection.java:[307] public int getFeatureID(Class expectedClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetConstraintsSection.java:[324] int buttonHeight = point.y + 10; ^^^^^^^^^^^^ The value of the local variable buttonHeight is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetVersionSection.java:[718] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetVersionSection.java:[984] public int getFeatureID(Class expectedClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetCodeSection.java:[484] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/ValueSetCodeSection.java:[628] public int getFeatureID(Class expectedClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized 11. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/actions/ImportTerminologyAction.java (at line 77) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/VocabularyConstraintsSection.java:[299] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/CodeSystemConstraintSection.java:[578] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/CodeSystemConstraintSection.java:[768] public int getFeatureID(Class expectedClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/CodeSystemVersionSection.java:[446] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/org/eclipse/mdht/uml/term/ui/properties/CodeSystemVersionSection.java:[648] public int getFeatureID(Class expectedClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized 16 problems (0 errors, 15 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.term.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.term.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/target/org.eclipse.mdht.uml.term.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.term.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.term.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/target/org.eclipse.mdht.uml.term.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.term.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.term.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.term.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.ui/target/org.eclipse.mdht.uml.term.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.term.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.ui 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/3.10-FINAL/poi-ooxml-3.10-FINAL.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/3.10-FINAL/poi-ooxml-3.10-FINAL.pom (3 KB at 148.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/3.10-FINAL/poi-3.10-FINAL.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/3.10-FINAL/poi-3.10-FINAL.pom (3 KB at 162.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.5/commons-codec-1.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.5/commons-codec-1.5.pom (10 KB at 554.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 KB at 1812.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/3.10-FINAL/poi-ooxml-schemas-3.10-FINAL.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/3.10-FINAL/poi-ooxml-schemas-3.10-FINAL.pom (3 KB at 76.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.pom (5 KB at 323.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 82.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (7 KB at 388.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 99.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/3.10-FINAL/poi-ooxml-3.10-FINAL.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/3.10-FINAL/poi-3.10-FINAL.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.5/commons-codec-1.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/3.10-FINAL/poi-ooxml-schemas-3.10-FINAL.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 1929.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 479.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/3.10-FINAL/poi-ooxml-3.10-FINAL.jar (1008 KB at 10715.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (307 KB at 2947.5 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/3.10-FINAL/poi-3.10-FINAL.jar (1906 KB at 16712.1 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar (2605 KB at 21884.0 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 875.0 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/3.10-FINAL/poi-ooxml-schemas-3.10-FINAL.jar (4831 KB at 31991.6 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.ui --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.ui --- [INFO] [INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-resources) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (4 KB at 232.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 22.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (4 KB at 126.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 KB at 955.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 162.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (6 KB at 264.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (5 KB at 194.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (6 KB at 227.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5 KB at 207.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 KB at 1218.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/15/apache-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 KB at 595.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 354.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 2358.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 19.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (2 KB at 60.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (4 KB at 111.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (5 KB at 41.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (152 KB at 1466.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 296.4 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 1705.7 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (50 KB at 443.1 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (9 KB at 72.7 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (76 KB at 641.6 KB/sec) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/bin/org/eclipse/mdht/uml/cda/ui/acceleo/main [INFO] [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Compiling 69 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/wizards/NewCDAModelProjectWizard.java:[340] private void copyDocResources(Bundle bundle, String sourcepath, IProject project) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method copyDocResources(Bundle, String, IProject) from the type NewCDAModelProjectWizard is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/wizards/NewCDAModelProjectWizard.java:[386] Bundle bundle = Platform.getBundle(org.eclipse.mdht.uml.cda.ui.internal.Activator.PLUGIN_ID); ^^^^^^ The value of the local variable bundle is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/CompareTemplateAction.java:[248] for (Iterator elements = ((IStructuredSelection) currentSelection).iterator(); elements.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ActRelationshipSection.java:[251] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ActRelationshipSection.java:[274] association, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ActRelationshipSection.java:[279] entryRelKind = (Enumeration) cdaProfile.getOwnedType(ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND); ^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ActRelationshipSection.java:[287] Object value = association.getValue(stereotype, ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ValidationSection.java:[487] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/AssignConformanceRuleIdsAction.java:[162] for (Iterator elements = ((IStructuredSelection) currentSelection).iterator(); elements.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/AssignConformanceRuleIdsAction.java:[248] if (value == null || (value instanceof List && ((List) value).isEmpty())) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/AssignConformanceRuleIdsAction.java:[264] if (value == null || (value instanceof List && ((List) value).isEmpty())) { ^^^^ List is a raw type. References to generic type List should be parameterized 12. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/GenerateSampleInstanceAction.java (at line 59) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/GenerateSampleInstanceAction.java:[201] private MessageConsole findConsole(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method findConsole(String) from the type GenerateSampleInstanceAction is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/UpdateProfileVersionAction.java:[93] property, ICDAProfileConstants.VOCAB_SPECIFICATION); ^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.VOCAB_SPECIFICATION is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/UpdateProfileVersionAction.java:[211] property, ICDAProfileConstants.VOCAB_SPECIFICATION); ^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.VOCAB_SPECIFICATION is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ConformanceRuleSection.java:[55] private TabbedPropertySheetPage myTabbedPropertySheetPage; ^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field ConformanceRuleSection.myTabbedPropertySheetPage is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ConformanceRuleSection.java:[57] private ModifyListener modifyListener = new ModifyListener() { ^^^^^^^^^^^^^^ The value of the field ConformanceRuleSection.modifyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ConformanceRuleSection.java:[63] private KeyListener keyListener = new KeyListener() { ^^^^^^^^^^^ The value of the field ConformanceRuleSection.keyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ConformanceRuleSection.java:[75] private FocusListener focusListener = new FocusListener() { ^^^^^^^^^^^^^ The value of the field ConformanceRuleSection.focusListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/ConformanceRuleSection.java:[153] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[88] namedElement, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[92] namedElement, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[107] ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND); ^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[116] entryRelationshipStereotype, ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[122] entryRelationshipStereotype, ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[151] namedElement, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[182] entryKind = (Enumeration) cdaProfile.getOwnedType(ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND); ^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[270] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[293] namedElement, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[298] entryRelKind = (Enumeration) cdaProfile.getOwnedType(ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND); ^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntryRelationshipSection.java:[304] Object value = namedElement.getValue(stereotype, ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAAssociationNotation.java:[119] Stereotype entry = CDAProfileUtil.getAppliedCDAStereotype(association, ICDAProfileConstants.ENTRY); ^^^^^ The field ICDAProfileConstants.ENTRY is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAAssociationNotation.java:[121] association, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAAssociationNotation.java:[125] Object literal = association.getValue(entry, ICDAProfileConstants.ENTRY_TYPE_CODE); ^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAAssociationNotation.java:[133] ICDAProfileConstants.ENTRY_KIND); ^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAAssociationNotation.java:[144] entryRelationship, ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAAssociationNotation.java:[152] ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND); ^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[87] namedElement, ICDAProfileConstants.ENTRY); ^^^^^ The field ICDAProfileConstants.ENTRY is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[90] entryStereotype = CDAProfileUtil.applyCDAStereotype(namedElement, ICDAProfileConstants.ENTRY); ^^^^^ The field ICDAProfileConstants.ENTRY is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[104] Enumeration entryKind = (Enumeration) cdaProfile.getOwnedType(ICDAProfileConstants.ENTRY_KIND); ^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[112] namedElement.setValue(entryStereotype, ICDAProfileConstants.ENTRY_TYPE_CODE, null); ^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[116] namedElement.setValue(entryStereotype, ICDAProfileConstants.ENTRY_TYPE_CODE, literal); ^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_TYPE_CODE is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[144] namedElement, ICDAProfileConstants.ENTRY); ^^^^^ The field ICDAProfileConstants.ENTRY is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[175] entryKind = (Enumeration) cdaProfile.getOwnedType(ICDAProfileConstants.ENTRY_KIND); ^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[263] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[285] Stereotype stereotype = CDAProfileUtil.getAppliedCDAStereotype(namedElement, ICDAProfileConstants.ENTRY); ^^^^^ The field ICDAProfileConstants.ENTRY is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[290] entryKind = (Enumeration) cdaProfile.getOwnedType(ICDAProfileConstants.ENTRY_KIND); ^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_KIND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/EntrySection.java:[296] Object value = namedElement.getValue(stereotype, ICDAProfileConstants.ENTRY_TYPE_CODE); ^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_TYPE_CODE is deprecated 49. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAUIUtil.java (at line 25) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/RemoveValidationMessagesAction.java:[61] for (Iterator elements = ((IStructuredSelection) currentSelection).iterator(); elements.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/AssociationValidationSection.java:[34] Stereotype stereotype = CDAProfileUtil.getAppliedCDAStereotype(modelElement, ICDAProfileConstants.ENTRY); ^^^^^ The field ICDAProfileConstants.ENTRY is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/properties/AssociationValidationSection.java:[36] stereotype = CDAProfileUtil.getAppliedCDAStereotype(modelElement, ICDAProfileConstants.ENTRY_RELATIONSHIP); ^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/OpenTemplateEditorAction.java:[19] import org.eclipse.mdht.uml.common.ui.actions.OpenSubclassEditorAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OpenSubclassEditorAction is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/OpenTemplateEditorAction.java:[24] public class OpenTemplateEditorAction extends OpenSubclassEditorAction { ^^^^^^^^^^^^^^^^^^^^^^^^ The type OpenSubclassEditorAction is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/OpenTemplateEditorAction.java:[38] super.selectionChanged(action, selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method selectionChanged(IAction, ISelection) from the type OpenSubclassEditorAction is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/OpenTemplateEditorAction.java:[40] if (selectedClass != null) { ^^^^^^^^^^^^^ The field OpenSubclassEditorAction.selectedClass is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/OpenTemplateEditorAction.java:[41] Class cdaClass = CDAModelUtil.getCDAClass(selectedClass); ^^^^^^^^^^^^^ The field OpenSubclassEditorAction.selectedClass is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/util/CDAProjectUtil.java:[62] private Type clinicalDocument = null; ^^^^^^^^^^^^^^^^ The value of the field CDAProjectUtil.clinicalDocument is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/GenerateAll.java:[177] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/org/eclipse/mdht/uml/cda/ui/actions/GenerateAll.java:[178] private URI getTemplateURI(String bundleID, IPath relativePath) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTemplateURI(String, IPath) from the type GenerateAll is never used locally 60 problems (0 errors, 58 warnings, 58 info) [INFO] [INFO] --- maven-bundle-plugin:4.2.0:manifest (bundle-manifest) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (2 KB at 57.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom (3 KB at 148.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (4 KB at 197.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 KB at 573.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (6 KB at 133.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (10 KB at 496.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 7.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (6 KB at 236.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (4 KB at 66.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 22.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (9 KB at 404.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 KB at 1062.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (40 KB at 1472.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/17/apache-17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 KB at 746.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4 KB at 157.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (4 KB at 149.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 KB at 1031.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (62 KB at 2676.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (2 KB at 94.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (3 KB at 106.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (2 KB at 73.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (2 KB at 68.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (2 KB at 52.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (3 KB at 80.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (3 KB at 131.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (5 KB at 135.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 KB at 536.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 213.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 60.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 92.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (8 KB at 335.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 631.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 37.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 24.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (3 KB at 62.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (15 KB at 521.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 165.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (4 KB at 157.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (4 KB at 117.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (6 KB at 251.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (8 KB at 375.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4 KB at 231.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (2 KB at 85.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 KB at 1433.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2 KB at 80.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (3 KB at 76.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (4 KB at 136.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 KB at 451.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (16 KB at 687.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/google/5/google-5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (3 KB at 114.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 15.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6 KB at 283.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (8 KB at 275.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (4 KB at 187.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (2 KB at 73.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 KB at 742.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1689.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 115.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 434.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (2 KB at 61.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (10 KB at 392.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (31 KB at 1235.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/apache/4/apache-4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (5 KB at 168.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (5 KB at 234.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5 KB at 171.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (2 KB at 51.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (4 KB at 137.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 454.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (3 KB at 112.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 33.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 45.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 80.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 407.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 153.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 117.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (2 KB at 86.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (2 KB at 78.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2 KB at 90.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 KB at 673.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (2 KB at 73.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 80.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 23.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 96.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 125.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 335.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (3 KB at 101.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (2 KB at 55.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (2 KB at 61.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (3 KB at 135.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 97.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 37.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 85.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8 KB at 311.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 891.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 48.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 61.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5 KB at 195.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (5 KB at 167.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 57.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 809.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 177.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (3 KB at 123.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3 KB at 119.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (12 KB at 485.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 2601.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (7 KB at 301.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 258.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (3 KB at 135.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 KB at 996.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (3 KB at 112.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (4 KB at 166.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (3 KB at 78.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (4 KB at 137.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (2 KB at 40.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (2 KB at 73.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (2 KB at 85.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 90.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 1183.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (4 KB at 127.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (5 KB at 196.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (10 KB at 468.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (3 KB at 106.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8 KB at 328.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 39.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 146.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 91.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 41.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 63.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 37.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 294.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 66.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 241.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (8 KB at 270.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 220.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 372.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 5.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (4 KB at 118.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 449.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (3 KB at 115.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (3 KB at 80.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (3 KB at 101.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (3 KB at 52.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (2 KB at 53.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (3 KB at 85.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (80 KB at 1277.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 KB at 628.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (465 KB at 6446.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (67 KB at 795.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 KB at 163.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (600 KB at 5766.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (165 KB at 1550.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (144 KB at 1215.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 40.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 306.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (369 KB at 2304.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.jar (3070 KB at 18718.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 14.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (414 KB at 2462.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2204 KB at 13115.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 24.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (61 KB at 337.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 KB at 119.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 55.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (167 KB at 830.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (425 KB at 2080.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (73 KB at 302.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (140 KB at 576.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (370 KB at 1501.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (59 KB at 235.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (226 KB at 863.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 KB at 37.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1222.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 168.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 195.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 37.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 694.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 25.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (48 KB at 162.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 1276.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 204.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 145.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 57.0 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 KB at 65.3 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 1670.3 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 79.1 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (150 KB at 434.7 KB/sec) [WARNING] Ignoring project type eclipse-plugin - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/target/org.eclipse.mdht.uml.cda.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/target/org.eclipse.mdht.uml.cda.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ui/target/org.eclipse.mdht.uml.cda.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.cda.xml.ui 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.cda.xml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.cda.xml.ui --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.cda.xml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.cda.xml.ui --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.cda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.cda.xml.ui --- [INFO] Compiling 36 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer.java:[42] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer.java:[324] class NameSorter extends ViewerSorter { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer.java:[560] public Object getAdapter(@SuppressWarnings("rawtypes") Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type CDAAnalyzer needs unchecked conversion to conform to T from the type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer.java:[566] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer.java:[566] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer2.java:[38] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer2.java:[128] private static void processDiagnostic(Diagnostic diagnostic, ValidationHandler handler) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method processDiagnostic(Diagnostic, CDAUtil.ValidationHandler) from the type CDAAnalyzer2 is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer2.java:[284] class NameSorter extends ViewerSorter { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer2.java:[546] public Object getAdapter(@SuppressWarnings("rawtypes") Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type CDAAnalyzer2 needs unchecked conversion to conform to T from the type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer2.java:[552] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/editors/CDAAnalyzer2.java:[552] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/AnalyzeCDAHandler.java:[105] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type AnalyzeCDAHandler.CDAAnalaysisInput needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/AnalyzeCDAHandler.java:[105] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/AnalyzeCDAHandler.java:[193] Iterator iter = iss.iterator(); ^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/AnalyzeCDAHandler.java:[290] HashSet o = (HashSet) CDAUtil.query(cd, ocl); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/AnalyzeCDAHandler.java:[290] HashSet o = (HashSet) CDAUtil.query(cd, ocl); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/AnalyzeCDAHandler.java:[322] if (o instanceof Collection && !((Collection) o).isEmpty()) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/OpenCDAViewer.java:[107] private static void applyXSL(IFile cdaFileName, File temporaryFile, URL styleSheetURL) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyXSL(IFile, File, URL) from the type OpenCDAViewer is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[551] boldFont.setBoldweight(Font.BOLDWEIGHT_BOLD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBoldweight(short) from the type Font is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[551] boldFont.setBoldweight(Font.BOLDWEIGHT_BOLD); ^^^^^^^^^^^^^^^ The field Font.BOLDWEIGHT_BOLD is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1264] boldFont.setBoldweight(Font.BOLDWEIGHT_BOLD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBoldweight(short) from the type Font is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1264] boldFont.setBoldweight(Font.BOLDWEIGHT_BOLD); ^^^^^^^^^^^^^^^ The field Font.BOLDWEIGHT_BOLD is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1297] cell.setCellType(Cell.CELL_TYPE_FORMULA); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCellType(int) from the type Cell is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1297] cell.setCellType(Cell.CELL_TYPE_FORMULA); ^^^^^^^^^^^^^^^^^ The field Cell.CELL_TYPE_FORMULA is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1305] style.setFillPattern(CellStyle.SOLID_FOREGROUND); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFillPattern(short) from the type CellStyle is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1305] style.setFillPattern(CellStyle.SOLID_FOREGROUND); ^^^^^^^^^^^^^^^^ The field CellStyle.SOLID_FOREGROUND is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1306] style.setAlignment(CellStyle.ALIGN_CENTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setAlignment(short) from the type CellStyle is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1306] style.setAlignment(CellStyle.ALIGN_CENTER); ^^^^^^^^^^^^ The field CellStyle.ALIGN_CENTER is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1385] if (false && folder.members().length < 50) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/org/eclipse/mdht/cda/xml/ui/handlers/GenerateCDADataHandler.java:[1385] if (false && folder.members().length < 50) { format(fileLocation, monitor); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 30 problems (30 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.cda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.cda.xml.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/target/org.eclipse.mdht.cda.xml.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.cda.xml.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.cda.xml.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/target/org.eclipse.mdht.cda.xml.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.cda.xml.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.cda.xml.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.cda.xml.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.cda.xml.ui/target/org.eclipse.mdht.cda.xml.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.cda.xml.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.term.transform 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.term.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.term.transform --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.term.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.term.transform --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.term.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.term.transform --- [INFO] Compiling 3 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.term.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.term.transform --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/target/org.eclipse.mdht.uml.term.transform-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.term.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.term.transform --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/target/org.eclipse.mdht.uml.term.transform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.term.transform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.term.transform --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.term.transform --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.term.transform/target/org.eclipse.mdht.uml.term.transform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.term.transform --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.transform 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.transform --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.transform --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.transform --- [INFO] Compiling 24 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/src/org/eclipse/mdht/uml/cda/transform/TransformLogicalConstraint.java:[78] Object value = association.getValue(stereotype, ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field ICDAProfileConstants.ENTRY_RELATIONSHIP_TYPE_CODE is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.transform --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/target/org.eclipse.mdht.uml.cda.transform-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.transform --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/target/org.eclipse.mdht.uml.cda.transform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.transform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.transform --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.transform --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.transform/target/org.eclipse.mdht.uml.cda.transform-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.transform --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.dita 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.dita --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.dita --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.dita --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.dita --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda.dita --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.dita --- [INFO] Compiling 13 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/TransformClassContent.java:[753] private String modelPrefix(NamedElement element) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method modelPrefix(NamedElement) from the type TransformClassContent is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/internal/preferences/PreferenceInitializer.java:[16] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/internal/preferences/PreferenceInitializer.java:[33] Preferences store = Activator.getDefault().getPluginPreferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/internal/preferences/PreferenceInitializer.java:[33] Preferences store = Activator.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/internal/preferences/PreferenceInitializer.java:[35] store.setDefault(DitaTransformerOptions.INCLUDE_TABLE_VIEW, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/internal/preferences/PreferenceInitializer.java:[36] store.setDefault(DitaTransformerOptions.INCLUDE_VOCABULARY_CONSTRAINTS, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/internal/preferences/PreferenceInitializer.java:[37] store.setDefault(DitaTransformerOptions.CARDINALITY_AFTER_ELEMENT, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDefault(String, boolean) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/TableGenerator.java:[406] if (eClass == null) { return 0; } ^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/TableGenerator.java:[468] private String getRelativeXPath(Section section, InfrastructureRoot ir) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRelativeXPath(Section, InfrastructureRoot) from the type TableGenerator is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[23] import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[131] Preferences store = Activator.getDefault().getPluginPreferences(); ^^^^^^^^^^^ The type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[131] Preferences store = Activator.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^ The method getPluginPreferences() from the type Plugin is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[133] if (store.getString(BASE_URL) != null && store.getString(BASE_URL).length() > 0) { ^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[133] if (store.getString(BASE_URL) != null && store.getString(BASE_URL).length() > 0) { ^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[134] baseURL = store.getString(BASE_URL); ^^^^^^^^^^^^^^^^^^^ The method getString(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[136] includeTableView = store.getBoolean(INCLUDE_TABLE_VIEW); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[137] includeUsageNotes = store.getBoolean(INCLUDE_USAGE_NOTES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[138] includeVocabularyConstraints = store.getBoolean(INCLUDE_VOCABULARY_CONSTRAINTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[139] cardinalityAfterElement = store.getBoolean(CARDINALITY_AFTER_ELEMENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[140] appendConformanceRules = store.getBoolean(APPEND_CONFORMANCE_RULES_ATTRIBUTE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBoolean(String) from the type Preferences is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/org/eclipse/mdht/uml/cda/dita/DitaTransformerOptions.java:[142] exampleDepth = store.getInt(EXAMPLE_DEPTH); ^^^^^^^^^^^^^^^^^^^^^ The method getInt(String) from the type Preferences is deprecated 21 problems (21 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.dita --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.dita --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/target/org.eclipse.mdht.uml.cda.dita-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.dita --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.dita --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/target/org.eclipse.mdht.uml.cda.dita-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.dita --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.dita --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.dita --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.dita/target/org.eclipse.mdht.uml.cda.dita-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.dita --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.ant 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.ant --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.ant --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.ant --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.ant --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda.ant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.ant --- [INFO] Compiling 13 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/target/ant_tasks/cdatools.ant.tasks.jar-classes [INFO] Compiling 1 source file to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.ant --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.ant --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/target/org.eclipse.mdht.uml.cda.ant-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.ant --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.ant --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/ant_tasks/cdatools.ant.tasks.jar [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/target/org.eclipse.mdht.uml.cda.ant-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.ant --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.ant --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.ant --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.ant/target/org.eclipse.mdht.uml.cda.ant-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.ant --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.validation 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.validation --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.validation --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.validation --- [INFO] Compiling 8 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.validation --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/target/org.eclipse.mdht.uml.cda.validation-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.validation --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.validation --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/target/org.eclipse.mdht.uml.cda.validation-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.validation --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.validation --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.uml.cda.validation/target/org.eclipse.mdht.uml.cda.validation-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.validation --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.api 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.api --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.api --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.api --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIAction.java:[44] import org.eclipse.egit.core.project.RepositoryMapping; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryMapping' is not API (restriction on classpath entry '/home/jenkins/workspace/MDHT-master-webmaster-test/.repository/p2/osgi/bundle/org.eclipse.egit.core/4.9.2.201712150930-r/org.eclipse.egit.core-4.9.2.201712150930-r.jar') [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIAction.java:[666] context = trafo.predicate(context, ((CDAOCLHandler) trafo.getDomainSpecificOCLHandler()).getCodeOrClasscodeCheckForPredicate(lastPredicate, i), i); ^^^^^^^^^^^^^ CDAOCLHandler is a raw type. References to generic type CDAOCLHandler should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIAction.java:[1179] RepositoryMapping mapping = RepositoryMapping.getMapping(r); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryMapping' is not API (restriction on classpath entry '/home/jenkins/workspace/MDHT-master-webmaster-test/.repository/p2/osgi/bundle/org.eclipse.egit.core/4.9.2.201712150930-r/org.eclipse.egit.core-4.9.2.201712150930-r.jar') [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIAction.java:[1179] RepositoryMapping mapping = RepositoryMapping.getMapping(r); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepositoryMapping' is not API (restriction on classpath entry '/home/jenkins/workspace/MDHT-master-webmaster-test/.repository/p2/osgi/bundle/org.eclipse.egit.core/4.9.2.201712150930-r/org.eclipse.egit.core-4.9.2.201712150930-r.jar') [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIAction.java:[1179] RepositoryMapping mapping = RepositoryMapping.getMapping(r); ^^^^^^^^^^ Discouraged access: The method 'RepositoryMapping.getMapping(IResource)' is not API (restriction on classpath entry '/home/jenkins/workspace/MDHT-master-webmaster-test/.repository/p2/osgi/bundle/org.eclipse.egit.core/4.9.2.201712150930-r/org.eclipse.egit.core-4.9.2.201712150930-r.jar') [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIAction.java:[1181] Repository repository = mapping.getRepository(); ^^^^^^^^^^^^^ Discouraged access: The method 'RepositoryMapping.getRepository()' is not API (restriction on classpath entry '/home/jenkins/workspace/MDHT-master-webmaster-test/.repository/p2/osgi/bundle/org.eclipse.egit.core/4.9.2.201712150930-r/org.eclipse.egit.core-4.9.2.201712150930-r.jar') [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIAction.java:[1201] StoredConfig config = mapping.getRepository().getConfig(); ^^^^^^^^^^^^^ Discouraged access: The method 'RepositoryMapping.getRepository()' is not API (restriction on classpath entry '/home/jenkins/workspace/MDHT-master-webmaster-test/.repository/p2/osgi/bundle/org.eclipse.egit.core/4.9.2.201712150930-r/org.eclipse.egit.core-4.9.2.201712150930-r.jar') [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[83] String entries = trafo.step(trafo.referVar(customSelfVariable), (P) containerProperty); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[102] entries = trafo.step(set, (P) templateIdProperty); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[106] String id_root = trafo.step(trafo.referVar(id), (P) CDACommonUtils.findAttribute((Class) templateIdProperty.getType(), "root")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[114] entries = trafo.step(set, (P) property); ^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[127] String source = trafo.step(entries, (P) typeCode); ^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[135] return trafo.getValue((P) property, CDACommonUtils.getDefault(property)); ^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[144] return (C) CDACommonUtils.getCDAType((Class) t); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Classifier to C [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[146] return (C) getCDAClass((EClassifier) t); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EClass to C [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/CDAOCLHandler.java:[153] return (P) CDACommonUtils.getCDAProperty((Property) p); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateXMLAction.java:[26] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateXMLAction.java:[101] monitor = new SubProgressMonitor(monitor, 30); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateXMLAction.java:[101] monitor = new SubProgressMonitor(monitor, 30); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/transform/APITransformationBuilder.java:[18] import org.eclipse.mdht.uml.cda.transform.EcoreTransformationBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.mdht.uml.cda.transform.EcoreTransformationBuilder is never used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/transform/APITransformationBuilder.java:[81] result = (Class) APITransformNothing.class; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/transform/APITransformationBuilder.java:[81] result = (Class) APITransformNothing.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIForProgrammingLanguageAction.java:[27] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIForProgrammingLanguageAction.java:[81] monitor = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/org/eclipse/mdht/api/GenerateAPIForProgrammingLanguageAction.java:[81] monitor = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated 25 problems (25 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.api --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/target/org.eclipse.mdht.api-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.api --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.api --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/target/org.eclipse.mdht.api-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.api --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.api --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.api --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api/target/org.eclipse.mdht.api-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.api --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.api.dotnet 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.api.dotnet --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.api.dotnet --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.api.dotnet --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.api.dotnet --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.api.dotnet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.api.dotnet --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/src/org/eclipse/mdht/api/dotnet/CDAOCL2CSharpHandler.java:[25] String name = getName(trafo.getOCLInstance().getEnvironment().getUMLReflection().getPackage((C) namedObject)); ^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to C [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/src/org/eclipse/mdht/api/dotnet/CDAOCL2CSharpHandler.java:[37] p = (P) property; ^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/src/org/eclipse/mdht/api/dotnet/CDAOCL2CSharpHandler.java:[61] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.api.dotnet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.api.dotnet --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/target/org.eclipse.mdht.api.dotnet-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.api.dotnet --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.api.dotnet --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/target/org.eclipse.mdht.api.dotnet-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.api.dotnet --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.api.dotnet --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.api.dotnet --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.dotnet/target/org.eclipse.mdht.api.dotnet-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.api.dotnet --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.api.java 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.api.java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.api.java --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.api.java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.api.java --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.api.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.api.java --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.api.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.api.java --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/target/org.eclipse.mdht.api.java-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.api.java --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.api.java --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/target/org.eclipse.mdht.api.java-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.api.java --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.api.java --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.api.java --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.java/target/org.eclipse.mdht.api.java-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.api.java --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.api.schematron 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.api.schematron --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.api.schematron --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.api.schematron --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.api.schematron --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.api.schematron --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.api.schematron --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/src/org/eclipse/mdht/api/schematron/CDAOCL2XPathHandler.java:[52] p = (P) property; ^^^^^^^^^^^^ Type safety: Unchecked cast from Property to P [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/src/org/eclipse/mdht/api/schematron/action/GenerateSchematronAction.java:[21] import org.eclipse.core.runtime.SubProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/src/org/eclipse/mdht/api/schematron/action/GenerateSchematronAction.java:[100] monitor = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^ The type SubProgressMonitor is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/src/org/eclipse/mdht/api/schematron/action/GenerateSchematronAction.java:[100] monitor = new SubProgressMonitor(monitor, 80); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.api.schematron --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.api.schematron --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/target/org.eclipse.mdht.api.schematron-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.api.schematron --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.api.schematron --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/target/org.eclipse.mdht.api.schematron-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.api.schematron --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.api.schematron --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.api.schematron --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/plugins/org.eclipse.mdht.api.schematron/target/org.eclipse.mdht.api.schematron-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.api.schematron --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.test 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.cda.test --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.test --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.cda.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.cda.test --- [INFO] Compiling 40 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/CDAValidationTest.java:[670] ValidationTarget target = (ValidationTarget) testObjectFactory.create(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from capture#6-of ? to ValidationTarget [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/CDAValidationTest.java:[717] ValidationTarget target = (ValidationTarget) testObjectFactory.create(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from capture#7-of ? to ValidationTarget [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/CDAValidationTest.java:[762] ValidationTarget target = (ValidationTarget) testObjectFactory.create(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from capture#8-of ? to ValidationTarget [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/CDAValidationTest.java:[1061] EList eList = (EList) (target).eGet(cdaReference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to EList 33. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/ClinicalStatementOperationsTest.java (at line 26) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 34. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/ClinicalStatementOperationsTest.java (at line 43) @SuppressWarnings("unused") ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 35. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/ManufacturedProductOperationsTest.java (at line 32) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 36. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/ActOperationsTest.java (at line 43) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 37. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/Informant12OperationsTest.java (at line 31) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 38. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/Informant12OperationsTest.java (at line 43) @SuppressWarnings("unused") ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored 39. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/operations/SubstanceAdministrationOperationsTest.java (at line 43) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 40. INFO in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/java/org/eclipse/mdht/uml/cda/tests/CDASerializationTest.java (at line 49) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 40 problems (0 errors, 4 warnings, 4 info) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.cda.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (compiletests) @ org.eclipse.mdht.uml.cda.test --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 76.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1230.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1122.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 79.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 101.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 245.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 95.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 122.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 33.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 87.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 39.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 46.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 11.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 87.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 64.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 36.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 59.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 175.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 189.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 388.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 38.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 156.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 155.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 649.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 19.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 30.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 55.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 4088.4 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 75.4 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 337.0 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 208.6 KB/sec) [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 40 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (test) @ org.eclipse.mdht.uml.cda.test --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3 KB at 134.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (3 KB at 101.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (6 KB at 216.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (2 KB at 54.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 KB at 752.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 109.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 83.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 53.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (4 KB at 154.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 KB at 510.0 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 974.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (4 KB at 84.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 434.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 1004.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 43.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 8811.5 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (115 KB at 3189.6 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 KB at 152.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 KB at 415.5 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (34 KB at 451.6 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 2978.8 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 KB at 173.3 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (257 KB at 3205.9 KB/sec) [INFO] Surefire report directory: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/target/surefire-reports [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.pom (2 KB at 83.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (3 KB at 134.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit3/2.12.4/surefire-junit3-2.12.4.jar (26 KB at 516.5 KB/sec) ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 Running org.eclipse.mdht.uml.cda.operations.ReferenceOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.eclipse.mdht.uml.cda.operations.AssignedAuthorOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.operations.ObservationMediaOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.ObservationMediaOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.016 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.ObservationOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.ObservationOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.001 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.RegionOfInterestOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.RegionOfInterestOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.002 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.EncounterOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.EncounterOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.001 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.ParticipantRoleOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.operations.Component2OperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.eclipse.mdht.uml.cda.operations.StrucDocTextOperationsTest Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.384 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.StrucDocTextOperationsTest.testAddTextNull() Time elapsed: 0 sec <<< FAILURE! java.lang.IllegalArgumentException: text is null at org.eclipse.mdht.uml.cda.operations.StrucDocTextOperations.addText(StrucDocTextOperations.java:71) at org.eclipse.mdht.uml.cda.operations.StrucDocTextOperationsTest.testAddTextNull(StrucDocTextOperationsTest.java:53) Running org.eclipse.mdht.uml.cda.operations.ClinicalDocumentOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.eclipse.mdht.uml.cda.operations.SupplyOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.SupplyOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.001 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.Component4OperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.operations.GuardianOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.operations.OrganizerOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.OrganizerOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.001 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.EntryRelationshipOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.operations.SectionOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.eclipse.mdht.uml.cda.operations.EntryOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.operations.ProcedureOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.ProcedureOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.001 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.ManufacturedProductOperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.operations.ActOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.ActOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.001 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.operations.Informant12OperationsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.eclipse.mdht.uml.cda.operations.SubstanceAdministrationOperationsTest Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! org.eclipse.mdht.uml.cda.operations.SubstanceAdministrationOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException() Time elapsed: 0.002 sec <<< FAILURE! java.lang.IllegalArgumentException: targetClass must be an EClass at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperations.getEntryRelationshipTargets(ClinicalStatementOperations.java:287) at org.eclipse.mdht.uml.cda.operations.ClinicalStatementOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(ClinicalStatementOperationsTest.java:92) 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.apache.maven.surefire.junit.PojoTestSet.executeTestMethod(PojoTestSet.java:151) at org.apache.maven.surefire.junit.PojoTestSet.executeTestMethods(PojoTestSet.java:102) at org.apache.maven.surefire.junit.PojoTestSet.execute(PojoTestSet.java:83) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Running org.eclipse.mdht.uml.cda.tests.CDADeserliazationTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.SDTCExtensionTest ---testDischargeDispositionCodeSerialization extension snippet serialization--- ---testDischargeDispositionCodeSerializationOfGeneratedDoc extension document serialization---
---testDeceasedIndSerializationOfGeneratedDoc extension document serialization---
---testDeceasedTimeSerializationOfGeneratedDoc extension document serialization---
---testIdSerializationOfGeneratedDoc extension document serialization---
---testBirthTimeSerializationOfGeneratedDoc extension document serialization---
---testRaceCodeSerializationOfGeneratedDoc extension document serialization--- ---testSignatureTestSerializationOfGeneratedDoc extension document serialization--- omSJUEdmde9j44zmMiromSJUEdmde9j44zmMirdMDSsWdIJdksIJR3373jeu83 ...Running Deserialization ---testDischargeDispositionCodeDeserialization Reserialized Document--- Community Health and Hospitals: Health Summary 1357 Amber Drive Beaverton OR 97006 US Myra Jones 1357 Amber Drive Beaverton OR 97006 US Ralph Jones Beaverton OR 97006 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US 1002 Healthcare Drive Portland OR 97266 US Mary McDonald 1002 Healthcare Drive Portland OR 97266 US Henry Seven Frank Jones Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Henry Seven Community Health and Hospitals 1357 Amber Drive Beaverton OR 97006 US Mr. Ralph Jones 1357 Amber Drive Beaverton OR 97006 US Mr. Frank Jones Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Dr Henry Seven Dr Henry Seven
ALLERGIES, ADVERSE REACTIONS, ALERTS
Substance Reaction Severity Status
Penicillin G benzathine Hives Moderate to severe Inactive
Codeine Shortness of Breath Moderate Active
Aspirin Hives Mild to moderate Active
ENCOUNTERS
Encounter Performer Location Date
Pnuemonia Dr Henry Seven Community Health and Hospitals 20120806
Mild Fever 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FAMILY HISTORY Father (deceased)
Diagnosis Age At Onset
Myocardial Infarction (cause of death) 57
Diabetes 40
IMMUNIZATIONS
Vaccine Date Status
Influenza virus vaccine, IM May 2012 Completed
Tetanus and diphtheria toxoids, IM Aor 2012 Completed
Influenza virus vaccine Health LS - Immuno Inc. Possible flu-like symptoms for three days. Tetanus and diphtheria toxoids - preservative free Health LS - Immuno Inc. Possible flu-like symptoms for three days.
Medications
Medication Directions Start Date Status Indications Fill Instructions
Albuterol 0.09 MG/ACTUAT inhalant solution 0.09 MG/ACTUAT inhalant solution, 2 puffs once 20120806 Active Pneumonia (233604007 SNOMED CT) Generic Substitition Allowed
0.09 MG/ACTUAT inhalant solution, 2 puffs Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US label in spanish Medication Factory Inc.
CARE PLAN
Planned Activity Planned Date
Consultation with Dr George Potomac for Asthma 20120820
Chest X-ray 20120826
Sputum Culture 20120820
Follow up with Dr George Potomac for Asthma
HOSPITAL DISCHARGE MEDICATIONS
Medication Directions Start Date Status Indications Fill Instructions
120 ACTUAT Fluticasone propionate 0.11 MG/ACTUAT Metered Dose Inhaler 0.11 MG/ACTUAT Metered Dose Once Daily 20120813 Active Bronchitis (32398004 SNOMED CT) Generic Substitition Allowed
0.11 MG/ACTUAT Metered Dose Once Daily Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US Generic Substitution Allowed Medication Factory Inc.
REASON FOR REFERRAL Follow up with Dr George Potomac for Asthma
PROBLEMS Pneumonia : Status - Resolved Asthma : Status - Active
PROCEDURES
Procedure Date
Chest X-Ray 8/7/2012
1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FUNCTIONAL STATUS
Functional Condition Effective Dates Condition Status
Dependence on cane 2008 Active
Memory impairment 2008 Active
RESULTS
LABORATORY INFORMATION
Chemistries and drug levels
HGB (M 13-18 g/dl; F 12-16 g/dl) 13.2
WBC (4.3-10.8 10+3/ul) 6.7
PLT (135-145 meq/l) 123 (L)
M 13-18 g/dl; F 12-16 g/dl
SOCIAL HISTORY
Social History Element Description Effective Dates
smoking Former Smoker (1 pack per day 20050501 to 20110227
smoking Current Everyday Smoker 2 packs per day 20110227 - today
1 pack per day
VITAL SIGNS
Date / Time: Nov 1, 2011 August 6, 2012
Height 69 inches 69 inches
Weight 189 lbs 194 lbs
Blood Pressure 132/86 mmHg 145/88 mmHg
HOSPITAL DISCHARGE INSTRUCTIONS Ms. Jones, you have been seen by Dr. Henry Seven at Local Community Hospital from August 8th until August 13th 2012. You are currently being discharged from Local Community Hospital. Dr. Seven has provided the following instructions to you at this time; should you have any questions please contact a member of your healthcare team prior to discharge. If you have left the hospital and have questions, please contact Dr. Seven at 555-555-1002. Instructions: Take all medications as prescribed. Please monitor your peak flows. If your peak flows drop to 50% of normal, call my office immediately or return to the Emergency Room. If you experience any of the following symptoms, call my office immediately or return to the Emergency Room: Shortness of Breath Dizziness or Light-headedness Fever, chills, or diffuse body aches Pain or redness at the site of any previous intravenous catheter Any other unusual problem
...Running Deserialization ---testDeceasedIndDeserialization Reserialized Document--- Community Health and Hospitals: Health Summary 1357 Amber Drive Beaverton OR 97006 US Myra Jones 1357 Amber Drive Beaverton OR 97006 US Ralph Jones Beaverton OR 97006 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US 1002 Healthcare Drive Portland OR 97266 US Mary McDonald 1002 Healthcare Drive Portland OR 97266 US Henry Seven Frank Jones Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Henry Seven Community Health and Hospitals 1357 Amber Drive Beaverton OR 97006 US Mr. Ralph Jones 1357 Amber Drive Beaverton OR 97006 US Mr. Frank Jones Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Dr Henry Seven Dr Henry Seven
ALLERGIES, ADVERSE REACTIONS, ALERTS
Substance Reaction Severity Status
Penicillin G benzathine Hives Moderate to severe Inactive
Codeine Shortness of Breath Moderate Active
Aspirin Hives Mild to moderate Active
ENCOUNTERS
Encounter Performer Location Date
Pnuemonia Dr Henry Seven Community Health and Hospitals 20120806
Mild Fever 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FAMILY HISTORY Father (deceased)
Diagnosis Age At Onset
Myocardial Infarction (cause of death) 57
Diabetes 40
IMMUNIZATIONS
Vaccine Date Status
Influenza virus vaccine, IM May 2012 Completed
Tetanus and diphtheria toxoids, IM Aor 2012 Completed
Influenza virus vaccine Health LS - Immuno Inc. Possible flu-like symptoms for three days. Tetanus and diphtheria toxoids - preservative free Health LS - Immuno Inc. Possible flu-like symptoms for three days.
Medications
Medication Directions Start Date Status Indications Fill Instructions
Albuterol 0.09 MG/ACTUAT inhalant solution 0.09 MG/ACTUAT inhalant solution, 2 puffs once 20120806 Active Pneumonia (233604007 SNOMED CT) Generic Substitition Allowed
0.09 MG/ACTUAT inhalant solution, 2 puffs Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US label in spanish Medication Factory Inc.
CARE PLAN
Planned Activity Planned Date
Consultation with Dr George Potomac for Asthma 20120820
Chest X-ray 20120826
Sputum Culture 20120820
Follow up with Dr George Potomac for Asthma
HOSPITAL DISCHARGE MEDICATIONS
Medication Directions Start Date Status Indications Fill Instructions
120 ACTUAT Fluticasone propionate 0.11 MG/ACTUAT Metered Dose Inhaler 0.11 MG/ACTUAT Metered Dose Once Daily 20120813 Active Bronchitis (32398004 SNOMED CT) Generic Substitition Allowed
0.11 MG/ACTUAT Metered Dose Once Daily Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US Generic Substitution Allowed Medication Factory Inc.
REASON FOR REFERRAL Follow up with Dr George Potomac for Asthma
PROBLEMS Pneumonia : Status - Resolved Asthma : Status - Active
PROCEDURES
Procedure Date
Chest X-Ray 8/7/2012
1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FUNCTIONAL STATUS
Functional Condition Effective Dates Condition Status
Dependence on cane 2008 Active
Memory impairment 2008 Active
RESULTS
LABORATORY INFORMATION
Chemistries and drug levels
HGB (M 13-18 g/dl; F 12-16 g/dl) 13.2
WBC (4.3-10.8 10+3/ul) 6.7
PLT (135-145 meq/l) 123 (L)
M 13-18 g/dl; F 12-16 g/dl
SOCIAL HISTORY
Social History Element Description Effective Dates
smoking Former Smoker (1 pack per day 20050501 to 20110227
smoking Current Everyday Smoker 2 packs per day 20110227 - today
1 pack per day
VITAL SIGNS
Date / Time: Nov 1, 2011 August 6, 2012
Height 69 inches 69 inches
Weight 189 lbs 194 lbs
Blood Pressure 132/86 mmHg 145/88 mmHg
HOSPITAL DISCHARGE INSTRUCTIONS Ms. Jones, you have been seen by Dr. Henry Seven at Local Community Hospital from August 8th until August 13th 2012. You are currently being discharged from Local Community Hospital. Dr. Seven has provided the following instructions to you at this time; should you have any questions please contact a member of your healthcare team prior to discharge. If you have left the hospital and have questions, please contact Dr. Seven at 555-555-1002. Instructions: Take all medications as prescribed. Please monitor your peak flows. If your peak flows drop to 50% of normal, call my office immediately or return to the Emergency Room. If you experience any of the following symptoms, call my office immediately or return to the Emergency Room: Shortness of Breath Dizziness or Light-headedness Fever, chills, or diffuse body aches Pain or redness at the site of any previous intravenous catheter Any other unusual problem
...Running Deserialization ---testDeceasedTimeDeserialization Reserialized Document--- Community Health and Hospitals: Health Summary 1357 Amber Drive Beaverton OR 97006 US Myra Jones 1357 Amber Drive Beaverton OR 97006 US Ralph Jones Beaverton OR 97006 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US 1002 Healthcare Drive Portland OR 97266 US Mary McDonald 1002 Healthcare Drive Portland OR 97266 US Henry Seven Frank Jones Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Henry Seven Community Health and Hospitals 1357 Amber Drive Beaverton OR 97006 US Mr. Ralph Jones 1357 Amber Drive Beaverton OR 97006 US Mr. Frank Jones Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Dr Henry Seven Dr Henry Seven
ALLERGIES, ADVERSE REACTIONS, ALERTS
Substance Reaction Severity Status
Penicillin G benzathine Hives Moderate to severe Inactive
Codeine Shortness of Breath Moderate Active
Aspirin Hives Mild to moderate Active
ENCOUNTERS
Encounter Performer Location Date
Pnuemonia Dr Henry Seven Community Health and Hospitals 20120806
Mild Fever 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FAMILY HISTORY Father (deceased)
Diagnosis Age At Onset
Myocardial Infarction (cause of death) 57
Diabetes 40
IMMUNIZATIONS
Vaccine Date Status
Influenza virus vaccine, IM May 2012 Completed
Tetanus and diphtheria toxoids, IM Aor 2012 Completed
Influenza virus vaccine Health LS - Immuno Inc. Possible flu-like symptoms for three days. Tetanus and diphtheria toxoids - preservative free Health LS - Immuno Inc. Possible flu-like symptoms for three days.
Medications
Medication Directions Start Date Status Indications Fill Instructions
Albuterol 0.09 MG/ACTUAT inhalant solution 0.09 MG/ACTUAT inhalant solution, 2 puffs once 20120806 Active Pneumonia (233604007 SNOMED CT) Generic Substitition Allowed
0.09 MG/ACTUAT inhalant solution, 2 puffs Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US label in spanish Medication Factory Inc.
CARE PLAN
Planned Activity Planned Date
Consultation with Dr George Potomac for Asthma 20120820
Chest X-ray 20120826
Sputum Culture 20120820
Follow up with Dr George Potomac for Asthma
HOSPITAL DISCHARGE MEDICATIONS
Medication Directions Start Date Status Indications Fill Instructions
120 ACTUAT Fluticasone propionate 0.11 MG/ACTUAT Metered Dose Inhaler 0.11 MG/ACTUAT Metered Dose Once Daily 20120813 Active Bronchitis (32398004 SNOMED CT) Generic Substitition Allowed
0.11 MG/ACTUAT Metered Dose Once Daily Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US Generic Substitution Allowed Medication Factory Inc.
REASON FOR REFERRAL Follow up with Dr George Potomac for Asthma
PROBLEMS Pneumonia : Status - Resolved Asthma : Status - Active
PROCEDURES
Procedure Date
Chest X-Ray 8/7/2012
1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FUNCTIONAL STATUS
Functional Condition Effective Dates Condition Status
Dependence on cane 2008 Active
Memory impairment 2008 Active
RESULTS
LABORATORY INFORMATION
Chemistries and drug levels
HGB (M 13-18 g/dl; F 12-16 g/dl) 13.2
WBC (4.3-10.8 10+3/ul) 6.7
PLT (135-145 meq/l) 123 (L)
M 13-18 g/dl; F 12-16 g/dl
SOCIAL HISTORY
Social History Element Description Effective Dates
smoking Former Smoker (1 pack per day 20050501 to 20110227
smoking Current Everyday Smoker 2 packs per day 20110227 - today
1 pack per day
VITAL SIGNS
Date / Time: Nov 1, 2011 August 6, 2012
Height 69 inches 69 inches
Weight 189 lbs 194 lbs
Blood Pressure 132/86 mmHg 145/88 mmHg
HOSPITAL DISCHARGE INSTRUCTIONS Ms. Jones, you have been seen by Dr. Henry Seven at Local Community Hospital from August 8th until August 13th 2012. You are currently being discharged from Local Community Hospital. Dr. Seven has provided the following instructions to you at this time; should you have any questions please contact a member of your healthcare team prior to discharge. If you have left the hospital and have questions, please contact Dr. Seven at 555-555-1002. Instructions: Take all medications as prescribed. Please monitor your peak flows. If your peak flows drop to 50% of normal, call my office immediately or return to the Emergency Room. If you experience any of the following symptoms, call my office immediately or return to the Emergency Room: Shortness of Breath Dizziness or Light-headedness Fever, chills, or diffuse body aches Pain or redness at the site of any previous intravenous catheter Any other unusual problem
...Running Deserialization ---testIdDeserialization Reserialized Document--- Community Health and Hospitals: Health Summary 1357 Amber Drive Beaverton OR 97006 US Myra Jones 1357 Amber Drive Beaverton OR 97006 US Ralph Jones Beaverton OR 97006 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US 1002 Healthcare Drive Portland OR 97266 US Mary McDonald 1002 Healthcare Drive Portland OR 97266 US Henry Seven Frank Jones Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Henry Seven Community Health and Hospitals 1357 Amber Drive Beaverton OR 97006 US Mr. Ralph Jones 1357 Amber Drive Beaverton OR 97006 US Mr. Frank Jones Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Dr Henry Seven Dr Henry Seven
ALLERGIES, ADVERSE REACTIONS, ALERTS
Substance Reaction Severity Status
Penicillin G benzathine Hives Moderate to severe Inactive
Codeine Shortness of Breath Moderate Active
Aspirin Hives Mild to moderate Active
ENCOUNTERS
Encounter Performer Location Date
Pnuemonia Dr Henry Seven Community Health and Hospitals 20120806
Mild Fever 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FAMILY HISTORY Father (deceased)
Diagnosis Age At Onset
Myocardial Infarction (cause of death) 57
Diabetes 40
IMMUNIZATIONS
Vaccine Date Status
Influenza virus vaccine, IM May 2012 Completed
Tetanus and diphtheria toxoids, IM Aor 2012 Completed
Influenza virus vaccine Health LS - Immuno Inc. Possible flu-like symptoms for three days. Tetanus and diphtheria toxoids - preservative free Health LS - Immuno Inc. Possible flu-like symptoms for three days.
Medications
Medication Directions Start Date Status Indications Fill Instructions
Albuterol 0.09 MG/ACTUAT inhalant solution 0.09 MG/ACTUAT inhalant solution, 2 puffs once 20120806 Active Pneumonia (233604007 SNOMED CT) Generic Substitition Allowed
0.09 MG/ACTUAT inhalant solution, 2 puffs Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US label in spanish Medication Factory Inc.
CARE PLAN
Planned Activity Planned Date
Consultation with Dr George Potomac for Asthma 20120820
Chest X-ray 20120826
Sputum Culture 20120820
Follow up with Dr George Potomac for Asthma
HOSPITAL DISCHARGE MEDICATIONS
Medication Directions Start Date Status Indications Fill Instructions
120 ACTUAT Fluticasone propionate 0.11 MG/ACTUAT Metered Dose Inhaler 0.11 MG/ACTUAT Metered Dose Once Daily 20120813 Active Bronchitis (32398004 SNOMED CT) Generic Substitition Allowed
0.11 MG/ACTUAT Metered Dose Once Daily Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US Generic Substitution Allowed Medication Factory Inc.
REASON FOR REFERRAL Follow up with Dr George Potomac for Asthma
PROBLEMS Pneumonia : Status - Resolved Asthma : Status - Active
PROCEDURES
Procedure Date
Chest X-Ray 8/7/2012
1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FUNCTIONAL STATUS
Functional Condition Effective Dates Condition Status
Dependence on cane 2008 Active
Memory impairment 2008 Active
RESULTS
LABORATORY INFORMATION
Chemistries and drug levels
HGB (M 13-18 g/dl; F 12-16 g/dl) 13.2
WBC (4.3-10.8 10+3/ul) 6.7
PLT (135-145 meq/l) 123 (L)
M 13-18 g/dl; F 12-16 g/dl
SOCIAL HISTORY
Social History Element Description Effective Dates
smoking Former Smoker (1 pack per day 20050501 to 20110227
smoking Current Everyday Smoker 2 packs per day 20110227 - today
1 pack per day
VITAL SIGNS
Date / Time: Nov 1, 2011 August 6, 2012
Height 69 inches 69 inches
Weight 189 lbs 194 lbs
Blood Pressure 132/86 mmHg 145/88 mmHg
HOSPITAL DISCHARGE INSTRUCTIONS Ms. Jones, you have been seen by Dr. Henry Seven at Local Community Hospital from August 8th until August 13th 2012. You are currently being discharged from Local Community Hospital. Dr. Seven has provided the following instructions to you at this time; should you have any questions please contact a member of your healthcare team prior to discharge. If you have left the hospital and have questions, please contact Dr. Seven at 555-555-1002. Instructions: Take all medications as prescribed. Please monitor your peak flows. If your peak flows drop to 50% of normal, call my office immediately or return to the Emergency Room. If you experience any of the following symptoms, call my office immediately or return to the Emergency Room: Shortness of Breath Dizziness or Light-headedness Fever, chills, or diffuse body aches Pain or redness at the site of any previous intravenous catheter Any other unusual problem
...Running Deserialization ---testBirthTimeDeserialization Reserialized Document--- Community Health and Hospitals: Health Summary 1357 Amber Drive Beaverton OR 97006 US Myra Jones 1357 Amber Drive Beaverton OR 97006 US Ralph Jones Beaverton OR 97006 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US 1002 Healthcare Drive Portland OR 97266 US Mary McDonald 1002 Healthcare Drive Portland OR 97266 US Henry Seven Frank Jones Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Henry Seven Community Health and Hospitals 1357 Amber Drive Beaverton OR 97006 US Mr. Ralph Jones 1357 Amber Drive Beaverton OR 97006 US Mr. Frank Jones Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Dr Henry Seven Dr Henry Seven
ALLERGIES, ADVERSE REACTIONS, ALERTS
Substance Reaction Severity Status
Penicillin G benzathine Hives Moderate to severe Inactive
Codeine Shortness of Breath Moderate Active
Aspirin Hives Mild to moderate Active
ENCOUNTERS
Encounter Performer Location Date
Pnuemonia Dr Henry Seven Community Health and Hospitals 20120806
Mild Fever 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FAMILY HISTORY Father (deceased)
Diagnosis Age At Onset
Myocardial Infarction (cause of death) 57
Diabetes 40
IMMUNIZATIONS
Vaccine Date Status
Influenza virus vaccine, IM May 2012 Completed
Tetanus and diphtheria toxoids, IM Aor 2012 Completed
Influenza virus vaccine Health LS - Immuno Inc. Possible flu-like symptoms for three days. Tetanus and diphtheria toxoids - preservative free Health LS - Immuno Inc. Possible flu-like symptoms for three days.
Medications
Medication Directions Start Date Status Indications Fill Instructions
Albuterol 0.09 MG/ACTUAT inhalant solution 0.09 MG/ACTUAT inhalant solution, 2 puffs once 20120806 Active Pneumonia (233604007 SNOMED CT) Generic Substitition Allowed
0.09 MG/ACTUAT inhalant solution, 2 puffs Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US label in spanish Medication Factory Inc.
CARE PLAN
Planned Activity Planned Date
Consultation with Dr George Potomac for Asthma 20120820
Chest X-ray 20120826
Sputum Culture 20120820
Follow up with Dr George Potomac for Asthma
HOSPITAL DISCHARGE MEDICATIONS
Medication Directions Start Date Status Indications Fill Instructions
120 ACTUAT Fluticasone propionate 0.11 MG/ACTUAT Metered Dose Inhaler 0.11 MG/ACTUAT Metered Dose Once Daily 20120813 Active Bronchitis (32398004 SNOMED CT) Generic Substitition Allowed
0.11 MG/ACTUAT Metered Dose Once Daily Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US Generic Substitution Allowed Medication Factory Inc.
REASON FOR REFERRAL Follow up with Dr George Potomac for Asthma
PROBLEMS Pneumonia : Status - Resolved Asthma : Status - Active
PROCEDURES
Procedure Date
Chest X-Ray 8/7/2012
1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FUNCTIONAL STATUS
Functional Condition Effective Dates Condition Status
Dependence on cane 2008 Active
Memory impairment 2008 Active
RESULTS
LABORATORY INFORMATION
Chemistries and drug levels
HGB (M 13-18 g/dl; F 12-16 g/dl) 13.2
WBC (4.3-10.8 10+3/ul) 6.7
PLT (135-145 meq/l) 123 (L)
M 13-18 g/dl; F 12-16 g/dl
SOCIAL HISTORY
Social History Element Description Effective Dates
smoking Former Smoker (1 pack per day 20050501 to 20110227
smoking Current Everyday Smoker 2 packs per day 20110227 - today
1 pack per day
VITAL SIGNS
Date / Time: Nov 1, 2011 August 6, 2012
Height 69 inches 69 inches
Weight 189 lbs 194 lbs
Blood Pressure 132/86 mmHg 145/88 mmHg
HOSPITAL DISCHARGE INSTRUCTIONS Ms. Jones, you have been seen by Dr. Henry Seven at Local Community Hospital from August 8th until August 13th 2012. You are currently being discharged from Local Community Hospital. Dr. Seven has provided the following instructions to you at this time; should you have any questions please contact a member of your healthcare team prior to discharge. If you have left the hospital and have questions, please contact Dr. Seven at 555-555-1002. Instructions: Take all medications as prescribed. Please monitor your peak flows. If your peak flows drop to 50% of normal, call my office immediately or return to the Emergency Room. If you experience any of the following symptoms, call my office immediately or return to the Emergency Room: Shortness of Breath Dizziness or Light-headedness Fever, chills, or diffuse body aches Pain or redness at the site of any previous intravenous catheter Any other unusual problem
...Running Deserialization ---testDischargeDispositionCodeDeserialization Reserialized Document--- Community Health and Hospitals: Health Summary 1357 Amber Drive Beaverton OR 97006 US Myra Jones 1357 Amber Drive Beaverton OR 97006 US Ralph Jones Beaverton OR 97006 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US 1002 Healthcare Drive Portland OR 97266 US Mary McDonald 1002 Healthcare Drive Portland OR 97266 US Henry Seven Frank Jones Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Henry Seven Community Health and Hospitals 1357 Amber Drive Beaverton OR 97006 US Mr. Ralph Jones 1357 Amber Drive Beaverton OR 97006 US Mr. Frank Jones Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Primary Care Provider 1002 Healthcare Dr Portland OR 97266 US Dr. Henry Seven Community Health and Hospitals 1002 Healthcare Drive Portland OR 97266 US Dr Henry Seven Dr Henry Seven
ALLERGIES, ADVERSE REACTIONS, ALERTS
Substance Reaction Severity Status
Penicillin G benzathine Hives Moderate to severe Inactive
Codeine Shortness of Breath Moderate Active
Aspirin Hives Mild to moderate Active
ENCOUNTERS
Encounter Performer Location Date
Pnuemonia Dr Henry Seven Community Health and Hospitals 20120806
Mild Fever 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FAMILY HISTORY Father (deceased)
Diagnosis Age At Onset
Myocardial Infarction (cause of death) 57
Diabetes 40
IMMUNIZATIONS
Vaccine Date Status
Influenza virus vaccine, IM May 2012 Completed
Tetanus and diphtheria toxoids, IM Aor 2012 Completed
Influenza virus vaccine Health LS - Immuno Inc. Possible flu-like symptoms for three days. Tetanus and diphtheria toxoids - preservative free Health LS - Immuno Inc. Possible flu-like symptoms for three days.
Medications
Medication Directions Start Date Status Indications Fill Instructions
Albuterol 0.09 MG/ACTUAT inhalant solution 0.09 MG/ACTUAT inhalant solution, 2 puffs once 20120806 Active Pneumonia (233604007 SNOMED CT) Generic Substitition Allowed
0.09 MG/ACTUAT inhalant solution, 2 puffs Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US label in spanish Medication Factory Inc.
CARE PLAN
Planned Activity Planned Date
Consultation with Dr George Potomac for Asthma 20120820
Chest X-ray 20120826
Sputum Culture 20120820
Follow up with Dr George Potomac for Asthma
HOSPITAL DISCHARGE MEDICATIONS
Medication Directions Start Date Status Indications Fill Instructions
120 ACTUAT Fluticasone propionate 0.11 MG/ACTUAT Metered Dose Inhaler 0.11 MG/ACTUAT Metered Dose Once Daily 20120813 Active Bronchitis (32398004 SNOMED CT) Generic Substitition Allowed
0.11 MG/ACTUAT Metered Dose Once Daily Medication Factory Inc. Community Health and Hospitals Aerosol Medication Factory Inc. 1002 Healthcare Dr Portland OR 97266 US Generic Substitution Allowed Medication Factory Inc.
REASON FOR REFERRAL Follow up with Dr George Potomac for Asthma
PROBLEMS Pneumonia : Status - Resolved Asthma : Status - Active
PROCEDURES
Procedure Date
Chest X-Ray 8/7/2012
1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals 1002 Healthcare Dr Portland OR 97266 US Community Health and Hospitals
FUNCTIONAL STATUS
Functional Condition Effective Dates Condition Status
Dependence on cane 2008 Active
Memory impairment 2008 Active
RESULTS
LABORATORY INFORMATION
Chemistries and drug levels
HGB (M 13-18 g/dl; F 12-16 g/dl) 13.2
WBC (4.3-10.8 10+3/ul) 6.7
PLT (135-145 meq/l) 123 (L)
M 13-18 g/dl; F 12-16 g/dl
SOCIAL HISTORY
Social History Element Description Effective Dates
smoking Former Smoker (1 pack per day 20050501 to 20110227
smoking Current Everyday Smoker 2 packs per day 20110227 - today
1 pack per day
VITAL SIGNS
Date / Time: Nov 1, 2011 August 6, 2012
Height 69 inches 69 inches
Weight 189 lbs 194 lbs
Blood Pressure 132/86 mmHg 145/88 mmHg
HOSPITAL DISCHARGE INSTRUCTIONS Ms. Jones, you have been seen by Dr. Henry Seven at Local Community Hospital from August 8th until August 13th 2012. You are currently being discharged from Local Community Hospital. Dr. Seven has provided the following instructions to you at this time; should you have any questions please contact a member of your healthcare team prior to discharge. If you have left the hospital and have questions, please contact Dr. Seven at 555-555-1002. Instructions: Take all medications as prescribed. Please monitor your peak flows. If your peak flows drop to 50% of normal, call my office immediately or return to the Emergency Room. If you experience any of the following symptoms, call my office immediately or return to the Emergency Room: Shortness of Breath Dizziness or Light-headedness Fever, chills, or diffuse body aches Pain or redness at the site of any previous intravenous catheter Any other unusual problem
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 sec Running org.eclipse.mdht.uml.cda.tests.IVLTSTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.IVLINTTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.InfrastructureRootTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.BigDecimalTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.EIVLEventTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.IVLPQTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.ADTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.BNTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.BigIntegerTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.mdht.uml.cda.tests.CDASerializationTest Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Results : Failed tests: org.eclipse.mdht.uml.cda.operations.ObservationMediaOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.ObservationOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.RegionOfInterestOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.EncounterOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.StrucDocTextOperationsTest.testAddTextNull(): text is null org.eclipse.mdht.uml.cda.operations.SupplyOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.OrganizerOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.ProcedureOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.ActOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass org.eclipse.mdht.uml.cda.operations.SubstanceAdministrationOperationsTest.testGetEntryRelationshipTargetsClinicalStatementIllegalArgumentException(): targetClass must be an EClass Tests run: 68, Failures: 10, Errors: 0, Skipped: 0 [ERROR] There are test failures. Please refer to /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/target/surefire-reports for the individual test results. [INFO] [INFO] --- maven-antrun-plugin:1.7:run (test-reports) @ org.eclipse.mdht.uml.cda.test --- [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/ant/ant-junit/1.6.2/ant-junit-1.6.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/ant/ant-junit/1.6.2/ant-junit-1.6.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-junit/1.6.2/ant-junit-1.6.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-junit/1.6.2/ant-junit-1.6.2.pom (146 B at 5.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (2 KB at 52.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.11/maven-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven/2.0.11/maven-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 KB at 710.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/12/maven-parent-12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-parent/12/maven-parent-12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 KB at 923.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (3 KB at 129.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (3 KB at 88.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (4 KB at 117.3 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 184.9 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 503.7 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 63.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2 KB at 99.8 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (3 KB at 57.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (3 KB at 88.2 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (2 KB at 70.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (2 KB at 75.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (10 KB at 344.4 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (5 KB at 143.1 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (3 KB at 94.5 KB/sec) [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/ant/ant-junit/1.6.2/ant-junit-1.6.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/ant/ant-junit/1.6.2/ant-junit-1.6.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/mylyn/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-junit/1.6.2/ant-junit-1.6.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-junit/1.6.2/ant-junit-1.6.2.jar (72 KB at 1438.8 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 KB at 597.4 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (13 KB at 200.6 KB/sec) [INFO] Downloaded: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1889 KB at 18697.2 KB/sec) [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [junitreport] Transform time: 351ms [INFO] Executed tasks [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.test --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/target/org.eclipse.mdht.uml.cda.test-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.cda.test --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/target/org.eclipse.mdht.uml.cda.test-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.test --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.test --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.test --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/cda/tests/org.eclipse.mdht.uml.cda.test/target/org.eclipse.mdht.uml.cda.test-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.test --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.basic 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.basic --- [INFO] Deleting /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.basic-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mdht.uml.cda.basic --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.mdht.uml.cda.basic --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.basic-feature/target/org.eclipse.mdht.uml.cda.basic-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.basic --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.basic-feature/target/org.eclipse.mdht.uml.cda.basic-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.basic --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.cda.tooling 3.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] Deleting /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.tooling-feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] The project's OSGi version is 3.0.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.tooling-feature/target/org.eclipse.mdht.uml.cda.tooling-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/cda/features/org.eclipse.mdht.uml.cda.tooling-feature/target/org.eclipse.mdht.uml.cda.tooling-3.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.cda.tooling --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building fhir 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ fhir --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ fhir --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ fhir --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ fhir --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ fhir --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.fhir.xsd 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.fhir.xsd --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.fhir.xsd --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.fhir.xsd --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.fhir.xsd --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.fhir.xsd --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.fhir.xsd --- [INFO] Compiling 2140 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14522] if (xmlTypeValidator.validateGYear(datePrimitiveBase, tempDiagnostics, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYear(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14525] if (xmlTypeValidator.validateGYearMonth(datePrimitiveBase, tempDiagnostics, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYearMonth(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14528] if (xmlTypeValidator.validateDate(datePrimitiveBase, tempDiagnostics, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDate(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14536] if (xmlTypeValidator.validateGYear(datePrimitiveBase, null, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYear(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14539] if (xmlTypeValidator.validateGYearMonth(datePrimitiveBase, null, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYearMonth(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14542] if (xmlTypeValidator.validateDate(datePrimitiveBase, null, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDate(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14602] if (xmlTypeValidator.validateGYear(dateTimePrimitiveBase, tempDiagnostics, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYear(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14605] if (xmlTypeValidator.validateGYearMonth(dateTimePrimitiveBase, tempDiagnostics, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYearMonth(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14608] if (xmlTypeValidator.validateDate(dateTimePrimitiveBase, tempDiagnostics, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDate(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14611] if (xmlTypeValidator.validateDateTime(dateTimePrimitiveBase, tempDiagnostics, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDateTime(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14619] if (xmlTypeValidator.validateGYear(dateTimePrimitiveBase, null, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYear(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14622] if (xmlTypeValidator.validateGYearMonth(dateTimePrimitiveBase, null, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateGYearMonth(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14625] if (xmlTypeValidator.validateDate(dateTimePrimitiveBase, null, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDate(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/hl7/fhir/util/FhirValidator.java:[14628] if (xmlTypeValidator.validateDateTime(dateTimePrimitiveBase, null, context)) return true; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDateTime(Object, DiagnosticChain, Map) from the type XMLTypeValidator is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/w3/_1999/xhtml/impl/XhtmlFactoryImpl.java:[1347] return (List)XMLTypeFactory.eINSTANCE.createFromString(XMLTypePackage.Literals.NMTOKENS, initialValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/org/w3/_1999/xhtml/impl/XhtmlFactoryImpl.java:[1347] return (List)XMLTypeFactory.eINSTANCE.createFromString(XMLTypePackage.Literals.NMTOKENS, initialValue); ^^^^ List is a raw type. References to generic type List should be parameterized 16 problems (16 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.fhir.xsd --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.fhir.xsd --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/target/org.eclipse.mdht.fhir.xsd-0.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.fhir.xsd --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.fhir.xsd --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/target/org.eclipse.mdht.fhir.xsd-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.fhir.xsd --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.fhir.xsd --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.fhir.xsd --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.fhir.xsd/target/org.eclipse.mdht.fhir.xsd-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.fhir.xsd --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir.core 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.fhir.core --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir.core --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.fhir.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.fhir.core --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1255 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/src/org/eclipse/mdht/uml/fhir/core/valueset/impl/FhirValuesetPackageImpl.java:[10842] String source = "http://www.eclipse.org/uml2/2.0.0/UML"; ^^^^^^ The value of the local variable source is not used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.fhir.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/target/org.eclipse.mdht.uml.fhir.core-0.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir.core --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.fhir.core --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/target/org.eclipse.mdht.uml.fhir.core-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir.core --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir.core --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir.core --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.core/target/org.eclipse.mdht.uml.fhir.core-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir.core --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.fhir --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.fhir --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.fhir --- [INFO] Compiling 67 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.fhir --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/target/org.eclipse.mdht.uml.fhir-0.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.fhir --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/target/org.eclipse.mdht.uml.fhir-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir/target/org.eclipse.mdht.uml.fhir-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir.common 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.fhir.common --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir.common --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.fhir.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.fhir.common --- [INFO] Compiling 10 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.fhir.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir.common --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/target/org.eclipse.mdht.uml.fhir.common-0.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.fhir.common --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/target/org.eclipse.mdht.uml.fhir.common-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir.common --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir.common --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.common/target/org.eclipse.mdht.uml.fhir.common-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir.common --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir.edit 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.fhir.edit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 29 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/target/org.eclipse.mdht.uml.fhir.edit-0.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/target/org.eclipse.mdht.uml.fhir.edit-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.edit/target/org.eclipse.mdht.uml.fhir.edit-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir.edit --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir.transform 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] Compiling 5 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/org/eclipse/mdht/uml/fhir/transform/ModelExporter.java:[272] Object contextType; ^^^^^^^^^^^ The value of the local variable contextType is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/org/eclipse/mdht/uml/fhir/transform/ModelExporter.java:[275] ExtensionContextTypeList foofoo; ^^^^^^ The value of the local variable foofoo is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/org/eclipse/mdht/uml/fhir/transform/ModelExporter.java:[814] private org.hl7.fhir.Integer createFhirInteger(int value) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFhirInteger(int) from the type ModelExporter is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/org/eclipse/mdht/uml/fhir/transform/ModelExporter.java:[826] private org.hl7.fhir.Code createFhirCode(String value) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createFhirCode(String) from the type ModelExporter is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/org/eclipse/mdht/uml/fhir/transform/ModelExporter.java:[853] private Reference createReference(Property property) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createReference(Property) from the type ModelExporter is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/org/eclipse/mdht/uml/fhir/transform/TerminologyCache.java:[372] private static Reader getReader(String urlString) throws IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getReader(String) from the type TerminologyCache is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/org/eclipse/mdht/uml/fhir/transform/ModelImporter.java:[84] import org.hl7.fhir.ResourceType; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.hl7.fhir.ResourceType is never used 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir.transform --- [WARNING] Bundle-Vendor header not found in /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/target/org.eclipse.mdht.uml.fhir.transform-0.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/target/org.eclipse.mdht.uml.fhir.transform-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.transform/target/org.eclipse.mdht.uml.fhir.transform-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir.transform --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir.ui 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] Compiling 36 source files to /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/target/classes [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/providers/ConceptItem.java:[51] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ConceptItem needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/FHIRTableViewer.java:[37] private ICellModifier adapterFactoryCellModifier = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field FHIRTableViewer.adapterFactoryCellModifier is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetMemberSection.java:[183] private ModifyListener modifyListener = new ModifyListener() { ^^^^^^^^^^^^^^ The value of the field ValueSetMemberSection.modifyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetMemberSection.java:[189] private FocusListener focusListener = new FocusListener() { ^^^^^^^^^^^^^ The value of the field ValueSetMemberSection.focusListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetMemberSection.java:[359] TableViewerColumn codeColumn = createTableViewerColumn(titles[0], bounds[0], 0); ^^^^^^^^^^ The value of the local variable codeColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetMemberSection.java:[360] TableViewerColumn displayColumn = createTableViewerColumn(titles[1], bounds[1], 1); ^^^^^^^^^^^^^ The value of the local variable displayColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetMemberSection.java:[361] TableViewerColumn systemColumn = createTableViewerColumn(titles[2], bounds[2], 2); ^^^^^^^^^^^^ The value of the local variable systemColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetMemberSection.java:[362] TableViewerColumn versionColumn = createTableViewerColumn(titles[3], bounds[3], 3); ^^^^^^^^^^^^^ The value of the local variable versionColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetMemberSection.java:[394] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ElementDefinitionSection.java:[44] private ModifyListener modifyListener = new ModifyListener() { ^^^^^^^^^^^^^^ The value of the field ElementDefinitionSection.modifyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ElementDefinitionSection.java:[50] private FocusListener focusListener = new FocusListener() { ^^^^^^^^^^^^^ The value of the field ElementDefinitionSection.focusListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ElementDefinitionSection.java:[99] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/views/ConceptTaxonomyView.java:[21] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/views/ConceptTaxonomyView.java:[65] class NameSorter extends ViewerSorter { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/views/ConceptTaxonomyView.java:[86] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ConceptTaxonomyView needs unchecked conversion to conform to T from the type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/views/ConceptTaxonomyView.java:[92] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type WorkbenchPart [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/views/ConceptTaxonomyView.java:[92] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/views/ConceptTaxonomyView.java:[173] viewer.setSorter(new NameSorter()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/handlers/ImportFhirHandler.java:[62] private List selectProfileFiles(IWorkbenchPart activePart) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method selectProfileFiles(IWorkbenchPart) from the type ImportFhirHandler is never used locally [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ConformanceResourceSection.java:[43] private ModifyListener modifyListener = new ModifyListener() { ^^^^^^^^^^^^^^ The value of the field ConformanceResourceSection.modifyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ConformanceResourceSection.java:[49] private FocusListener focusListener = new FocusListener() { ^^^^^^^^^^^^^ The value of the field ConformanceResourceSection.focusListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ConformanceResourceSection.java:[98] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/TypeChoiceSection.java:[188] private ModifyListener modifyListener = new ModifyListener() { ^^^^^^^^^^^^^^ The value of the field TypeChoiceSection.modifyListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/TypeChoiceSection.java:[194] private FocusListener focusListener = new FocusListener() { ^^^^^^^^^^^^^ The value of the field TypeChoiceSection.focusListener is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/TypeChoiceSection.java:[297] TableViewerColumn classColumn = createTableViewerColumn(titles[0], bounds[0], 0); ^^^^^^^^^^^ The value of the local variable classColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/TypeChoiceSection.java:[298] TableViewerColumn baseTypeColumn = createTableViewerColumn(titles[1], bounds[1], 1); ^^^^^^^^^^^^^^ The value of the local variable baseTypeColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/TypeChoiceSection.java:[299] TableViewerColumn profileColumn = createTableViewerColumn(titles[2], bounds[2], 2); ^^^^^^^^^^^^^ The value of the local variable profileColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/TypeChoiceSection.java:[300] TableViewerColumn aggregationColumn = createTableViewerColumn(titles[3], bounds[3], 3); ^^^^^^^^^^^^^^^^^ The value of the local variable aggregationColumn is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/TypeChoiceSection.java:[332] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/filter/ValueSetFilter.java:[19] import org.eclipse.uml2.uml.EnumerationLiteral; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.uml2.uml.EnumerationLiteral is never used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetBindingSection.java:[616] getEObjectList().add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/properties/ValueSetBindingSection.java:[677] public int getFeatureID(java.lang.Class expectedClass) { ^^^^^^^^^^^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/providers/ConceptLabelProvider.java:[112] Description description = (Description) element; ^^^^^^^^^^^ The value of the local variable description is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/dialogs/ConceptListDialog.java:[26] private String inputTitle; ^^^^^^^^^^ The value of the field ConceptListDialog.inputTitle is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/dialogs/ConceptListDialog.java:[27] private String inputMessage; ^^^^^^^^^^^^ The value of the field ConceptListDialog.inputMessage is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/notation/FHIRPropertyNotation.java:[106] String fixedValue = getFixedValueAnnotation(property); ^^^^^^^^^^ The value of the local variable fixedValue is not used [WARNING] /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/org/eclipse/mdht/uml/fhir/ui/notation/FHIRPropertyNotation.java:[202] private static boolean hasInvariant(Property property) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hasInvariant(Property) from the type FHIRPropertyNotation is never used locally 37 problems (37 warnings) [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/target/org.eclipse.mdht.uml.fhir.ui-0.5.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/target/org.eclipse.mdht.uml.fhir.ui-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/plugins/org.eclipse.mdht.uml.fhir.ui/target/org.eclipse.mdht.uml.fhir.ui-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir.feature 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] Deleting /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/features/org.eclipse.mdht.uml.fhir.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/features/org.eclipse.mdht.uml.fhir.feature/target/org.eclipse.mdht.uml.fhir.feature-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/features/org.eclipse.mdht.uml.fhir.feature/target/org.eclipse.mdht.uml.fhir.feature-0.5.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir.feature --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.mdht.uml.fhir.core.model 0.5.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] The project's OSGi version is 0.5.0.201908061226 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/models/org.eclipse.mdht.uml.fhir.core.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/models/org.eclipse.mdht.uml.fhir.core.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] Building jar: /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/models/org.eclipse.mdht.uml.fhir.core.model/target/org.eclipse.mdht.uml.fhir.core.model-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.4.0:source-feature (source-feature) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] Pack200 packing jar /home/jenkins/workspace/MDHT-master-webmaster-test/fhir/models/org.eclipse.mdht.uml.fhir.core.model/target/org.eclipse.mdht.uml.fhir.core.model-0.5.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.mdht.uml.fhir.core.model --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] root ............................................... SUCCESS [ 5.361 s] [INFO] core ............................................... SUCCESS [ 1.191 s] [INFO] org.eclipse.mdht.emf.runtime ....................... SUCCESS [ 4.392 s] [INFO] org.eclipse.mdht.transform.core .................... SUCCESS [ 0.212 s] [INFO] org.eclipse.mdht.uml.common ........................ SUCCESS [ 0.513 s] [INFO] org.eclipse.mdht.uml.transform ..................... SUCCESS [ 0.374 s] [INFO] org.eclipse.mdht.uml.edit .......................... SUCCESS [ 0.504 s] [INFO] org.eclipse.mdht.uml.common.ui ..................... SUCCESS [ 0.413 s] [INFO] org.eclipse.mdht.uml.transform.ui .................. SUCCESS [ 0.138 s] [INFO] org.eclipse.mdht.uml.validation .................... SUCCESS [ 0.306 s] [INFO] org.eclipse.mdht.uml.ui.navigator .................. SUCCESS [ 0.383 s] [INFO] org.eclipse.mdht.uml.ui ............................ SUCCESS [ 0.451 s] [INFO] org.eclipse.mdht.uml.ui.properties ................. SUCCESS [ 0.390 s] [INFO] org.eclipse.mdht.uml.ui.ide ........................ SUCCESS [ 0.134 s] [INFO] org.eclipse.mdht.transformation.ocl ................ SUCCESS [ 0.096 s] [INFO] org.eclipse.mdht.transformation.ocl2java ........... SUCCESS [ 0.085 s] [INFO] org.eclipse.mdht.transformation.ocl2xpath .......... SUCCESS [ 0.086 s] [INFO] org.eclipse.mdht.transformation.ocl2csharp ......... SUCCESS [ 0.066 s] [INFO] org.eclipse.mdht.validation.ocl2java ............... SUCCESS [ 0.566 s] [INFO] org.eclipse.mdht.metamodel.traceability ............ SUCCESS [ 0.117 s] [INFO] org.eclipse.mdht.metamodel.traceability.edit ....... SUCCESS [ 0.109 s] [INFO] org.eclipse.mdht.metamodel.traceability.editor ..... SUCCESS [ 0.373 s] [INFO] org.eclipse.mdht.uml ............................... SUCCESS [ 0.601 s] [INFO] dita ............................................... SUCCESS [ 0.002 s] [INFO] org.eclipse.mdht.dita.ui ........................... SUCCESS [ 0.208 s] [INFO] org.eclipse.mdht.dita .............................. SUCCESS [ 0.068 s] [INFO] cda ................................................ SUCCESS [ 0.001 s] [INFO] org.eclipse.mdht.uml.hl7.vocab ..................... SUCCESS [ 0.305 s] [INFO] org.eclipse.mdht.uml.hl7.datatypes ................. SUCCESS [ 0.527 s] [INFO] org.eclipse.mdht.uml.hl7.rim ....................... SUCCESS [ 0.108 s] [INFO] org.eclipse.mdht.uml.cda ........................... SUCCESS [ 1.772 s] [INFO] org.eclipse.mdht.uml.term.core ..................... SUCCESS [ 0.243 s] [INFO] org.eclipse.mdht.uml.cda.resources ................. SUCCESS [ 0.084 s] [INFO] org.eclipse.mdht.uml.cda.core ...................... SUCCESS [ 0.423 s] [INFO] org.eclipse.mdht.uml.term.ui ....................... SUCCESS [ 0.321 s] [INFO] org.eclipse.mdht.uml.cda.ui ........................ SUCCESS [ 10.291 s] [INFO] org.eclipse.mdht.cda.xml.ui ........................ SUCCESS [ 1.506 s] [INFO] org.eclipse.mdht.uml.term.transform ................ SUCCESS [ 0.084 s] [INFO] org.eclipse.mdht.uml.cda.transform ................. SUCCESS [ 0.202 s] [INFO] org.eclipse.mdht.uml.cda.dita ...................... SUCCESS [ 0.351 s] [INFO] org.eclipse.mdht.uml.cda.ant ....................... SUCCESS [ 0.399 s] [INFO] org.eclipse.mdht.uml.cda.validation ................ SUCCESS [ 0.110 s] [INFO] org.eclipse.mdht.api ............................... SUCCESS [ 0.235 s] [INFO] org.eclipse.mdht.api.dotnet ........................ SUCCESS [ 0.153 s] [INFO] org.eclipse.mdht.api.java .......................... SUCCESS [ 0.179 s] [INFO] org.eclipse.mdht.api.schematron .................... SUCCESS [ 0.137 s] [INFO] org.eclipse.mdht.uml.cda.test ...................... SUCCESS [ 7.923 s] [INFO] org.eclipse.mdht.uml.cda.basic ..................... SUCCESS [ 0.135 s] [INFO] org.eclipse.mdht.uml.cda.tooling ................... SUCCESS [ 0.499 s] [INFO] fhir ............................................... SUCCESS [ 0.001 s] [INFO] org.eclipse.mdht.fhir.xsd .......................... SUCCESS [ 9.679 s] [INFO] org.eclipse.mdht.uml.fhir.core ..................... SUCCESS [ 4.160 s] [INFO] org.eclipse.mdht.uml.fhir .......................... SUCCESS [ 0.231 s] [INFO] org.eclipse.mdht.uml.fhir.common ................... SUCCESS [ 0.084 s] [INFO] org.eclipse.mdht.uml.fhir.edit ..................... SUCCESS [ 0.157 s] [INFO] org.eclipse.mdht.uml.fhir.transform ................ SUCCESS [ 0.204 s] [INFO] org.eclipse.mdht.uml.fhir.ui ....................... SUCCESS [ 0.322 s] [INFO] org.eclipse.mdht.uml.fhir.feature .................. SUCCESS [ 0.246 s] [INFO] org.eclipse.mdht.uml.fhir.core.model ............... SUCCESS [ 0.333 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:46 min [INFO] Finished at: 2019-08-06T12:29:36+00:00 [INFO] Final Memory: 266M/1060M [INFO] ------------------------------------------------------------------------ [MDHT-master-webmaster-test] $ /bin/sh -xe /tmp/jenkins8425169127645835354.sh + echo /home/jenkins/workspace/MDHT-master-webmaster-test /home/jenkins/workspace/MDHT-master-webmaster-test + ls -al total 24 drwxr-sr-x 10 default 1000960000 181 Aug 6 12:26 . drwxr-sr-x 3 default 1000960000 40 Aug 6 12:26 .. drwxr-sr-x 8 default 1000960000 162 Aug 6 12:26 .git -rw-r--r-- 1 default 1000960000 166 Aug 6 12:26 .gitignore -rw-r--r-- 1 default 1000960000 367 Aug 6 12:26 .project drwxr-sr-x 24 default 1000960000 4096 Aug 6 12:29 .repository -rw-r--r-- 1 default 1000960000 1298 Aug 6 12:26 CONTRIBUTING.md drwxr-sr-x 4 default 1000960000 35 Aug 6 12:26 aml drwxr-sr-x 5 default 1000960000 99 Aug 6 12:26 cda drwxr-sr-x 5 default 1000960000 99 Aug 6 12:26 core drwxr-sr-x 4 default 1000960000 86 Aug 6 12:26 dita drwxr-sr-x 5 default 1000960000 66 Aug 6 12:26 fhir -rw-r--r-- 1 default 1000960000 5863 Aug 6 12:26 pom.xml drwxr-sr-x 4 default 1000960000 52 Aug 6 12:26 releng + ls -al /home/jenkins/workspace/MDHT-master/ ls: cannot access '/home/jenkins/workspace/MDHT-master/': No such file or directory Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE