GitHub pull request #120 of commit c052ecc8f56ccb37029a0923ad119b9339fdf1bd, no merge conflicts. Running as SYSTEM Setting status of c052ecc8f56ccb37029a0923ad119b9339fdf1bd to PENDING with url https://ci.eclipse.org/lyo/job/lyo-core-pr/18/ and message: 'Build started for merge commit.' Setting status of c052ecc8f56ccb37029a0923ad119b9339fdf1bd to PENDING with url https://ci.eclipse.org/lyo/job/lyo-core-pr/18/ and message: 'Build started for merge commit.' Using context: Eclipse Lyo Jenkins instance Agent default-agent-l41wc is provisioned from template Kubernetes Pod Template --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" name: "default-agent-l41wc" spec: containers: - env: - name: "JENKINS_SECRET" value: "1838ac62af370e12a44349dec379b423d3b4bf1aacfd8c3d9d2e4667298052ad" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.lyo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-agent-l41wc" - name: "JENKINS_NAME" value: "default-agent-l41wc" - name: "JENKINS_URL" value: "http://jenkins-ui.lyo.svc.cluster.local/lyo/" - 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-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - 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: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-lyo" 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" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" Building remotely on default-agent-l41wc in workspace /home/jenkins/workspace/lyo-core-pr No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/lyo.core.git > /usr/bin/git init /home/jenkins/workspace/lyo-core-pr # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.core.git > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo.core.git +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url https://github.com/eclipse/lyo.core.git # 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://github.com/eclipse/lyo.core.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.core.git > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo.core.git +refs/pull/120/*:refs/remotes/origin/pr/120/* > /usr/bin/git rev-parse refs/remotes/origin/pr/120/merge^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/pr/120/merge^{commit} # timeout=10 Checking out Revision 2c89b903b3366fdfedc8b05511f9e8ebe48bb1a8 (refs/remotes/origin/pr/120/merge) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 2c89b903b3366fdfedc8b05511f9e8ebe48bb1a8 Commit message: "Merge c052ecc8f56ccb37029a0923ad119b9339fdf1bd into ac581b44ddaf7e154340e4b5ef3143090a62e8f4" First time build. Skipping changelog. [lyo-core-pr] $ /opt/tools/apache-maven/latest/bin/mvn -f oslc4j-core-build/pom.xml -DghprbTriggerAuthorLogin= -DghprbGhRepository=eclipse/lyo.core -DghprbAddTestResults=false -DghprbStartedStatus= -DghprbAuthorRepoGitUrl=https://github.com/eclipse/lyo.core.git -DghprbTriggeredStatus= -DghprbTriggerAuthor= -DghprbShowMatrixStatus=false -DghprbPullLink=https://github.com/eclipse/lyo.core/pull/120 -DghprbStatusUrl= -DghprbActualCommit=c052ecc8f56ccb37029a0923ad119b9339fdf1bd -DghprbPullAuthorLogin=berezovskyi -DghprbSourceBranch=b-shape_proxies -DghprbTriggerAuthorLoginMention= '-DghprbPullLongDescription=I had many conversations with Jim and Jad about the _impedance mismatch_ between Java programming model and the RDF model as a whole. OSLC itself tried to fix it with shapes. We then tried fixing it in Lyo with Lyo Store. After Jim shared with me papers about the ActiveRDF design, I thought that Groovy would allow us to implement similar functionality in the most direct way possible.\r\n\r\nRecently, I had chat with Jad that it would be awesome to unmarshal the following piece of RDF:\r\n\r\n```turtle\r\n:req1 a oslc_rm:Requirement, rdfs:Resource;\r\n dcterms:identifier \"REQ-1\";\r\n dcterms:title \"Hello\";\r\n dcterms:description \"Dummy requirement\" .\r\n```\r\n\r\ninto an instance of the most relevant shape but also make it implement all the interface matching _each_ RDFS class. This would be the most usable way to reduce the impedance mismatch without forcing people to use bits of Groovy code. We agreed that it would be way over our heads to generate such bytecode on the fly.\r\n\r\nToday I was leaning about Eclipse Microprofile and ended up reading a bit of code of the Apache Tamaya code that made use of the [java.lang.reflect.Proxy](https://docs.oracle.com/javase/7/docs/api/java/lang/reflect/Proxy.html) class and I immediately knew I hit the jackpot.\r\n\r\nIn this PR you can see the implementation of the core idea for this feature. Extra work would have to be done on reflection in order to remove the need to specify all the Java classes during unmarshalling.\r\n\r\nRight now the code is invoked like this:\r\n\r\n```kotlin\r\nval aRequirement: IRequirementShape = OslcShapeGenerator.newShape(resource,\r\n RequirementShape::class.java, IRequirementShape::class.java,\r\n listOf(Requirement::class.java, Resource::class.java))\r\n```\r\n\r\nAll of the assertions pass:\r\n\r\n```kotlin\r\nassertTrue(aRequirement.identifier == \"REQ-1\")\r\nassertTrue(aRequirement is IRequirementShape)\r\nassertTrue(aRequirement is Requirement)\r\nassertTrue(aRequirement is Resource)\r\n```\r\n\r\nThis means both that the interfaces have been assigned properly and that the `RequirementShape` getters are called correctly (which is instantiated by the JMH itself).\r\n\r\nThe PR is not ready for merging but the idea is ready for ' -DghprbUpstreamStatus=true -DghprbTriggerAuthorEmail= "-DghprbPullTitle=On-the-fly multiple inheritance to match RDF types" -DghprbActualCommitAuthorEmail=andriib@kth.se "-DghprbCommitStatusContext=Eclipse Lyo Jenkins instance" -DghprbTargetBranch=master -DghprbPullId=120 -DghprbCredentialsId=c6712ab1-c402-4796-9529-e6ed85463688 -DghprbPullAuthorEmail=andrew@berezovskyi.me -Dsha1=origin/pr/120/merge -DghprbPullAuthorLoginMention=@berezovskyi "-DghprbPullDescription=GitHub pull request #120 of commit c052ecc8f56ccb37029a0923ad119b9339fdf1bd, no merge conflicts." "-DghprbActualCommitAuthor=Andrew Berezovskyi" -DGIT_BRANCH=b-shape_proxies -DghprbCommentBody=null 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... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:jar:4.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:[unknown-version], /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/pom.xml, line 134, column 19 [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] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] OSLC4J Build [pom] [INFO] OSLC4J Core [jar] [INFO] OSLC4J Query [jar] [INFO] OSLC4J Jena Provider [jar] [INFO] OSLC TRS Toolkit [jar] [INFO] OSLC4J JSON4J Provider [jar] [INFO] OSLC4J Utilities [jar] [INFO] shacl [jar] [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------ [INFO] Building OSLC4J Build 4.0.0-SNAPSHOT [1/8] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 6.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 567 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 704 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-core-build --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 726 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 292 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.4 MB/s) [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >--------------- [INFO] Building OSLC4J Core 4.0.0-SNAPSHOT [2/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom (6.7 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar (30 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.pom (19 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 578 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 860 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.0.1/maven-javadoc-plugin-3.0.1.jar (421 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 684 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 759 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 699 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (10 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 293 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom (35 kB at 166 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 294 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 98 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom (2.0 kB at 23 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena/3.12.0/jena-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena/3.12.0/jena-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.12.0/jena-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.12.0/jena-3.12.0.pom (39 kB at 403 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 417 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom (5.5 kB at 62 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom (7.3 kB at 79 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom (9.5 kB at 100 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 101 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 365 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom (4.3 kB at 49 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 47 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.8 MB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 423 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 399 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom (5.4 kB at 61 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom (3.6 kB at 41 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom (19 kB at 208 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 432 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 229 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 334 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/16/apache-16.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 481 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 552 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.2 MB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom (2.1 kB at 11 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom (6.2 kB at 73 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom (15 kB at 174 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 801 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.pom (5.1 kB at 58 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.9/httpcomponents-core-4.4.9.pom (13 kB at 148 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom (34 kB at 393 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 283 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.4 MB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/15/apache-15.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 462 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom (5.6 kB at 46 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom (15 kB at 74 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom (12 kB at 99 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 42 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 60 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 11 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom (4.1 kB at 41 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom (5.5 kB at 31 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom (12 kB at 92 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 113 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 528 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom (6.4 kB at 37 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 21 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 69 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 136 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom (6.2 kB at 70 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom (2.5 kB at 14 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 195 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 304 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 620 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.7 MB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom (964 B at 12 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom (14 kB at 89 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom (4.2 kB at 42 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom (3.5 kB at 36 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom (2.6 kB at 30 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom (1.7 kB at 18 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom (2.5 kB at 28 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom (1.6 kB at 20 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom (5.3 kB at 62 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom (486 B at 5.7 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 10 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 16 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 718 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 25 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 64 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom (8.7 kB at 52 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom (15 kB at 124 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.pom (1.3 kB at 3.1 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-modules/1.4.9/powermock-modules-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-modules/1.4.9/powermock-modules-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-modules/1.4.9/powermock-modules-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-modules/1.4.9/powermock-modules-1.4.9.pom (717 B at 8.4 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock/1.4.9/powermock-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock/1.4.9/powermock-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock/1.4.9/powermock-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock/1.4.9/powermock-1.4.9.pom (10.0 kB at 116 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 124 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.pom (1.1 kB at 9.5 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.pom (2.0 kB at 21 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.pom (874 B at 8.3 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.pom (3.0 kB at 35 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom (10 kB at 115 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.14.0-GA/javassist-3.14.0-GA.pom (7.9 kB at 91 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.pom (1.0 kB at 11 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-api/1.4.9/powermock-api-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-api/1.4.9/powermock-api-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api/1.4.9/powermock-api-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api/1.4.9/powermock-api-1.4.9.pom (759 B at 8.4 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.pom (858 B at 10 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.pom (1.1 kB at 12 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.pom (4.6 kB at 47 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/containers/project/2.27/project-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/containers/project/2.27/project-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/2.27/project-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/project/2.27/project-2.27.pom (4.0 kB at 49 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/project/2.27/project-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/project/2.27/project-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/2.27/project-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/project/2.27/project-2.27.pom (88 kB at 495 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 287 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-bom/2.5.0-b42/hk2-bom-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-bom/2.5.0-b42/hk2-bom-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-bom/2.5.0-b42/hk2-bom-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-bom/2.5.0-b42/hk2-bom-2.5.0-b42.pom (16 kB at 182 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 98 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.pom (4.6 kB at 44 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.pom (6.5 kB at 71 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/external/2.5.0-b42/external-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/external/2.5.0-b42/external-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/2.5.0-b42/external-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/2.5.0-b42/external-2.5.0-b42.pom (2.8 kB at 32 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-parent/2.5.0-b42/hk2-parent-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-parent/2.5.0-b42/hk2-parent-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/2.5.0-b42/hk2-parent-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-parent/2.5.0-b42/hk2-parent-2.5.0-b42.pom (42 kB at 471 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.pom (11 kB at 131 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom (30 kB at 332 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 151 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom (6.2 kB at 53 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/pom/8/pom-8.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/pom/8/pom-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/8/pom-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pom/8/pom-8.pom (11 kB at 115 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.pom (13 kB at 138 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.pom (7.4 kB at 89 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.pom (6.8 kB at 79 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/media/project/2.27/project-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/media/project/2.27/project-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/2.27/project-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/project/2.27/project-2.27.pom (3.3 kB at 31 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 68 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.pom (5.2 kB at 62 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/inject/project/2.27/project-2.27.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/inject/project/2.27/project-2.27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/2.27/project-2.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/project/2.27/project-2.27.pom (2.7 kB at 25 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.pom (7.9 kB at 73 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.pom (6.8 kB at 66 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.pom (4.6 kB at 55 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 16 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.pom (6.9 kB at 75 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom (10 kB at 115 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar (140 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar (138 kB at 732 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar (527 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar (1.8 MB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar (3.1 MB at 8.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar (42 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar (165 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar (221 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.9/httpcore-4.4.9.jar (326 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar (2.9 MB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.jar (766 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (326 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar (1.7 MB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar (1.3 MB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar (67 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar (162 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.jar (16 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar (246 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 287 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar (97 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar (265 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar (78 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar (138 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar (53 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar (22 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar (104 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4/1.4.9/powermock-module-junit4-1.4.9.jar (21 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-module-junit4-common/1.4.9/powermock-module-junit4-common-1.4.9.jar (10 kB at 6.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-core/1.4.9/powermock-core-1.4.9.jar (83 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-reflect/1.4.9/powermock-reflect-1.4.9.jar (43 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.jar (1.2 MB at 676 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-mockito/1.4.9/powermock-api-mockito-1.4.9.jar (50 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/1.2/objenesis-1.2.jar (36 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet/2.27/jersey-container-servlet-2.27.jar (18 kB at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/powermock/powermock-api-support/1.4.9/powermock-api-support-1.4.9.jar (18 kB at 9.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.8.5/mockito-all-1.8.5.jar (1.4 MB at 706 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/containers/jersey-container-servlet-core/2.27/jersey-container-servlet-core-2.27.jar (59 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar (128 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-client/2.27/jersey-client-2.27.jar (182 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/media/jersey-media-jaxb/2.27/jersey-media-jaxb-2.27.jar (72 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-server/2.27/jersey-server-2.27.jar (934 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar (6.0 kB at 2.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar (20 kB at 8.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar (15 kB at 6.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/inject/jersey-hk2/2.27/jersey-hk2-2.27.jar (63 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar (189 kB at 75 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/core/jersey-common/2.27/jersey-common-2.27.jar (1.1 MB at 451 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar (187 kB at 73 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar (135 kB at 52 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar (738 kB at 281 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-core --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ oslc4j-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 561 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 337 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (1.9 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (1.8 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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.0 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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.1 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 683 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 909 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 979 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: 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 (9.9 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: 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.jar (21 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: 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 (13 kB at 146 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 675 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 677 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 319 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 70 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 179 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 33 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 287 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-core --- [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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.0 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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.0 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 900 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: 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 684 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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.0 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 466 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: 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 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 400 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 420 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: 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 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 798 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: 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 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 8.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 8.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: 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.jar (21 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 237 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 771 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 346 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: 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 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 98 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 615 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 744 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 92 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 257 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 84 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 203 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.0 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 90 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc4j-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-core --- [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (5.5 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (1.8 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 880 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 892 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (3.7 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 711 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 657 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 193 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: 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 (263 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 179 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 974 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: 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 50 kB/s) [INFO] Surefire report directory: /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/surefire-reports [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (2.4 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (2.3 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 kB at 83 kB/s) ------------------------------------------------------- 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.lyo.oslc4j.core.model.ServiceProviderFactoryTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec Running org.eclipse.lyo.oslc4j.core.model.ResourceShapeFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running org.eclipse.lyo.oslc4j.core.model.LinkTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.eclipse.lyo.oslc4j.core.test.OslcGlobalNamespaceProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.lyo.oslc4j.core.test.ShapeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.eclipse.lyo.oslc4j.core.OSLC4JUtilsTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Results : Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc4j-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 544 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 727 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 872 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 647 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 517 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 850 kB/s) [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/oslc4j-core-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc4j-core >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc4j-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc4j-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 583 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 811 kB/s) [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/oslc4j-core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oslc4j-core --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 633 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 614 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.pom (4.3 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 699 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 790 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom (13 kB at 730 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 765 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (5.6 kB at 328 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 319 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 656 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 852 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 822 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 812 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 862 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 771 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 967 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 944 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 639 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 8.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 531 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 8.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 559 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 641 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 792 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 702 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 977 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 661 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 734 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 821 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 648 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.2.0/maven-archiver-3.2.0.jar (24 kB at 110 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 245 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 950 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 612 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 54 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: 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 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 698 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 907 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 332 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 960 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 666 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 242 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 725 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 488 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 911 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 995 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar (327 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar (737 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.jar (74 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 260 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 743 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 16 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 325 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 141 kB/s) [INFO] Loading source files for package org.eclipse.lyo.oslc4j.core... Loading source files for package org.eclipse.lyo.oslc4j.core.annotation... Loading source files for package org.eclipse.lyo.oslc4j.core.exception... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/NestedWildcardProperties.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JUtils.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/SingletonWildcardProperties.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/UnparseableLiteral.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValues.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcCreationFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDefaultValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDescription.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialogs.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcHidden.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMaxSize.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMemberProperty.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcName.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespace.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespaceDefinition.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNotQueryResult.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcOccurs.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcPropertyDefinition.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcQueryCapability.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRange.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRdfCollectionType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcReadOnly.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRepresentation.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcResourceShape.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcSchema.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcService.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcTitle.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueShape.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/FixMessageFormat.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/LyoModelException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/MessageExtractor.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreApplicationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDeregistrationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidOccursException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMisusedOccursException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRegistrationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRelativeURIException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractReifiedResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AllowedValues.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AnyResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Compact.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/CreationFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Dialog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Error.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ExtendedError.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/FilteredResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IExtendedResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IReifiedResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Link.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OAuthConfiguration.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Occurs.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcMediaType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/PrefixDefinition.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Preview.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Property.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Publisher.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/QueryCapability.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Representation.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShape.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfo.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoArray.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoCollection.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Service.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderCatalog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/TypeFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ValueType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/XMLLiteral.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/overview-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/UnparseableLiteral.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/SingletonWildcardProperties.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JUtils.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/NestedWildcardProperties.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueShape.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcTitle.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcService.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcSchema.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcResourceShape.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRepresentation.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcReadOnly.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRdfCollectionType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRange.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcQueryCapability.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcPropertyDefinition.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcOccurs.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNotQueryResult.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespaceDefinition.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespace.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcName.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMemberProperty.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMaxSize.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcHidden.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialogs.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDescription.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDefaultValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcCreationFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValues.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRelativeURIException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRegistrationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMisusedOccursException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidOccursException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDeregistrationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreApplicationException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/MessageExtractor.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/LyoModelException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/XMLLiteral.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ValueType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/TypeFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderCatalog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Service.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoCollection.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoArray.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfo.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShapeFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShape.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Representation.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/QueryCapability.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Publisher.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Property.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Preview.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/PrefixDefinition.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcMediaType.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Occurs.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OAuthConfiguration.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Link.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IReifiedResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IExtendedResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/FilteredResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ExtendedError.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Error.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Dialog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/CreationFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Compact.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AnyResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AllowedValues.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractReifiedResource.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-use.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-use.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-use.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/index-all.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/index.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/overview-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/apidocs/help-doc.html... [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-core/target/oslc4j-core-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.lyo.core.query:oslc-query >---------------- [INFO] Building OSLC4J Query 4.0.0-SNAPSHOT [3/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.pom (8.3 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr3-maven-plugin/3.5.2/antlr3-maven-plugin-3.5.2.jar (13 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 984 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 30 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.pom (1.0 kB at 14 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar (15 kB at 123 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 888 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc-query --- [INFO] [INFO] --- antlr3-maven-plugin:3.5.2:antlr (default) @ oslc-query --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom (2.3 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom (865 B at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom (3.6 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.pom (2.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom (14 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 707 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 225 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar (25 kB at 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.jar (78 kB at 158 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 471 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.jar (1.2 MB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (164 kB at 309 kB/s) [INFO] ANTLR: Processing source directory /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Output file /home/jenkins/workspace/lyo-core-pr/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcSearchTermsParser.java does not exist: must build /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g org/eclipse/lyo/core/query/OslcSearchTerms.g Output file /home/jenkins/workspace/lyo-core-pr/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcWhereParser.java does not exist: must build /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g org/eclipse/lyo/core/query/OslcWhere.g Output file /home/jenkins/workspace/lyo-core-pr/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcOrderByParser.java does not exist: must build /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g org/eclipse/lyo/core/query/OslcOrderBy.g Output file /home/jenkins/workspace/lyo-core-pr/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcPrefixParser.java does not exist: must build /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g org/eclipse/lyo/core/query/OslcPrefix.g Output file /home/jenkins/workspace/lyo-core-pr/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcSelectParser.java does not exist: must build /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g org/eclipse/lyo/core/query/OslcSelect.g [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oslc-query --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 287 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 964 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 679 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 2.3 MB/s) [INFO] Source directory: /home/jenkins/workspace/lyo-core-pr/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc-query --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 1.4 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/workspace/lyo-core-pr/oslc-query/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc-query/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/workspace/lyo-core-pr/oslc-query/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc-query --- [INFO] Surefire report directory: /home/jenkins/workspace/lyo-core-pr/oslc-query/target/surefire-reports ------------------------------------------------------- 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.lyo.core.query.test.BasicWhereTest line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' qm:testcase= qm:duration>=10.4 oslc:create!="Bob" and qm:verified!=true qm:state in ["Done","Open"] oslc:verified_by{oslc:owner="Steve" and qm:duration=-47.0} and oslc:description="very hairy expression" qm:submitted<"2011-10-10T07:00:00Z"^^xs:dateTime oslc:label>"The End"@en-US Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec Running org.eclipse.lyo.core.query.test.BasicSearchTermsTest "foobar" "foobar","whatsis\"yousa" Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.eclipse.lyo.core.query.test.BasicSelectTest line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' *{*} qm:testcase * oslc:create,qm:verified qm:state{oslc:verified_by{oslc:owner,qm:duration}} qm:submitted{*} qm:testcase,* *,qm:state{*} Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running org.eclipse.lyo.core.query.test.BasicOrderByTest +gm:priority +gm:priority,-oscl:name gm:tested_by{+oslc:description} line 1:0 no viable alternative at character '?' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec Running org.eclipse.lyo.core.query.test.BasicPrefixesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Results : Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc-query --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc-query/target/oslc-query-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc-query >>> [INFO] [INFO] --- antlr3-maven-plugin:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/workspace/lyo-core-pr/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/workspace/lyo-core-pr/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc-query <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc-query --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc-query/target/oslc-query-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oslc-query --- [INFO] Loading source files for package org.eclipse.lyo.core.query... Loading source files for package org.eclipse.lyo.core.query.impl... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/BooleanValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.Operator.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/CompoundTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/DecimalValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Identifier.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/InTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/LangedStringValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/NestedProperty.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OrderByClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.DFA7.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.identifier_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.properties_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA15.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA21.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.decimal_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_op_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_val_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.properties_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.space_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.value_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ParseException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PName.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Properties.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PropertiesClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/QueryUtils.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ScopedSortTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SearchTermsClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SelectClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleSortTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerms.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/StringValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/TypedValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/UriRefValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/WhereClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Wildcard.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/CompoundTermInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/PropertiesInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SortTermsInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/WildcardInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/overview-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/serialized-form.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.DFA7.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.properties_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.identifier_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA15.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA21.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.space_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_op_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_val_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.value_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.decimal_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.properties_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsLexer.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Wildcard.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/WhereClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/UriRefValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/TypedValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/StringValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerms.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleSortTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SelectClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SearchTermsClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ScopedSortTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/QueryUtils.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.Type.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PropertiesClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Properties.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ParseException.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PName.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OrderByClause.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/NestedProperty.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/LangedStringValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/InTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Identifier.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/DecimalValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/CompoundTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.Operator.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/BooleanValue.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/WildcardInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SortTermsInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/PropertiesInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/CompoundTermInvocationHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-use.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/index-all.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/index.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/overview-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-query/target/apidocs/help-doc.html... [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc-query/target/oslc-query-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ----------< org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider >---------- [INFO] Building OSLC4J Jena Provider 4.0.0-SNAPSHOT [4/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-maven-plugin/1.3.50/kotlin-maven-plugin-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-maven-plugin/1.3.50/kotlin-maven-plugin-1.3.50.pom (6.1 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-project/1.3.50/kotlin-project-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-project/1.3.50/kotlin-project-1.3.50.pom (10 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-maven-plugin/1.3.50/kotlin-maven-plugin-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-maven-plugin/1.3.50/kotlin-maven-plugin-1.3.50.jar (80 kB at 315 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 59 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 15 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/1/apache-1.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/1/apache-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 79 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.pom (23 kB at 245 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.pom (1.8 kB at 9.5 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.pom (1.8 kB at 8.6 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.pom (1.6 kB at 7.8 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/annotations/13.0/annotations-13.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/annotations/13.0/annotations-13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.pom (4.9 kB at 53 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.pom (1.6 kB at 7.8 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.pom (1.9 kB at 7.3 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.pom (1.6 kB at 8.2 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/annotations/13.0/annotations-13.0.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.jar [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/annotations/13.0/annotations-13.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/classgraph/classgraph/4.8.31/classgraph-4.8.31.jar (455 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 845 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/13.0/annotations-13.0.jar (18 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.50/kotlin-stdlib-jdk8-1.3.50.jar (15 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.50/kotlin-stdlib-jdk7-1.3.50.jar (3.1 kB at 5.5 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test/1.3.50/kotlin-test-1.3.50.jar (31 kB at 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-test-common/1.3.50/kotlin-test-common-1.3.50.jar (4.6 kB at 7.6 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.jar (171 kB at 280 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.jar (1.3 MB at 2.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-jena-provider --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/classes [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGenerator.java: /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGenerator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGenerator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- kotlin-maven-plugin:1.3.50:compile (compile) @ oslc4j-jena-provider --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 8.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.pom (1.6 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.4/maven-plugin-tools-3.4.pom (14 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-compiler/1.3.50/kotlin-compiler-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-compiler/1.3.50/kotlin-compiler-1.3.50.pom (2.3 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-script-runtime/1.3.50/kotlin-script-runtime-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-script-runtime/1.3.50/kotlin-script-runtime-1.3.50.pom (1.2 kB at 6.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-reflect/1.3.50/kotlin-reflect-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-reflect/1.3.50/kotlin-reflect-1.3.50.pom (1.4 kB at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/intellij/deps/trove4j/1.0.20181211/trove4j-1.0.20181211.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/intellij/deps/trove4j/1.0.20181211/trove4j-1.0.20181211.pom (1.4 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler/1.3.50/kotlin-scripting-compiler-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler/1.3.50/kotlin-scripting-compiler-1.3.50.pom (2.0 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-common/1.3.50/kotlin-scripting-common-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-common/1.3.50/kotlin-scripting-common-1.3.50.pom (1.9 kB at 10.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.1.1/kotlinx-coroutines-core-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.1.1/kotlinx-coroutines-core-1.1.1.pom (1.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-jvm/1.3.50/kotlin-scripting-jvm-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-jvm/1.3.50/kotlin-scripting-jvm-1.3.50.pom (1.8 kB at 9.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler-impl/1.3.50/kotlin-scripting-compiler-impl-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler-impl/1.3.50/kotlin-scripting-compiler-impl-1.3.50.pom (2.2 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.pom (10 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 708 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: 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 (1.9 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: 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 from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 843 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.pom (891 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.7/plexus-compiler-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.7/plexus-compiler-2.7.pom (4.9 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.pom (711 B at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.pom (792 B at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.7/plexus-compilers-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.7/plexus-compilers-2.7.pom (1.4 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 417 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 615 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 440 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 273 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-compiler/1.3.50/kotlin-compiler-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 728 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-script-runtime/1.3.50/kotlin-script-runtime-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar (14 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-reflect/1.3.50/kotlin-reflect-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/intellij/deps/trove4j/1.0.20181211/trove4j-1.0.20181211.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler/1.3.50/kotlin-scripting-compiler-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/intellij/deps/trove4j/1.0.20181211/trove4j-1.0.20181211.jar (573 kB at 945 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-common/1.3.50/kotlin-scripting-common-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-script-runtime/1.3.50/kotlin-script-runtime-1.3.50.jar (42 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.1.1/kotlinx-coroutines-core-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-common/1.3.50/kotlin-scripting-common-1.3.50.jar (168 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-jvm/1.3.50/kotlin-scripting-jvm-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler/1.3.50/kotlin-scripting-compiler-1.3.50.jar (273 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler-impl/1.3.50/kotlin-scripting-compiler-impl-1.3.50.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-core/1.1.1/kotlinx-coroutines-core-1.1.1.jar (816 kB at 764 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.5.1/maven-compiler-plugin-3.5.1.jar (50 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-reflect/1.3.50/kotlin-reflect-1.3.50.jar (2.8 MB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-jvm/1.3.50/kotlin-scripting-jvm-1.3.50.jar (158 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.7/plexus-compiler-api-2.7.jar (26 kB at 18 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.7/plexus-compiler-manager-2.7.jar (4.7 kB at 3.2 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.7/plexus-compiler-javac-2.7.jar (19 kB at 13 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-scripting-compiler-impl/1.3.50/kotlin-scripting-compiler-impl-1.3.50.jar (293 kB at 200 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-compiler/1.3.50/kotlin-compiler-1.3.50.jar (38 MB at 8.2 MB/s) [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (compile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/classes [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGenerator.java: /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGenerator.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGenerator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/test-classes [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- kotlin-maven-plugin:1.3.50:test-compile (test-compile) @ oslc4j-jena-provider --- [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGeneratorTest.kt: (36, 12) Check for instance is always 'true' [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (testCompile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/test-classes [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-jena-provider --- [INFO] Surefire report directory: /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/surefire-reports ------------------------------------------------------- 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.lyo.oslc4j.provider.jena.test.JsonLdTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.057 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.RdfXmlAbbreviatedWriterTest 1 TEST PROJECT Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.JenaCustomNamespaceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest [main] WARN org.apache.jena.riot - [line: 7, col: 25] Lexical form 'thirteen' not valid for datatype XSD int [main] WARN org.apache.jena.riot - [line: 8, col: 25] Lexical form '' not valid for datatype XSD long [main] WARN org.apache.jena.riot - [line: 9, col: 25] Lexical form 'yesterday' not valid for datatype XSD dateTime [main] WARN org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper - Property http://purl.org/dc/terms/modified could not be parsed as datatype http://www.w3.org/2001/XMLSchema#dateTime org.apache.jena.datatypes.DatatypeFormatException: Lexical form 'yesterday' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#dateTime -> class org.apache.jena.datatypes.xsd.XSDDateTime] Lexical form 'yesterday' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#dateTime -> class org.apache.jena.datatypes.xsd.XSDDateTime] during parse -org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeValueException: cvc-datatype-valid.1.2.1: 'yesterday' is not a valid value for 'dateTime'. at org.apache.jena.graph.impl.LiteralLabelImpl.getValue(LiteralLabelImpl.java:338) at org.apache.jena.graph.Node_Literal.getLiteralValue(Node_Literal.java:44) at org.apache.jena.rdf.model.impl.LiteralImpl.getValue(LiteralImpl.java:98) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.handleExtendedPropertyValue(JenaModelHelper.java:1151) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromResource(JenaModelHelper.java:667) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.createObjectResultList(JenaModelHelper.java:537) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromJenaModel(JenaModelHelper.java:412) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.unmarshal(JenaModelHelper.java:379) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) 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) [main] WARN org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper - Property http://example.com/ns#age could not be parsed as datatype http://www.w3.org/2001/XMLSchema#long org.apache.jena.datatypes.DatatypeFormatException: Lexical form '' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#long -> class java.lang.Long] Lexical form '' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#long -> class java.lang.Long] during parse -org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeValueException: cvc-datatype-valid.1.2.1: '' is not a valid value for 'integer'. at org.apache.jena.graph.impl.LiteralLabelImpl.getValue(LiteralLabelImpl.java:338) at org.apache.jena.graph.Node_Literal.getLiteralValue(Node_Literal.java:44) at org.apache.jena.rdf.model.impl.LiteralImpl.getValue(LiteralImpl.java:98) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.handleExtendedPropertyValue(JenaModelHelper.java:1151) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromResource(JenaModelHelper.java:667) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.createObjectResultList(JenaModelHelper.java:537) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromJenaModel(JenaModelHelper.java:412) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.unmarshal(JenaModelHelper.java:379) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) 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) [main] WARN org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper - Property http://purl.org/dc/terms/identifier could not be parsed as datatype http://www.w3.org/2001/XMLSchema#int org.apache.jena.datatypes.DatatypeFormatException: Lexical form 'thirteen' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#int -> class java.lang.Integer] Lexical form 'thirteen' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#int -> class java.lang.Integer] during parse -org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeValueException: cvc-datatype-valid.1.2.1: 'thirteen' is not a valid value for 'integer'. at org.apache.jena.graph.impl.LiteralLabelImpl.getValue(LiteralLabelImpl.java:338) at org.apache.jena.graph.Node_Literal.getLiteralValue(Node_Literal.java:44) at org.apache.jena.rdf.model.impl.LiteralImpl.getValue(LiteralImpl.java:98) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.handleExtendedPropertyValue(JenaModelHelper.java:1151) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromResource(JenaModelHelper.java:667) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.createObjectResultList(JenaModelHelper.java:537) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromJenaModel(JenaModelHelper.java:412) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.unmarshal(JenaModelHelper.java:379) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) 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) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.ShapeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.TypesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.JenaOslcNameTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.TurtleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.ServiceProviderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec Running org.eclipse.lyo.oslc4j.provider.jena.test.ReifiedLinksTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Running org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec Running org.eclipse.lyo.oslc4j.provider.proxy.OslcShapeGeneratorTest public abstract java.lang.String org.eclipse.lyo.oslc4j.provider.proxy.IRequirementShape.getIdentifier() called aResourse implements org.eclipse.lyo.oslc4j.provider.proxy.IRequirementShape aResourse implements org.eclipse.lyo.oslc4j.provider.proxy.Requirement aResourse implements org.eclipse.lyo.oslc4j.provider.proxy.Resource Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec Results : Tests run: 29, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc4j-jena-provider --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/oslc4j-jena-provider-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc4j-jena-provider >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc4j-jena-provider <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc4j-jena-provider --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/oslc4j-jena-provider-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oslc4j-jena-provider --- [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.jena... Loading source files for package org.eclipse.lyo.oslc4j.provider.jena.ordfm... Loading source files for package org.eclipse.lyo.oslc4j.provider.proxy... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ErrorHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcCompactRdfProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/ResourcePackages.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/proxy/OslcShapeGenerator.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/overview-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/proxy/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/proxy/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/proxy/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcCompactRdfProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaModelHelper.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/ErrorHandler.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/class-use/ResourcePackages.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/proxy/class-use/OslcShapeGenerator.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-use.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-use.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/proxy/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/index-all.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/index.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/overview-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/apidocs/help-doc.html... [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-jena-provider/target/oslc4j-jena-provider-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ----------------------< org.eclipse.lyo:oslc-trs >---------------------- [INFO] Building OSLC TRS Toolkit 4.0.0-SNAPSHOT [5/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc-trs --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc-trs/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc-trs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/test-classes [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java: /home/jenkins/workspace/lyo-core-pr/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc-trs --- [INFO] Surefire report directory: /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/surefire-reports ------------------------------------------------------- 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.lyo.core.trs.ChangeLogTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec Running org.eclipse.lyo.core.trs.TrackedResourceSetTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 sec Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc-trs --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/oslc-trs-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc-trs >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc-trs <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc-trs --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/oslc-trs-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oslc-trs --- [INFO] Loading source files for package org.eclipse.lyo.core.trs... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/AbstractChangeLog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Base.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeEvent.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeLog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Creation.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Deletion.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/EmptyChangeLog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.HttpMethod.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Modification.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Page.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TrackedResourceSet.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TRSConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TrackedResourceSet.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TRSConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Page.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Modification.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.HttpMethod.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/EmptyChangeLog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Deletion.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Creation.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeLog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeEvent.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Base.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/AbstractChangeLog.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/index-all.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/index.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/apidocs/help-doc.html... [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc-trs/target/oslc-trs-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] ---------< org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider >--------- [INFO] Building OSLC4J JSON4J Provider 4.0.0-SNAPSHOT [6/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.pom (3.1 kB at 5.4 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink/1.2.1-incubating/wink-1.2.1-incubating.pom (42 kB at 300 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/wink/wink-json4j/1.2.1-incubating/wink-json4j-1.2.1-incubating.jar (78 kB at 570 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-json4j-provider --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/test-classes [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/json4j/test/TestInvalidTypesJson.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/json4j/test/TestInvalidTypesJson.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-json4j-provider --- [INFO] Surefire report directory: /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/surefire-reports ------------------------------------------------------- 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.lyo.oslc4j.provider.json4j.test.TestInvalidTypesJson SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec Running org.eclipse.lyo.oslc4j.provider.json4j.test.JsonOslcNameTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Results : Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc4j-json4j-provider --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/oslc4j-json4j-provider-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc4j-json4j-provider >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc4j-json4j-provider <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc4j-json4j-provider --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/oslc4j-json4j-provider-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oslc4j-json4j-provider --- [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.json4j... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/JsonHelper.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcCompactJsonProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcCompactJsonProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/JsonHelper.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JProvidersRegistry.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/index-all.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/index.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/apidocs/help-doc.html... [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-json4j-provider/target/oslc4j-json4j-provider-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-utils >-------------- [INFO] Building OSLC4J Utilities 4.0.0-SNAPSHOT [7/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-utils --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/classes [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ oslc4j-utils --- [INFO] Surefire report directory: /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/surefire-reports ------------------------------------------------------- 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.lyo.core.utils.test.UmmarshallerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.426 sec Results : Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ oslc4j-utils --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/oslc4j-utils-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ oslc4j-utils >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ oslc4j-utils <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ oslc4j-utils --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/oslc4j-utils-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ oslc4j-utils --- [INFO] Loading source files for package org.eclipse.lyo.core.utils.marshallers... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/MarshallerConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JContext.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JUnmarshaller.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JMarshaller.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JContext.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/MarshallerConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/index-all.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/index.html... Generating /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/apidocs/help-doc.html... [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/oslc4j-utils/target/oslc4j-utils-4.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------------------< org.eclipse.lyo:shacl >------------------------ [INFO] Building shacl 4.0.0-SNAPSHOT [8/8] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava/21.0/guava-21.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava/21.0/guava-21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom (7.0 kB at 46 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom (9.7 kB at 79 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 156 kB/s) [INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava/21.0/guava-21.0.jar [INFO] Downloading from lyo-snapshots: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava/21.0/guava-21.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar (2.5 MB at 12 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shacl --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/shacl/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/workspace/lyo-core-pr/shacl/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-core-pr/shacl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ shacl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ shacl --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ shacl --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/shacl/target/shacl-4.0.0-SNAPSHOT.jar [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ shacl >>> [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ shacl <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ shacl --- [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/shacl/target/shacl-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ shacl --- [INFO] Loading source files for package org.eclipse.lyo.shacl... Loading source files for package org.eclipse.lyo.shacl.annotations... Constructing Javadoc information... Standard Doclet version 1.8.0_202 Building tree for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/DataType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationReport.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationResult.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/Property.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclShapeFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/Shape.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/ShDomainConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationReport.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationResult.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsIsDefinedBy.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsLabel.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RDFType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClassType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClosed.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDataType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDescription.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDisjoint.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclEquals.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclGroup.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclHasValue.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIgnoredProperties.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIn.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLanguageIn.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThan.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThanOrEquals.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxCount.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxExclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxInclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxLength.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinCount.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinExclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinInclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinLength.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclName.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNode.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNodeKind.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclOrder.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclPattern.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetClass.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetNode.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetObjectsOf.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetSubjectsOf.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclUniqueLang.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/overview-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/constant-values.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationResult.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationReport.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Shape.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclShapeFactory.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShDomainConstants.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Property.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationResult.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationReport.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/DataType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclUniqueLang.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetSubjectsOf.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetObjectsOf.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetNode.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetClass.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclPattern.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclOrder.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNodeKind.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNode.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclName.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinLength.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinInclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinExclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinCount.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxLength.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxInclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxExclusive.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxCount.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThanOrEquals.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThan.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLanguageIn.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIn.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIgnoredProperties.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclHasValue.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclGroup.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclEquals.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDisjoint.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDescription.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDataType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClosed.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClassType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsLabel.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsIsDefinedBy.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RDFType.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/package-use.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/overview-tree.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/index-all.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/allclasses-frame.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/index.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/overview-summary.html... Generating /home/jenkins/workspace/lyo-core-pr/shacl/target/apidocs/help-doc.html... [WARNING] Javadoc Warnings [WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0 [INFO] Building jar: /home/jenkins/workspace/lyo-core-pr/shacl/target/shacl-4.0.0-SNAPSHOT-javadoc.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for OSLC4J Build 4.0.0-SNAPSHOT: [INFO] [INFO] OSLC4J Build ....................................... SUCCESS [ 1.541 s] [INFO] OSLC4J Core ........................................ SUCCESS [ 44.390 s] [INFO] OSLC4J Query ....................................... SUCCESS [ 11.088 s] [INFO] OSLC4J Jena Provider ............................... SUCCESS [ 28.794 s] [INFO] OSLC TRS Toolkit ................................... SUCCESS [ 3.767 s] [INFO] OSLC4J JSON4J Provider ............................. SUCCESS [ 4.030 s] [INFO] OSLC4J Utilities ................................... SUCCESS [ 3.656 s] [INFO] shacl .............................................. SUCCESS [ 3.359 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:41 min [INFO] Finished at: 2019-08-25T16:54:24Z [INFO] ------------------------------------------------------------------------ Setting status of c052ecc8f56ccb37029a0923ad119b9339fdf1bd to SUCCESS with url https://ci.eclipse.org/lyo/job/lyo-core-pr/18/ and message: 'Build finished. ' Setting status of c052ecc8f56ccb37029a0923ad119b9339fdf1bd to SUCCESS with url https://ci.eclipse.org/lyo/job/lyo-core-pr/18/ and message: ' ' Using context: Eclipse Lyo Jenkins instance Finished: SUCCESS