Branch indexing Connecting to https://api.github.com using eclipse-capella-bot/****** (GitHub bot (username/token)) Obtained Jenkinsfile from 8fe7ee261d0f55134a364021f86e2fd0b009f899 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library capella-pipeline-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.26.2' > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10 Found match: refs/heads/master revision ea7af6a0b3f5e7fa9e782c8a6179bec23af6f8fa Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/capella-pipeline-library > git init /var/jenkins/workspace/capella-product_doc-v1@libs/capella-pipeline-library # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library > git --version # timeout=10 > git --version # 'git version 2.26.2' > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ea7af6a0b3f5e7fa9e782c8a6179bec23af6f8fa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ea7af6a0b3f5e7fa9e782c8a6179bec23af6f8fa # timeout=10 Commit message: "Publish RCPTT tests (#26)" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-p4cl4 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-p4cl4" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.capella.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-p4cl4" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-p4cl4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.capella.svc.cluster.local/capella/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-capella" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-p4cl4 in /home/jenkins/agent/workspace/capella-product_doc-v1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Honoring refspec on initial clone Cloning repository https://github.com/eclipse/capella.git > git init /home/jenkins/agent/workspace/capella-product_doc-v1 # timeout=10 Fetching upstream changes from https://github.com/eclipse/capella.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --progress --depth=1 https://github.com/eclipse/capella.git +refs/heads/doc-v1:refs/remotes/origin/doc-v1 # timeout=10 Avoid second fetch Checking out Revision 8fe7ee261d0f55134a364021f86e2fd0b009f899 (doc-v1) > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/doc-v1:refs/remotes/origin/doc-v1 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fe7ee261d0f55134a364021f86e2fd0b009f899 # timeout=13 Commit message: "[doc] Cleanup empty lines and resize information icons" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Generate Target Platform) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + env JENKINS_UI_PORT_80_TCP_ADDR=172.30.40.204 JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.40.215:50000 JENKINS_AGENT_WORKDIR=/home/jenkins/agent JENKINS_NODE_COOKIE=442469df-afd4-4973-8ec3-5594aa3024f9 BUILD_URL=https://ci.eclipse.org/capella/job/capella-product/job/doc-v1/1/ JENKINS_UI_SERVICE_PORT=80 HOSTNAME=centos-7-p4cl4 JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000 JENKINS_DISCOVERY_SERVICE_PORT=50000 JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true KUBERNETES_PORT=tcp://172.30.40.1:443 TERM=xterm HUDSON_SERVER_COOKIE=30fb3bc2909cf0c6 KUBERNETES_PORT_443_TCP_PORT=443 STAGE_NAME=Generate Target Platform BUILD_TAG=jenkins-capella-product-doc-v1-1 KUBERNETES_SERVICE_PORT=443 BRANCH_NAME=doc-v1 KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53 OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle KUBERNETES_SERVICE_HOST=172.30.40.1 JOB_URL=https://ci.eclipse.org/capella/job/capella-product/job/doc-v1/ WORKSPACE=/home/jenkins/agent/workspace/capella-product_doc-v1 RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/doc-v1/1/display/redirect?page=changes JENKINS_UI_PORT_80_TCP_PROTO=tcp KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53 KUBERNETES_PORT_53_TCP_PORT=53 KUBERNETES_SERVICE_PORT_DNS=53 JENKINS_NAME=centos-7-p4cl4 USER_NAME=jenkins RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/doc-v1/1/display/redirect?page=artifacts KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1 JENKINS_HOME=/var/jenkins GIT_COMMIT=8fe7ee261d0f55134a364021f86e2fd0b009f899 PATH=/opt/tools/java/openjdk/jdk-14/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-14/latest/bin:/opt/tools/apache-maven/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1 MAVEN_HOME=/opt/tools/apache-maven/latest RUN_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/doc-v1/1/display/redirect JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp _=/usr/bin/env JENKINS_UI_PORT_80_TCP_PORT=80 PWD=/home/jenkins/agent/workspace/capella-product_doc-v1 JENKINS_DISCOVERY_SERVICE_HOST=172.30.40.215 JAVA_HOME=/opt/tools/java/openjdk/jdk-14/latest JENKINS_UI_PORT=tcp://172.30.40.204:80 HUDSON_URL=https://ci.eclipse.org/capella/ LANG=en_US.UTF-8 KUBERNETES_PORT_53_UDP_PORT=53 JOB_NAME=capella-product/doc-v1 GITLAB_OBJECT_KIND=none BUILD_DISPLAY_NAME=#1 JENKINS_URL=https://ci.eclipse.org/capella/ BUILD_ID=1 JENKINS_DISCOVERY_PORT=tcp://172.30.40.215:50000 JENKINS_TUNNEL=jenkins-discovery.capella.svc.cluster.local:50000 JOB_BASE_NAME=doc-v1 RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/doc-v1/1/display/redirect?page=tests BUILD_KEY=doc-v1 JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.40.215 JENKINS_SECRET=******** M2_HOME=/opt/tools/apache-maven/latest SHLVL=2 HOME=/home/jenkins KUBERNETES_PORT_53_UDP_PROTO=udp GIT_BRANCH=doc-v1 KUBERNETES_PORT_443_TCP_PROTO=tcp KUBERNETES_SERVICE_PORT_HTTPS=443 WORKSPACE_TMP=/home/jenkins/agent/workspace/capella-product_doc-v1@tmp EXECUTOR_NUMBER=0 JENKINS_SERVER_COOKIE=durable-472969147f08b2baf93d98fe4faeced6 NODE_LABELS=centos-7 centos-7-p4cl4 jipp-migration migration GIT_URL=https://github.com/eclipse/capella.git CAPELLA_PRODUCT_PATH=/home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/capella library.capella-pipeline-library.version=master HUDSON_HOME=/var/jenkins JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000 NODE_NAME=centos-7-p4cl4 JENKINS_UI_PORT_80_TCP=tcp://172.30.40.204:80 JENKINS_UI_SERVICE_HOST=172.30.40.204 JOB_DISPLAY_URL=https://ci.eclipse.org/capella/job/capella-product/job/doc-v1/display/redirect BUILD_NUMBER=1 HUDSON_COOKIE=c61e09c5-a500-4c4c-a630-69e7eb142169 KUBERNETES_PORT_53_TCP_PROTO=tcp DISPLAY=:0 KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1 KUBERNETES_SERVICE_PORT_DNS_TCP=53 KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443 JENKINS_AGENT_NAME=centos-7-p4cl4 JENKINS_UI_SERVICE_PORT_HTTP=80 [Pipeline] sh + mvn clean verify -f releng/plugins/org.polarsys.capella.targets/pom.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.1+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] -------< org.polarsys.capella.releng:capella.target-definition >-------- [INFO] Building capella.target-definition 5.0.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ capella.target-definition --- [INFO] [INFO] --- tycho-eclipserun-plugin:2.0.0:eclipse-run (generate.target) @ capella.target-definition --- [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201709271000/ (142B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen/201709271000 [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201709271000/ (854.21kB) [INFO] Adding repository http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest [INFO] Fetching content.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/ (4.87kB) [INFO] Fetching 201709271000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching com.google.guava_15.0.0.v201403281430.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.16MB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (508.42kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.6kB) [INFO] Fetching fr.obeo.releng.targetplatform_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (388.35kB) [INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.48MB) [INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (270.91kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (146.98kB) [INFO] Fetching org.eclipse.emf.ecore.xcore_1.5.0.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (818.94kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.1.100.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (350.16kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (209.55kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.72kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (131.18kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (335.5kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.05kB) [INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (480.15kB) [INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (119.58kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.0.v20170419-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (336.34kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (405.32kB) [INFO] Fetching org.eclipse.osgi_3.12.1.v20170821-1548.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.32MB) [INFO] Fetching fr.obeo.releng.targetplatform.ui_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/plugins/ (224.18kB) [INFO] Fetching fr.obeo.releng.targetplatform-feature_2.1.1.201810231422.jar from http://pdulth.github.io/fr.obeo.releng.targetplatform/p2/latest/features/ (13.24kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.68MB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (623.58kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.45MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.98kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (458.87kB) [INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (351.6kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (234.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (857.75kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (248.86kB) [INFO] Fetching org.eclipse.pde.core_3.11.100.v20170517-0724.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.26MB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (28.46kB) [INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.71MB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.68kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (286.05kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (127.41kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.81kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (291.62kB) [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (71.91kB) [INFO] Fetching org.apache.commons.codec_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (284.25kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.38kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (363.57kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (49.07kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (346.34kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (982.43kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.36kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.2kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.6kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (653.36kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (89.58kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (318.95kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.26kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.5MB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (112.98kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.66kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.85kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (130.1kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (182.96kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (203.04kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (346.29kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (117.43kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (263.15kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (65.13kB) [INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (104.71kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.99kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (107.25kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (85.71kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (383.31kB) [INFO] Fetching org.eclipse.debug.ui_3.12.0.v20170605-1534.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.96MB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (204.35kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (263.69kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.01kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.22kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.28kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.99kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.16kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.31kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.92kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (308.1kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (50.21kB) [INFO] Fetching org.eclipse.swt_3.106.1.v20170829-0553.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.92kB) [INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (211kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (256.14kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.71kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.18kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (380.61kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.19kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (33.91kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (255.71kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (225.17kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.95kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (153.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (256.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (168.1kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (285.44kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (10.69kB) [INFO] Fetching org.eclipse.ecf_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (106.75kB) [INFO] Fetching org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (61.96kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (24.9kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.71kB) [INFO] Fetching org.eclipse.ecf.source_3.8.0.v20170104-0657.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.64kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.8.0.v20161203-2153.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.24kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.4.0.v20170516-2248.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.01kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.46kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.68kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.96kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (126.34kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (76.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.300.v20161203-1840.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (86.42kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.73kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.source_1.1.200.v20170314-0133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (54.01kB) [INFO] Fetching org.apache.commons.codec.source_1.9.0.v20170208-1614.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (301.21kB) [INFO] Fetching org.apache.commons.logging.source_1.1.1.v201101211721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (84.6kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.2.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (949.16kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.6.v20170210-0925.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (428.2kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature.source_3.13.8.v20170715-2257.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.29kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (26.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl.source_1.1.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.24kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.67kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (22.71kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.0.v20160817-1024.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.0.v20170110-1317.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (282.56kB) [INFO] Fetching org.eclipse.jdt.core_3.13.0.v20170516-1929.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (5.99MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.emf.codegen.ecore.xtext_1.2.0.v20170613-0242.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.19kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.04kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.24kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (124.84kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (272.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (109.45kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (234.15kB) [INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.4MB) [INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.52kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (3.56MB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (188.56kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.75kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.65kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.6kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.55kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (63.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (137.97kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (115.56kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (27.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (102.13kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (209.83kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.38kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.89kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (75.04kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (25.94kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (354.46kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (42.66kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (75.38kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.4.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (18.34kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (45.36kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.52kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.23kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (94.19kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (228.04kB) [INFO] Fetching org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.77kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (56.48kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (174.17kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (17.77kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (35.36kB) [INFO] Fetching org.eclipse.equinox.p2.installer_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (68.43kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (48.2kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (238.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.1.600.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.04kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.0.600.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.98kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.4.101.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (60.82kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.0.500.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.07kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.3.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (66.3kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.1.100.v20150423-1455.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (21.77kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.5.0.v20170319-2002.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (138.7kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.2.300.v20160419-0834.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.66kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.2kB) [INFO] Fetching org.eclipse.equinox.p2.installer.source_1.0.500.v20160419-0100.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.0.500.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.25kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.2.401.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.3.200.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (240.44kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.4.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (74.2kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.1.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (34.5kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.3.301.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (118.79kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.1.400.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (176.09kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.1.501.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.2.200.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (59.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.rcp.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (101.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui.admin.source_1.0.300.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (139.68kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.1.301.v20170816-1007.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (51.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (682.77kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.52kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (120.75kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.3.100.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.0.500.v20170511-1216.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (30kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.5.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (297.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.07kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.1.400.v20170106-2125.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (15.5kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (93.87kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.0.601.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (70.83kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.0.300.v20170515-0721.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.2.0.v20170110-1705.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (37.01kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.0.800.v20170524-1345.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.2kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.0.300.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.4.300.v20170511-1106.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.66kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.2.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (147.33kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.source_1.0.400.v20160504-1450.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (32.63kB) [INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility.source_1.0.201.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (38.93kB) [INFO] Fetching org.eclipse.equinox.p2.ui.discovery.source_1.0.300.v20170418-0708.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (73.19kB) [INFO] Fetching org.eclipse.equinox.p2.sdk_3.10.1.v20170906-1259.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (19.06kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (181.77kB) [INFO] Fetching org.eclipse.ui.browser_3.6.100.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (201.57kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.0.v20161219-2145.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (278.23kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (338.25kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.0.v20170510-1451.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (912.91kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.8.1.v20170826-0709.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.6MB) [INFO] Fetching org.eclipse.jdt.ui_3.13.1.v20170822-1011.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (11.28MB) [INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (562.92kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.56MB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (416.14kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (494.71kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (434.9kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (168.36kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (100.23kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170829-0553.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (2.53MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (114.42kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (161.22kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (72.55kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.47kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (244.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (18.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (19.24kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (544.19kB) [INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (840.26kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (990.93kB) [INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (298.25kB) [INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (47.22kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.34kB) [INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (531.72kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (114.74kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (92.88kB) [INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (144.1kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (365.3kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (210.36kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (199.17kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (206.53kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (58.49kB) [INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (62.08kB) [INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (21.18kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (267.27kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.62kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (1,005.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (148.65kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (26.93kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (12.1kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (125.58kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (155.49kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (97.56kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (387.14kB) [INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/releases/oxygen/201709271000/features/ (20.89kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (599.25kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar from http://download.eclipse.org/releases/oxygen/201709271000/plugins/ (53.15kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -install, /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.targets/target/eclipserun-work/configuration, -application, fr.obeo.releng.targetplatform.targetPlatform.converter, full/capella.target-definition.targetplatform] Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/targets/modules/gmf-runtime-1.13.tpd Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching p2.index from http://download.eclipse.org/releases/2020-06/ (122B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) >> Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ (142B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ (142B) >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) >> Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ (142B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ (142B) >> Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB) >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/ (49.04kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/ (49.04kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/ (30.14kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/ (30.14kB) >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/ (59.12kB) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/ (7.95kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/ (7.95kB) >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/ (172B) >> 1 operation remaining. >> Fetching p2.index from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/ (172B) >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/ (8.79kB) >> 1 operation remaining. >> Fetching content.xml.xz from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/ (8.79kB) >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (19.52kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/egf/updates/1.6.2/2019-06/ (19.52kB) >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/nebula/releases/1.4.0/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/nebula/releases/1.4.0/ (11.51kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> 1 operation remaining. >> Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> 1 operation remaining. >> Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) Retrieve included location:https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/targets/modules/gmf-runtime-1.13.tpd >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/ (6.91kB) >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) >> 1 operation remaining. >> Fetching p2.index from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (172B) >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) >> 1 operation remaining. >> Fetching content.xml.xz from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/ (17.67kB) The target platform definition file has been successfully generated. /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:40 min [INFO] Finished at: 2021-02-02T10:10:40Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download JDK) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + curl -k -o jdkWin.zip https://download.java.net/java/GA/jdk14.0.2/205943a0976c4ed48cb16f1043c5c647/12/GPL/openjdk-14.0.2_windows-x64_bin.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 2 189M 2 4112k 0 0 1333k 0 0:02:25 0:00:03 0:02:22 1333k 5 189M 5 10.0M 0 0 2487k 0 0:01:18 0:00:04 0:01:14 2487k 8 189M 8 16.0M 0 0 3147k 0 0:01:01 0:00:05 0:00:56 3147k 10 189M 10 20.0M 0 0 3464k 0 0:00:56 0:00:05 0:00:51 4652k 13 189M 13 26.0M 0 0 3802k 0 0:00:51 0:00:07 0:00:44 5694k 16 189M 16 32.0M 0 0 4068k 0 0:00:47 0:00:08 0:00:39 5764k 20 189M 20 38.0M 0 0 4255k 0 0:00:45 0:00:09 0:00:36 5704k 22 189M 22 42.4M 0 0 4387k 0 0:00:44 0:00:09 0:00:35 5760k 26 189M 26 50.0M 0 0 4592k 0 0:00:42 0:00:11 0:00:31 5865k 29 189M 29 56.0M 0 0 4738k 0 0:00:40 0:00:12 0:00:28 6021k 32 189M 32 62.0M 0 0 4868k 0 0:00:39 0:00:13 0:00:26 6158k 35 189M 35 68.0M 0 0 4967k 0 0:00:39 0:00:14 0:00:25 6301k 39 189M 39 74.0M 0 0 5066k 0 0:00:38 0:00:14 0:00:24 6402k 42 189M 42 80.0M 0 0 5127k 0 0:00:37 0:00:15 0:00:22 6363k 45 189M 45 86.0M 0 0 5197k 0 0:00:37 0:00:16 0:00:21 6345k 48 189M 48 92.6M 0 0 5297k 0 0:00:36 0:00:17 0:00:19 6445k 52 189M 52 100M 0 0 5337k 0 0:00:36 0:00:19 0:00:17 6339k 55 189M 55 106M 0 0 5399k 0 0:00:35 0:00:20 0:00:15 6367k 59 189M 59 112M 0 0 5444k 0 0:00:35 0:00:21 0:00:14 6441k 62 189M 62 118M 0 0 5474k 0 0:00:35 0:00:22 0:00:13 6390k 65 189M 65 124M 0 0 5521k 0 0:00:35 0:00:22 0:00:13 6313k 68 189M 68 130M 0 0 5557k 0 0:00:34 0:00:23 0:00:11 6443k 72 189M 72 138M 0 0 5606k 0 0:00:34 0:00:25 0:00:09 6423k 75 189M 75 144M 0 0 5635k 0 0:00:34 0:00:26 0:00:08 6424k 79 189M 79 150M 0 0 5667k 0 0:00:34 0:00:27 0:00:07 6518k 82 189M 82 156M 0 0 5697k 0 0:00:34 0:00:28 0:00:06 6498k 85 189M 85 162M 0 0 5728k 0 0:00:33 0:00:28 0:00:05 6550k 88 189M 88 168M 0 0 5762k 0 0:00:33 0:00:29 0:00:04 6596k 92 189M 92 176M 0 0 5781k 0 0:00:33 0:00:31 0:00:02 6542k 96 189M 96 182M 0 0 5803k 0 0:00:33 0:00:32 0:00:01 6537k 99 189M 99 188M 0 0 5819k 0 0:00:33 0:00:33 --:--:-- 6498k 100 189M 100 189M 0 0 5864k 0 0:00:33 0:00:33 --:--:-- 6814k [Pipeline] sh + unzip -q jdkWin.zip -d winJRE [Pipeline] sh + mv winJRE/jdk-14.0.2 winJRE/jre [Pipeline] echo Windows JDK dowloaded to winJRE/jre [Pipeline] sh + ls winJRE/jre bin conf include jmods legal lib release [Pipeline] sh + curl -k -o jdkLinux.tar.gz https://download.java.net/java/GA/jdk14.0.2/205943a0976c4ed48cb16f1043c5c647/12/GPL/openjdk-14.0.2_linux-x64_bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 189M 3 6160k 0 0 5293k 0 0:00:36 0:00:01 0:00:35 5296k 6 189M 6 12.5M 0 0 6501k 0 0:00:29 0:00:01 0:00:28 6501k 10 189M 10 20.0M 0 0 6664k 0 0:00:29 0:00:03 0:00:26 6666k 14 189M 14 28.0M 0 0 7082k 0 0:00:27 0:00:04 0:00:23 7083k 17 189M 17 34.0M 0 0 6672k 0 0:00:29 0:00:05 0:00:24 6673k 21 189M 21 40.0M 0 0 6525k 0 0:00:29 0:00:06 0:00:23 6806k 24 189M 24 46.0M 0 0 6482k 0 0:00:29 0:00:07 0:00:22 6475k 27 189M 27 52.0M 0 0 6454k 0 0:00:30 0:00:08 0:00:22 6330k 30 189M 30 58.0M 0 0 6426k 0 0:00:30 0:00:09 0:00:21 5914k 33 189M 33 64.0M 0 0 6466k 0 0:00:29 0:00:10 0:00:19 6246k 36 189M 36 70.0M 0 0 6481k 0 0:00:29 0:00:11 0:00:18 6422k 40 189M 40 76.0M 0 0 6451k 0 0:00:30 0:00:12 0:00:18 6404k 43 189M 43 82.0M 0 0 6349k 0 0:00:30 0:00:13 0:00:17 6174k 46 189M 46 88.0M 0 0 6323k 0 0:00:30 0:00:14 0:00:16 6134k 49 189M 49 94.2M 0 0 6438k 0 0:00:30 0:00:14 0:00:16 6381k 52 189M 52 100M 0 0 6343k 0 0:00:30 0:00:16 0:00:14 6043k 55 189M 55 106M 0 0 6312k 0 0:00:30 0:00:17 0:00:13 5985k 59 189M 59 112M 0 0 6365k 0 0:00:30 0:00:18 0:00:12 6408k 62 189M 62 118M 0 0 6333k 0 0:00:30 0:00:19 0:00:11 6364k 65 189M 65 124M 0 0 6325k 0 0:00:30 0:00:20 0:00:10 5992k 68 189M 68 130M 0 0 6277k 0 0:00:30 0:00:21 0:00:09 6067k 71 189M 71 136M 0 0 6277k 0 0:00:30 0:00:22 0:00:08 6155k 74 189M 74 142M 0 0 6299k 0 0:00:30 0:00:23 0:00:07 6063k 78 189M 78 148M 0 0 6303k 0 0:00:30 0:00:24 0:00:06 6184k 81 189M 81 154M 0 0 6290k 0 0:00:30 0:00:25 0:00:05 6151k 84 189M 84 160M 0 0 6301k 0 0:00:30 0:00:26 0:00:04 6408k 87 189M 87 166M 0 0 6316k 0 0:00:30 0:00:26 0:00:04 6497k 91 189M 91 174M 0 0 6298k 0 0:00:30 0:00:28 0:00:02 6293k 95 189M 95 180M 0 0 6352k 0 0:00:30 0:00:29 0:00:01 6589k 98 189M 98 186M 0 0 6347k 0 0:00:30 0:00:30 --:--:-- 6634k 100 189M 100 189M 0 0 6393k 0 0:00:30 0:00:30 --:--:-- 6948k [Pipeline] sh + mkdir linuxJRE [Pipeline] sh + tar xzf jdkLinux.tar.gz -C linuxJRE [Pipeline] sh + mv linuxJRE/jdk-14.0.2 linuxJRE/jre [Pipeline] echo Linux JDK downloaded to linuxJRE/jre [Pipeline] sh + ls linuxJRE/jre bin conf include jmods legal lib release [Pipeline] sh + curl -k -o jdkMac.tar.gz https://download.java.net/java/GA/jdk14.0.2/205943a0976c4ed48cb16f1043c5c647/12/GPL/openjdk-14.0.2_osx-x64_bin.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 184M 3 6144k 0 0 3343k 0 0:00:56 0:00:01 0:00:55 3342k 6 184M 6 12.0M 0 0 4361k 0 0:00:43 0:00:02 0:00:41 4360k 9 184M 9 18.0M 0 0 4882k 0 0:00:38 0:00:03 0:00:35 4881k 13 184M 13 24.0M 0 0 5145k 0 0:00:36 0:00:04 0:00:32 5144k 16 184M 16 30.0M 0 0 5365k 0 0:00:35 0:00:05 0:00:30 6142k 19 184M 19 36.0M 0 0 5517k 0 0:00:34 0:00:06 0:00:28 6341k 22 184M 22 42.0M 0 0 5627k 0 0:00:33 0:00:07 0:00:26 6366k 26 184M 26 48.0M 0 0 5706k 0 0:00:33 0:00:08 0:00:25 6349k 29 184M 29 54.0M 0 0 5780k 0 0:00:32 0:00:09 0:00:23 6414k 33 184M 33 62.0M 0 0 5878k 0 0:00:32 0:00:10 0:00:22 6459k 36 184M 36 68.0M 0 0 5924k 0 0:00:31 0:00:11 0:00:20 6461k 40 184M 40 74.0M 0 0 5970k 0 0:00:31 0:00:12 0:00:19 6490k 43 184M 43 80.0M 0 0 5998k 0 0:00:31 0:00:13 0:00:18 6497k 46 184M 46 86.0M 0 0 6018k 0 0:00:31 0:00:14 0:00:17 6468k 49 184M 49 92.0M 0 0 6026k 0 0:00:31 0:00:15 0:00:16 6356k 53 184M 53 98.0M 0 0 6015k 0 0:00:31 0:00:16 0:00:15 6230k 56 184M 56 104M 0 0 6033k 0 0:00:31 0:00:17 0:00:14 6193k 59 184M 59 110M 0 0 6027k 0 0:00:31 0:00:18 0:00:13 6107k 62 184M 62 116M 0 0 6036k 0 0:00:31 0:00:19 0:00:12 6088k 66 184M 66 122M 0 0 6034k 0 0:00:31 0:00:20 0:00:11 6060k 69 184M 69 128M 0 0 6082k 0 0:00:31 0:00:21 0:00:10 6313k 73 184M 73 136M 0 0 6102k 0 0:00:30 0:00:22 0:00:08 6339k 77 184M 77 142M 0 0 6120k 0 0:00:30 0:00:23 0:00:07 6463k 80 184M 80 148M 0 0 6122k 0 0:00:30 0:00:24 0:00:06 6458k 83 184M 83 154M 0 0 6133k 0 0:00:30 0:00:25 0:00:05 6541k 86 184M 86 160M 0 0 6144k 0 0:00:30 0:00:26 0:00:04 6405k 90 184M 90 166M 0 0 6154k 0 0:00:30 0:00:27 0:00:03 6403k 93 184M 93 172M 0 0 6192k 0 0:00:30 0:00:28 0:00:02 6551k 97 184M 97 180M 0 0 6180k 0 0:00:30 0:00:29 0:00:01 6464k 100 184M 100 184M 0 0 6187k 0 0:00:30 0:00:30 --:--:-- 6481k [Pipeline] sh + mkdir macJRE [Pipeline] sh + tar xzf jdkMac.tar.gz -C macJRE [Pipeline] sh + mv macJRE/jdk-14.0.2.jdk macJRE/jre [Pipeline] echo Mac JDK downloaded to macJRE/jre [Pipeline] sh + ls macJRE/jre Contents [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and Package) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn clean verify -f pom.xml -DjavaDocPhase=none -Pfull -Psign Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 14.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-14/14.0.1+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties Feb 02, 2021 10:12:26 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-Localization. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.77MB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.63MB) [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.41MB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (95.1kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (351.46kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (144.32kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (702.6kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.63kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (227.16kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (406.88kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (125.66kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.79kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (286.98kB) [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (106.16kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.21kB) [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.09kB) [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (792.23kB) [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (467.13kB) [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB) [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB) [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.37MB) [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.28kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (642.22kB) [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.99kB) [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (601.59kB) [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (324.07kB) [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.59kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (112.78kB) [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.94kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (98.42kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (133.96kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (190.18kB) [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (179.47kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (303.22kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.34kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.42kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.69kB) [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (289.29kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.38kB) [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.13kB) [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.19kB) [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (380.27kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (602.2kB) [INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.91kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.43kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.57kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.39kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.75kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.18kB) [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.35MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.03kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.07MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (210.75kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.18kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.32kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.24kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.63kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.11kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (393.67kB) [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.42kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (247.55kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.54kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (229.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (245.55kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.55kB) [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.87kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.81kB) [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.27kB) [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (366.78kB) [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (160.99kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (90.58kB) [INFO] Fetching org.eclipse.emf.diffmerge_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (144.7kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (173.02kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.64kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (147.22kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (183.62kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (342.87kB) [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.51MB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.1.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (133.67kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (403.76kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.07kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.07kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.9kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (153.16kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (352.65kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (125.23kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.92kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.93kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.79kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (106.93kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.94kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (205.87kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.3kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (130.15kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.8kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (98.06kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (235.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.33kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.63kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (248.27kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (129.37kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (975.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (207.75kB) [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (394.85kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.6kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (266.85kB) [INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (6.83MB) [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (967.3kB) [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (547.77kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (335.69kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (461.16kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (418kB) [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.4MB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (159.39kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.35MB) [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (478.57kB) [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.02kB) [INFO] Fetching org.eclipse.sirius_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (1.39MB) [INFO] Fetching org.eclipse.sirius.common_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (255.86kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (91.26kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (29.18kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (17.57kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (9.58kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (285.02kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (41.67kB) [INFO] Fetching org.eclipse.sirius.diagram_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (1.39MB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (57.48kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (5.47MB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (116.25kB) [INFO] Fetching org.eclipse.sirius.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (1.38MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (170.97kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (28.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (11.75kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.92kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (9.59kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (14.18kB) [INFO] Fetching org.eclipse.sirius.table_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (349.76kB) [INFO] Fetching org.polarsys.kitalpha.emde.model_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (34.63kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (41.2kB) [INFO] Fetching org.polarsys.kitalpha.emde_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (61.47kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (30.22kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (24.97kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (29.46kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (28.87kB) [INFO] Fetching org.polarsys.kitalpha.report_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (19.75kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (22.81kB) [INFO] Fetching org.polarsys.kitalpha.report.model_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (29.76kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (86.73kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (292.74kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (22.44kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (25.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (18.88kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (29.42kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.96MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.05MB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (898.68kB) [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (364.49kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui_1.12.0.202010201339.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/plugins/ (280.22kB) [INFO] Fetching org.eclipse.sirius.table.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (579.85kB) [INFO] Fetching org.eclipse.sirius.tree.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (231.99kB) [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.04kB) [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.99MB) [INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (360.12kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.emf.diffmerge.ui_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (533.97kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.help.base_4.2.1000.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (424.54kB) [INFO] Fetching org.eclipse.help.ui_4.1.900.v20200525-0615.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (526.88kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.5MB) [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.95MB) [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (534.67kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.pde.runtime_3.6.800.v20200203-0916.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (222.57kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (706.05kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.35kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (186.69kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (36.29kB) [INFO] Fetching org.eclipse.sirius.tree_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (252.23kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (110.7kB) [INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (338.42kB) [INFO] Fetching org.polarsys.kitalpha.massactions_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (36.95kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (25.26kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (64.06kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (29.52kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (70.64kB) [INFO] Fetching org.polarsys.kitalpha.ad.common_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.59kB) [INFO] Fetching org.polarsys.kitalpha.ad.services_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (42.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (85.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (88.93kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.25kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (82.63kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (41.14kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (299.27kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.57kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.98kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (25.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (38.45kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (46.47kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (41.24kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.77kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (114.9kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (466.23kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (14.76kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (25.82kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (20.05kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (29.93kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ef:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ef:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ef:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.flexibility.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.id.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.linkedtext.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.model.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.customization:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.platform.sirius.ted:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.console:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.file:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.tools.report.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.transition:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.transition:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.transition:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.toolkit.browser:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.shared.id.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.55MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (297.81kB) [INFO] Fetching com.sun.xml.bind_2.2.0.v201505121915.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (933.48kB) [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.77kB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.02kB) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB) [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (180.59kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (86.03kB) [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3MB) [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (639.87kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (314.74kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1,015.85kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (350.65kB) [INFO] Fetching org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.49MB) [INFO] Fetching org.apache.lucene.core_6.1.0.v20170814-1820.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.47MB) [INFO] Fetching org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (433.33kB) [INFO] Fetching org.apache.sshd.osgi_2.4.0.v20200318-1614.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.57MB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (36.16kB) [INFO] Fetching org.apache.sshd.sftp_2.4.0.v20200319-1547.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (326.2kB) [INFO] Fetching org.assertj_3.14.0.v20200120-1926.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (4.54MB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (323kB) [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (4.25MB) [INFO] Fetching org.bouncycastle.bcpkix_1.65.0.v20200527-1955.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (832.3kB) [INFO] Fetching org.eclipse.egit.core_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (523.08kB) [INFO] Fetching org.eclipse.jgit_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.7MB) [INFO] Fetching org.eclipse.jgit.ssh.jsch_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.09kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.71kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (161.93kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.39kB) [INFO] Fetching org.eclipse.egit.ui_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.6MB) [INFO] Fetching org.eclipse.egit_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.53kB) [INFO] Fetching org.eclipse.egit.doc_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (4.65MB) [INFO] Fetching org.eclipse.egit_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.11kB) [INFO] Fetching org.eclipse.egit.mylyn.ui_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.14kB) [INFO] Fetching org.eclipse.egit.mylyn_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.89kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.25.1.v20200512-0316.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (489.19kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.25.1.v20200512-0316.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.9MB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.25.1.v20200512-2113.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (135.9kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.25.1.v20200512-2113.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.5kB) [INFO] Fetching org.eclipse.egit.core.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (312.43kB) [INFO] Fetching org.eclipse.egit.ui.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.85MB) [INFO] Fetching org.eclipse.egit.mylyn.ui.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.egit.gitflow.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.egit.gitflow.ui.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.95kB) [INFO] Fetching org.eclipse.egit.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (32.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (29.43kB) [INFO] Fetching org.eclipse.emf.diffmerge.doc_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (2.64MB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (24.86kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.git.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (25.39kB) [INFO] Fetching org.eclipse.emf.diffmerge.egit.feature.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (20.22kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (83.09kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (25.08kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (22.15kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (19.74kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (24.86kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (26.24kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (25.3kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (24.86kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.33kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.26kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.800.v20200410-1336.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.1kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.0.v20200602-1138.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (608.72kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (167.21kB) [INFO] Fetching org.eclipse.jgit.archive_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.47kB) [INFO] Fetching org.eclipse.jgit_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (14.44kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.79kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (14.44kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (14.47kB) [INFO] Fetching org.eclipse.jgit.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.95MB) [INFO] Fetching org.eclipse.jgit.ant.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.21kB) [INFO] Fetching org.eclipse.jgit.archive.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.jgit.http.apache.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.jgit.http.server.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.6kB) [INFO] Fetching org.eclipse.jgit.junit.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.47kB) [INFO] Fetching org.eclipse.jgit.junit.http.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.9kB) [INFO] Fetching org.eclipse.jgit.junit.ssh.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.14kB) [INFO] Fetching org.eclipse.jgit.lfs.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.29kB) [INFO] Fetching org.eclipse.jgit.lfs.server.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.64kB) [INFO] Fetching org.eclipse.jgit.pgm.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.85kB) [INFO] Fetching org.eclipse.jgit.ssh.apache.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.96kB) [INFO] Fetching org.eclipse.jgit.ssh.jsch.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.55kB) [INFO] Fetching org.eclipse.jgit.ui.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.58kB) [INFO] Fetching org.eclipse.jgit.gpg.bc.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.38kB) [INFO] Fetching org.eclipse.jgit.source_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (14.59kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (14.44kB) [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.68kB) [INFO] Fetching org.eclipse.jgit.ssh.jsch_5.8.0.202006091008-r.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (14.42kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123.59kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (109.8kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (329.9kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (177.06kB) [INFO] Fetching org.eclipse.mylyn.commons_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (17.9kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.36kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (17.85kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.08kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.33kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.89kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (61.7kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.01kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.55kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.48kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_1.17.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (17.92kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.02kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.25.1.v20200512-2113.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (109.35kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.25.1.v20200512-2113.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (165.31kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.82kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.25.1.v20200512-2113.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (68.68kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.25.1.v20200512-2113.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (17.94kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (89.15kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (92.34kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (17.88kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.25.1.v20200511-1958.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (17.87kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.25.1.v20200512-0316.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.25.1.v20200512-0316.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.28kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.25.1.v20200512-0316.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.14kB) [INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (202.72kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.25.1.v20200512-2113.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (17.91kB) [INFO] Fetching org.eclipse.mylyn_feature_3.25.1.v20200514-1748.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.54kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (382.46kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.500.v20200515-1758.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.53kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.3.900.v20200330-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.09MB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (53.22kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (14.5kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (14.51kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.25.1.v20200512-0316.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.21MB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (63.36kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (33.61kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.ecore_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.03kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (75.28kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.ecore_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.11kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (53.68kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (209.05kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.ecore_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (10.25kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (19.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (76.48kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (40.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.95kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.advance.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.common.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.compare.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.dashboard.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.source_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/plugins/ (1.37MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext.feature_1.2.0.201711021145.jar from http://download.eclipse.org/nebula/releases/1.4.0/features/ (17.24kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (62.69kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (23.78kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (34.31kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (48.62kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.97kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.62kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.7kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.git.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.migration.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.properties.richtext.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.properties.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transfo.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.quickfix.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.transfo.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.wizards.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.mylyn.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.resources:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.af.integration.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.application:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.application:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.application:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.commandline.core.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.compare:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.compare:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.compare:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.business.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.common.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.core.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.cs.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.fa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.editor:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.communication.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datatype.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.information.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.interaction.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.menu.contributions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.modeller.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.oa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.pa.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.requirement.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.res.editor:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.editor/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.selection.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.diagram.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.flexibility.wizards:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.libraries.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.linkedtext.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.menu.dynamic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.detachement:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.handler:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.links.helpers:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.obfuscator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.preferences:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.semantic:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.model.skeleton:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.adapter:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.preferences:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.preferences:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.preferences.project.configuration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.exchanges:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.interfaces:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.projection.scenario:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.project:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.project:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.project:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.ui.quickfix:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.semantic.queries:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.services:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.analysis:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.sirius.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.tiger:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.tiger:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.common.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.diagram.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.transition.system.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.fastlinker:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.metric:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.descriptions:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.properties.richtext:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.reportlog:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.resources:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.search:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.toolkit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.commandline:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.validation.ui.ide:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ui.views:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.views:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ui.views:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.migration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.doc.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.commandline.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.ui.massactions.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.re.updateconnections.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.diffmerge.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.preferences.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.properties.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.properties.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.re.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.re.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.re.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.transitions.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.ui.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.ui.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.developer.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.developer.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.ui.intro:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.diagrams.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.glossary.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.validation.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.validation.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viewpoint.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.th.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.th.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.th.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.tipsandtricks.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.git.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.git.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.git.doc:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Fetching org.eclipse.collections_10.1.0.v20191204-1814.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.98MB) [INFO] Fetching org.eclipse.viatra.query.runtime_2.4.0.202006101157.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base_2.4.0.202006101157.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.32kB) [INFO] Fetching org.eclipse.viatra.query.runtime.matchers_2.4.0.202006101157.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (418.32kB) [INFO] Fetching org.eclipse.viatra.query.runtime.base.itc_2.4.0.202006101157.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (73.49kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (159.3kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.common.re.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.viatra.core.data.gen:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.propertyvalue:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.detachment.version.precondition:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.mdsofa.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.cdo.mock.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.data.core.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.libraries.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.common.re.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.data.gen.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.kitalpha.emde.model.cdo:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/pom.xml [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (137.98kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.85kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.77kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.4MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.14MB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.54kB) [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (354.29kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.87kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (203.85kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.47kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.06kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.36MB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.98kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.05kB) [INFO] Fetching org.eclipse.acceleo.query.doc_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.29MB) [INFO] Fetching org.eclipse.acceleo.query.ide_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.28kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.9kB) [INFO] Fetching org.eclipse.acceleo.annotations.source_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (321.84kB) [INFO] Fetching org.eclipse.acceleo.query.ide.source_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.79kB) [INFO] Fetching org.eclipse.acceleo.query.doc.source_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.3MB) [INFO] Fetching org.eclipse.acceleo.query.source_7.0.0.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (15.83kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.10.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.10.202002210922.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (23.99kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.10.202002210922.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (118.04kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.10.202002210922.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (17.33kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_1.12.0.202010201339.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/features/ (38.49kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity_root_1.12.0.202010201339 from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/binary/ (8.65kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.ui.source_1.12.0.202010201339.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/plugins/ (175.8kB) [INFO] Fetching org.eclipse.amalgam.explorer.activity.source_1.12.0.202010201339.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.12.0-S20201020/capella/features/ (18.63kB) [INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (158.93kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.35kB) [INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.02MB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (143.42kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200525-2012.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (552.23kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.77kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.71kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (524.47kB) [INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.38kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.84kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (242.18kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.69kB) [INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (122.92kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.26kB) [INFO] Fetching org.eclipse.jface.notifications_0.1.0.v20200511-0837.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.4kB) [INFO] Fetching org.eclipse.e4.rcp_4.16.0.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.93kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.2.300.v20200422-1846.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.42kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.14.1000.v20200514-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (89.51kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.12.900.v20200110-1732.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.59kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.12.900.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.700.v20200113-1422.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (382.01kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.3.700.v20190930-1643.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.27kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.14.1200.v20200529-1321.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (140.31kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.11.300.v20200514-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (164.92kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.12.1200.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (206.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.13.1000.v20200525-0806.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (163.49kB) [INFO] Fetching org.apache.batik.css.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (324.09kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.28kB) [INFO] Fetching org.apache.batik.util.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.28kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (89.14kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (20.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (41.89kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.2.0.v201602091430.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.51kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.600.v20200428-0912.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.13kB) [INFO] Fetching org.apache.batik.i18n.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.83kB) [INFO] Fetching org.apache.batik.constants.source_1.11.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.35kB) [INFO] Fetching org.apache.xmlgraphics.source_2.3.0.v20190515-0436.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (677.28kB) [INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (293.37kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.12.700.v20200527-0719.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.2.800.v20200128-0855.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.19kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.700.v20191222-1048.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.4kB) [INFO] Fetching org.eclipse.equinox.common.source_3.12.0.v20200504-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (135.9kB) [INFO] Fetching org.apache.felix.scr.source_2.1.16.v20200110-1820.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (274.21kB) [INFO] Fetching org.eclipse.equinox.event.source_1.5.400.v20200511-1702.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.27kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.700.v20191217-1850.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (150.66kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.700.v20200517-1644.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (83.21kB) [INFO] Fetching org.eclipse.core.databinding.source_1.9.0.v20200519-1409.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (145.1kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.6.100.v20191217-1850.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (75.23kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.9.0.v20200205-2119.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (205.5kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.0.v20200124-0715.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.39kB) [INFO] Fetching org.eclipse.core.expressions.source_3.6.800.v20200319-0911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.96kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.800.v20200421-0950.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.64kB) [INFO] Fetching org.eclipse.core.runtime.source_3.18.0.v20200506-2143.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.2kB) [INFO] Fetching org.eclipse.equinox.app.source_1.4.500.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.53kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.5.700.v20200207-2156.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.5kB) [INFO] Fetching com.ibm.icu.source_64.2.0.v20190507-1337.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.0.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.64kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.8.800.v20200406-0956.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.16kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.500.v20200211-1505.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.04kB) [INFO] Fetching org.eclipse.osgi.source_3.15.300.v20200520-1959.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.1.800.v20200511-1223.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (142.91kB) [INFO] Fetching org.eclipse.osgi.services.source_3.8.0.v20190206-2147.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (244.89kB) [INFO] Fetching org.eclipse.osgi.util.source_3.5.300.v20190708-1141.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.54kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2MB) [INFO] Fetching org.eclipse.jface.source_3.20.0.v20200505-1952.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1,012.37kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.11.100.v20200522-1835.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (228.08kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.400.v20191216-0805.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.73kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.0.2.v20170914-1324.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.37kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.0.v20180713-1646.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.29kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.100.v20200525-1407.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (83.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.3.1000.v20200517-1848.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.52kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.2.300.v20191213-1901.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.52kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.1.800.v20200522-0923.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.09kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (356.28kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.700.v20200318-1219.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.0.600.v20200414-1657.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.39kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.600.v20200311-0642.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.81kB) [INFO] Fetching org.eclipse.urischeme.source_1.1.0.v20200603-1117.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.41kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.1.0.v20200511-0837.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.6kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.16.0.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.92kB) [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.36kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.53kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.95kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.600.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.73kB) [INFO] Fetching org.eclipse.ecf.source_3.9.5.v20200217-1548.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (103.16kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.300.v20191020-1846.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.31kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.600.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.300.v20191012-1926.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.31kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.400.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.69kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.300.v20191012-1926.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.66kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.400.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21.05kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.4kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.800.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (27.81kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.0.v20200217-0016.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.34kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.500.v20191017-1905.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (86.33kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.800.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (29.21kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.300.v20200522-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.100.v20200212-0036.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.04kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.400.v20200522-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (27.91kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.300.v20200522-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.100.v20200212-0036.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.08kB) [INFO] Fetching org.apache.commons.codec.source_1.13.0.v20200108-0001.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (368.11kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (163.15kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (912.59kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200114-1512.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (965.36kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200113-2105.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.93kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (431.64kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.400.v20200522-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (29.36kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.101.v20191012-1926.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.67kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.300.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (23.72kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.101.v20191012-1926.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.300.v20200317-1602.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (25.14kB) [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.83kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.14kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (379.6kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.06kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (184.6kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.18kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (540.36kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.4kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.27kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.78kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.22.0.v20200324-0947.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.codegen_2.20.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.20.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (234.67kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.20.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.23kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.88kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.22.0.v20200424-0451.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.22.0.v20200424-0451.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (80.24kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.22.0.v20200424-0451.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.common.source_2.19.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (218.73kB) [INFO] Fetching org.eclipse.emf.common.source_2.19.0.v20200324-0932.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.23kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.98kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.22kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (91.05kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.07kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.45kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.85kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.31kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.09kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.75kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.79kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.73kB) [INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.3kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.6.0.v20190323-1031.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.12kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.diffmerge.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (114.42kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (285kB) [INFO] Fetching org.eclipse.emf.diffmerge.connector.core.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (25.85kB) [INFO] Fetching org.eclipse.emf.diffmerge.structures.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (104.81kB) [INFO] Fetching org.eclipse.emf.diffmerge.generic.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (150.51kB) [INFO] Fetching org.eclipse.emf.diffmerge.pojo.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (66.19kB) [INFO] Fetching org.eclipse.emf.diffmerge.feature.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (20.36kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (18.46kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.gmf.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (16.2kB) [INFO] Fetching org.eclipse.emf.diffmerge.gmf.feature.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (24.96kB) [INFO] Fetching org.eclipse.emf.diffmerge.sdk.feature.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (20.33kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (19.12kB) [INFO] Fetching org.eclipse.emf.diffmerge.ui.sirius.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/plugins/ (19.02kB) [INFO] Fetching org.eclipse.emf.diffmerge.sirius.feature.source_0.13.0.202010211615.jar from https://download.eclipse.org/diffmerge/stable/0.13.0-M4/emf-diffmerge-site/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.doc_2.19.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.19MB) [INFO] Fetching org.eclipse.emf.doc_2.21.0.v20200324-0723.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.39kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (78.82kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.14.0.v20190822-1451.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.26kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.7kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (820.38kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (90.75kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (151.52kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.02kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (209.95kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.17kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200205-0529.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.18.0.v20200205-0529.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (157.35kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.19.0.v20200205-0529.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.2kB) [INFO] Fetching org.eclipse.emf.example.installer_1.10.0.v20200518-1440.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (356.8kB) [INFO] Fetching org.eclipse.emf_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.22kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (191.72kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.26kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (145.61kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.87kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.18kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.26kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.23kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.72kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.94kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.11kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.44kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.7kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.21kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.16kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.24kB) [INFO] Fetching org.eclipse.emf.sdk_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.37kB) [INFO] Fetching org.eclipse.emf.source_2.22.0.v20200519-1135.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.36kB) [INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21.63kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (153.08kB) [INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24.7kB) [INFO] Fetching org.eclipse.emf.transaction.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21.22kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21.67kB) [INFO] Fetching org.eclipse.emf.validation.source_1.8.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (324.23kB) [INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (54.07kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.emf.validation.source_1.12.1.201812070911.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21.29kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21.65kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.87kB) [INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.01kB) [INFO] Fetching org.eclipse.emf.workspace.source_1.12.0.201805140824.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (21.24kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.68kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (229.28kB) [INFO] Fetching org.eclipse.jetty.http_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (220.94kB) [INFO] Fetching org.eclipse.jetty.server_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (717.58kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (139.2kB) [INFO] Fetching org.eclipse.jetty.util_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (574.4kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.1.800.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.32kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.54kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.98kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.4kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.600.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.67kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.3.500.v20200406-2025.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (106.96kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.300.v20191014-1219.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.94kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.98kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.75kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.84kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.0.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (247.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.400.v20191211-1528.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.65kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.4.700.v20200110-2121.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.46kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.600.v20200114-1339.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.06kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.62kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.5kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.500.v20200114-1637.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.88kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.600.v20200217-1130.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.24kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.2.400.v20200123-2221.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.22kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.800.v20200410-1336.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.25kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.57kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.500.v20200106-1437.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.600.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.47kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.97kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.400.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.11kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.800.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.1kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.74kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.400.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.02kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.400.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.67kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.500.v20200110-2121.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (178.62kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.600.v20200318-1507.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (149.49kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.800.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.700.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (99.52kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.15kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.600.v20200412-0601.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.65kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.800.v20200602-1138.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.03kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.6.0.v20200602-1138.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.4.700.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.2.600.v20191213-1901.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.29kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.600.v20200412-0601.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.23kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.800.v20200602-1138.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.400.v20191016-0512.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.66kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (98.3kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.800.v20200602-1138.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.91kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.400.v20200511-1530.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (70.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.400.v20191016-0512.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.91kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.800.v20200602-1138.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.16kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (828.05kB) [INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.32kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (24.75kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.09kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.83kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (18.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29.03kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (13.16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (752.78kB) [INFO] Fetching org.eclipse.gmf_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.23kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.64kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (320.36kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (134.67kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/features/ (21.62kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.02kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (421.68kB) [INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (610.86kB) [INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (131.81kB) [INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (524.88kB) [INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.17kB) [INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (251.68kB) [INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (111.06kB) [INFO] Fetching org.apache.batik.css.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (287.09kB) [INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (127.65kB) [INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (77.07kB) [INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (33.56kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (21.89kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.91kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (177.27kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (71.74kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (34.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (91.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (77.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (80.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.82kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (61.68kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.63kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (842.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (131.47kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (16.1kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (70.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (82.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (19.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (81.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (85.77kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (48.35kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (231.92kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (44.94kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (166.06kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (96.48kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (27.52kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.63kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.25kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (16.28kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (74.61kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.68kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.21kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.1.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (21.22kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (13.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (12.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (58.58kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (60.66kB) [INFO] Fetching org.eclipse.gmf.source_1.13.0.202004160913.jar from http://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/features/ (22.13kB) [INFO] Fetching org.eclipse.help.webapp_3.9.900.v20200525-1514.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (682.37kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.79kB) [INFO] Fetching org.eclipse.jetty.io_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172.52kB) [INFO] Fetching org.eclipse.jetty.security_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.54kB) [INFO] Fetching org.eclipse.help_2.3.200.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.51kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.97kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (232.71kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (220.22kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (156.21kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (461.73kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.400.v20200123-1333.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.47kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.1.800.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.5kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.500.v20200511-1535.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (140.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.02kB) [INFO] Fetching org.eclipse.help.base.source_4.2.1000.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.99kB) [INFO] Fetching org.eclipse.help.ui.source_4.1.900.v20200525-0615.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (220.7kB) [INFO] Fetching org.eclipse.help.webapp.source_3.9.900.v20200525-1514.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (198.61kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.81kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (134.46kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.34kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.3kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (437.75kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.88kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (382.97kB) [INFO] Fetching org.eclipse.core.net.source_1.3.900.v20200428-1255.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.51kB) [INFO] Fetching org.eclipse.help.source_2.3.200.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.8kB) [INFO] Fetching org.eclipse.jdt_3.18.400.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.89kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.600.v20200529-1546.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (384.22kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.4kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (210.17kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (214.75kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.400.v20200429-0738.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (70.98kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.53kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.800.v20200603-2147.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.88MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.700.v20200603-0557.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.17MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (174.21kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.73kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.02kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (415.44kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.43kB) [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.92kB) [INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (227.88kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.39kB) [INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (586.77kB) [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (112.35kB) [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (195.28kB) [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (140.29kB) [INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.48kB) [INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB) [INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (80.22kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.48kB) [INFO] Fetching org.eclipse.jdt_3.18.400.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.71kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.800.v20200413-1643.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (609.79kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.600.v20200529-1546.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (355.51kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.400.v20200429-0738.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.87kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.82kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1000.v20200505-1625.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (135.19kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.900.v20200428-1854.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.63kB) [INFO] Fetching org.eclipse.jdt.core.source_3.22.0.v20200530-2032.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.15MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.03kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.0.v20200526-0740.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (999.4kB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.11.0.v20200525-2012.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (840.71kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.15.100.v20200525-2012.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (854.38kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.11.800.v20200518-1033.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (197.67kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.700.v20200501-1429.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (113.93kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.200.v20200501-1429.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.85kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1200.v20200214-0716.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.36kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.900.v20200513-0617.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.17.100.v20200526-1503.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (346.76kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.21.100.v20200602-0959.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (5.22MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (183.89kB) [INFO] Fetching org.junit.jupiter.engine.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (138.46kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.76kB) [INFO] Fetching org.junit.jupiter.params.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.48kB) [INFO] Fetching org.junit.platform.commons.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.25kB) [INFO] Fetching org.junit.platform.engine.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (148.46kB) [INFO] Fetching org.junit.platform.launcher.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.95kB) [INFO] Fetching org.junit.platform.runner.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.48kB) [INFO] Fetching org.junit.vintage.engine.source_5.6.0.v20200203-2009.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (53.73kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.05kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.900.v20200410-1424.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (128.09kB) [INFO] Fetching org.eclipse.jdt.source_3.18.400.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.09kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.21kB) [INFO] Fetching org.eclipse.pde.api.tools_1.1.1300.v20200514-1749.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (924.8kB) [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (130.19kB) [INFO] Fetching org.objectweb.asm.tree_8.0.1.v20200420-1007.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (64.47kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.63kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.1200.v20200426-1136.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (505.38kB) [INFO] Fetching org.eclipse.pde.ui_3.11.400.v20200514-1728.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (4.44MB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.800.v20200603-2147.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.67MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.1.800.v20200514-1728.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (141.55kB) [INFO] Fetching org.eclipse.pde.ds.core_1.1.800.v20200106-1341.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.1.900.v20200514-1728.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (203.46kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.63kB) [INFO] Fetching org.eclipse.pde_3.13.1100.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (67.66kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.800.v20200310-0710.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.94kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.6.1000.v20200513-1026.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (565.15kB) [INFO] Fetching org.eclipse.pde.launching_3.8.200.v20200512-0948.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.74kB) [INFO] Fetching org.eclipse.pde.ua.core_1.1.500.v20200113-1730.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.3kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.1.800.v20200116-1522.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (449.13kB) [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.35kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.700.v20200123-1806.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (86.74kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.500.v20200116-1522.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.06kB) [INFO] Fetching org.eclipse.pde_3.14.400.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.45kB) [INFO] Fetching org.eclipse.pde.build.source_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (319.72kB) [INFO] Fetching org.eclipse.pde.core.source_3.13.400.v20200415-0531.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (980.08kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.800.v20200310-0710.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.6kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.6.800.v20200203-0916.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (83.25kB) [INFO] Fetching org.eclipse.pde.ui.source_3.11.400.v20200514-1728.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.05MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.6.1000.v20200513-1026.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.46kB) [INFO] Fetching org.objectweb.asm.source_8.0.1.v20200420-1007.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (188.44kB) [INFO] Fetching org.objectweb.asm.tree.source_8.0.1.v20200420-1007.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (86.69kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.1.1300.v20200514-1749.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (651.86kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.1.1200.v20200426-1136.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (251.71kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.1.800.v20200106-1341.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.86kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.1.900.v20200514-1728.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (94.78kB) [INFO] Fetching org.eclipse.pde.launching.source_3.8.200.v20200512-0948.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.28kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.1.500.v20200113-1730.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (104.82kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.1.800.v20200116-1522.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (272.56kB) [INFO] Fetching org.eclipse.ui.trace.source_1.1.800.v20200106-1301.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.02kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.1.800.v20200514-1728.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.36kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.0.700.v20200123-1806.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.32kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.400.v20191119-0943.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.99kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.400.v20191119-0943.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.57kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.500.v20200116-1522.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (26.07kB) [INFO] Fetching org.eclipse.pde.source_3.14.400.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (18.87kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1100.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (169.25kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (136.42kB) [INFO] Fetching org.eclipse.platform_4.16.0.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (360.76kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.16.0.v20200603-2147.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (39.08MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.16.0.v20200603-2147.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.33MB of 39.08MB at 32.33MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.16.0.v20200603-1002.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.69MB) [INFO] Fetching org.eclipse.text.quicksearch_1.0.300.v20200519-2023.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (93.07kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.700.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.06kB) [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.27kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1000.v20200528-1125.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.47kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.23kB) [INFO] Fetching org.eclipse.platform_4.16.0.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.55kB) [INFO] Fetching org.eclipse.platform_root_4.16.0.v20200604-0951 from http://download.eclipse.org/releases/2020-06/202006171000/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.8.v20200515-1239.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.5.700.v20191221-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.19kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.900.v20200412-2017.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (62.36kB) [INFO] Fetching org.eclipse.compare.source_3.7.1000.v20200511-1203.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (423.43kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1000.v20200409-1035.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (87.79kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (90.36kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.48kB) [INFO] Fetching org.eclipse.core.resources.source_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (795.39kB) [INFO] Fetching org.eclipse.debug.core.source_3.15.100.v20200514-0816.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (395.99kB) [INFO] Fetching org.eclipse.debug.ui.source_3.14.500.v20200520-0842.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.100.v20200323-2111.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.74kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.0.v20200515-0330.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (295.22kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.0.v20200515-0330.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (251.25kB) [INFO] Fetching org.eclipse.platform.source_4.16.0.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.search.source_3.11.1000.v20200410-1852.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (298.16kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.0.300.v20200519-2023.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.64kB) [INFO] Fetching org.eclipse.team.core.source_3.8.1000.v20200428-1255.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (367.92kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.900.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (766.2kB) [INFO] Fetching org.eclipse.text.source_3.10.200.v20200428-0633.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (280.74kB) [INFO] Fetching org.eclipse.jface.text.source_3.16.300.v20200526-0811.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (809.82kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.88kB) [INFO] Fetching org.eclipse.ui.console.source_3.9.200.v20200511-1122.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (136.82kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.1000.v20200525-1037.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (254.03kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.3.900.v20200330-1059.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.04kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.5.800.v20200522-1354.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.800.v20200410-1405.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.85kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.1.700.v20200211-1227.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (88.4kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.700.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (45.22kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.9.300.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (309.01kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.7.300.v20200417-1241.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (102.49kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.14.200.v20200421-1954.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (421.66kB) [INFO] Fetching org.eclipse.ui.views.source_3.10.300.v20200311-1018.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (80.29kB) [INFO] Fetching org.eclipse.ui.editors.source_3.13.200.v20200501-2307.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (326.42kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.700.v20200319-0924.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.17kB) [INFO] Fetching org.eclipse.ui.ide.source_3.17.100.v20200530-0835.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.3.700.v20200525-1456.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.94kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.6kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.forms.source_3.9.100.v20200413-1417.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.87kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.8.900.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.81kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.700.v20200416-1310.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.85kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1000.v20200528-1125.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.0.500.v20200515-1758.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.16kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1100.v20200513-0930.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.51kB) [INFO] Fetching org.eclipse.platform.source_4.16.0.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (20.14kB) [INFO] Fetching org.eclipse.rcp_4.16.0.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.07kB) [INFO] Fetching org.eclipse.rcp_4.16.0.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_root_4.16.0.v20200604-0951 from http://download.eclipse.org/releases/2020-06/202006171000/binary/ (25.54kB) [INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (180kB) [INFO] Fetching org.eclipse.ui.source_3.117.0.v20200518-1705.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (145.54kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.119.0.v20200521-1247.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.55MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.600.v20200422-1910.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.11kB) [INFO] Fetching org.eclipse.rcp.source_4.16.0.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.14kB) [INFO] Fetching org.eclipse.sdk_4.16.0.v20200604-0540.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (170.59kB) [INFO] Fetching org.eclipse.sdk_4.16.0.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (19.03kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (34.3kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (18.93kB) [INFO] Fetching org.eclipse.sirius.aql_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (19.02kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (19.89kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (12.01kB) [INFO] Fetching org.eclipse.sirius.aql.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.64kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (18.7kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (11.49kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.15kB) [INFO] Fetching org.eclipse.sirius.doc_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (11.16MB) [INFO] Fetching org.eclipse.sirius.doc.feature_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (19.05kB) [INFO] Fetching org.eclipse.sirius.doc.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (11.15MB) [INFO] Fetching org.eclipse.sirius.doc.feature.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.67kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (7.6kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (7.58kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (19.13kB) [INFO] Fetching org.eclipse.sirius.interpreter_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (30.06kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.93kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (15.07kB) [INFO] Fetching org.eclipse.sirius.common.interpreter.aql.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.97kB) [INFO] Fetching org.eclipse.sirius.interpreter.feature.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.55kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (19.01kB) [INFO] Fetching org.eclipse.sirius.runtime.aql.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.63kB) [INFO] Fetching org.eclipse.sirius.runtime_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (19.23kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (19.13kB) [INFO] Fetching org.eclipse.sirius.interpreter.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (21.06kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.74kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (7.51kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (7.49kB) [INFO] Fetching org.eclipse.sirius.ui.editor_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (101.01kB) [INFO] Fetching org.eclipse.sirius.ui.ext_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (14.8kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (19.4kB) [INFO] Fetching org.eclipse.sirius.common.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (153.65kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.01kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (508.2kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (135.13kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (251.39kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (2.24MB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.05kB) [INFO] Fetching org.eclipse.sirius.table.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (397.37kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.19kB) [INFO] Fetching org.eclipse.sirius.tree.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (158.64kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.22kB) [INFO] Fetching org.eclipse.sirius.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (871.11kB) [INFO] Fetching org.eclipse.sirius.ui.editor.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (52.46kB) [INFO] Fetching org.eclipse.sirius.ui.ext.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.04kB) [INFO] Fetching org.eclipse.sirius.ext.swt.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.91kB) [INFO] Fetching org.eclipse.sirius.ext.jface.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.34kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (22.4kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (28.2kB) [INFO] Fetching org.eclipse.sirius.ext.gef.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (11.95kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (94.43kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (11.89kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.81kB) [INFO] Fetching org.eclipse.sirius.common.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (199.03kB) [INFO] Fetching org.eclipse.sirius.ecore.extender.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (80.76kB) [INFO] Fetching org.eclipse.sirius.synchronizer.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (29.32kB) [INFO] Fetching org.eclipse.sirius.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (1.25MB) [INFO] Fetching org.eclipse.sirius.diagram.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (1.16MB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (52.66kB) [INFO] Fetching org.eclipse.sirius.table.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (306.81kB) [INFO] Fetching org.eclipse.sirius.tree.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (218.18kB) [INFO] Fetching org.eclipse.sirius.ext.base.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (25.63kB) [INFO] Fetching org.eclipse.sirius.ext.e3.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (6.68kB) [INFO] Fetching org.eclipse.sirius.ext.emf.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (13.86kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (11.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (8.61kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (6.7kB) [INFO] Fetching org.eclipse.sirius.ext.ide.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/plugins/ (16.36kB) [INFO] Fetching org.eclipse.sirius.runtime.source_6.4.0.202011190936.jar from https://download.eclipse.org/sirius/updates/stable/6.4.0-S20201119-043506/2020-06/features/ (18.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (10.2kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (77.56kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc_1.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/plugins/ (854.28kB) [INFO] Fetching org.polarsys.kitalpha.ad.doc.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/features/ (6.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (11.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (8.06kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (19.1kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.ad.common.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (11.12kB) [INFO] Fetching org.polarsys.kitalpha.ad.services.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (22.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (48.3kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (8.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (83.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (49.19kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.predicate.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (31.34kB) [INFO] Fetching org.polarsys.kitalpha.ad.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (15.17kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (6.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.26kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.amalgam.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (6.44kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (15.76kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (10.18kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.emde.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.69kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (44.78kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (19.32kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.model.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (13.46kB) [INFO] Fetching org.polarsys.kitalpha.ad.integration.sirius.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.39kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (76.61kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (20.98kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.85kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.04kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.model.editor.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.11kB) [INFO] Fetching org.polarsys.kitalpha.ad.metadata.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.4kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.62kB) [INFO] Fetching org.polarsys.kitalpha.ad.runtime.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.37kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (82.92kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (38.05kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.73kB) [INFO] Fetching org.polarsys.kitalpha.ad.af.coredomain.model.editor.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.81kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.coredomain.model.editor.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (29.96kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.emfvalidation.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (23.43kB) [INFO] Fetching org.polarsys.kitalpha.ad.viewpoint.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (123.09kB) [INFO] Fetching org.polarsys.kitalpha.ad.ui.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.4kB) [INFO] Fetching org.polarsys.kitalpha.cadence.core.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (20.32kB) [INFO] Fetching org.polarsys.kitalpha.cadence.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (37.16kB) [INFO] Fetching org.polarsys.kitalpha.cadence.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.38kB) [INFO] Fetching org.polarsys.kitalpha.common.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (17.76kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.58kB) [INFO] Fetching org.polarsys.kitalpha.common.sirius.extension.rotativeimage_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (23.97kB) [INFO] Fetching org.polarsys.kitalpha.common.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.common.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (14.79kB) [INFO] Fetching org.polarsys.kitalpha.examples.generic.wizard.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (11.4kB) [INFO] Fetching org.polarsys.kitalpha.common.sirius.extension.rotativeimage.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (17.48kB) [INFO] Fetching org.polarsys.kitalpha.common.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.41kB) [INFO] Fetching org.polarsys.kitalpha.doc_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/plugins/ (514.87kB) [INFO] Fetching org.polarsys.kitalpha.doc.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/features/ (18.66kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/plugins/ (420.77kB) [INFO] Fetching org.polarsys.kitalpha.emde.doc.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/sdk/5.0.0-S202011241439/features/ (18.6kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.68kB) [INFO] Fetching org.polarsys.kitalpha.emde.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (42.28kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.84kB) [INFO] Fetching org.polarsys.kitalpha.emde.model.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (22.43kB) [INFO] Fetching org.polarsys.kitalpha.emde.xmi.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (28.43kB) [INFO] Fetching org.polarsys.kitalpha.emde.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.38kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.64kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.19kB) [INFO] Fetching org.polarsys.kitalpha.emde.ui.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.36kB) [INFO] Fetching org.polarsys.kitalpha.massactions.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.88kB) [INFO] Fetching org.polarsys.kitalpha.massactions.core.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (107.36kB) [INFO] Fetching org.polarsys.kitalpha.massactions.doc.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (466.16kB) [INFO] Fetching org.polarsys.kitalpha.massactions.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.66kB) [INFO] Fetching org.polarsys.kitalpha.massactions.visualize.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (50.47kB) [INFO] Fetching org.polarsys.kitalpha.massactions.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (14.5kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.3kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (23.12kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (14.89kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (14.17kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (22.19kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.14kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.67kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.16kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.5kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.backup.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.8kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.refresh.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.11kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.resourcesChecker.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (11.84kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.unknownreferences.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (13.45kB) [INFO] Fetching org.polarsys.kitalpha.model.common.precondition.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.87kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.modelresources.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (11.62kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.48kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (14.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.9kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (19.01kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (20.15kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.unknownreferences.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (22.39kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.modelresources.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (10.36kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.46kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.65kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (32.5kB) [INFO] Fetching org.polarsys.kitalpha.model.common.share.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.43kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (29.31kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (17.21kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.71kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoints.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.61kB) [INFO] Fetching org.polarsys.kitalpha.model.common.scrutiny.contrib.viewpoints.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (18.19kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.viewpoints.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.58kB) [INFO] Fetching org.polarsys.kitalpha.model.common.commands.contrib.viewpoint.representation.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.08kB) [INFO] Fetching org.polarsys.kitalpha.model.common.contrib.unknownreference.metadata.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (11.94kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.contrib.viewpoints.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.46kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.99kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.41kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.88kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (19.04kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (30.25kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.contrib.unknownreferences.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (13.52kB) [INFO] Fetching org.polarsys.kitalpha.model.common.ui.contrib.modelresource.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (13.55kB) [INFO] Fetching org.polarsys.kitalpha.model.detachment.ui.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.49kB) [INFO] Fetching org.polarsys.kitalpha.report.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.64kB) [INFO] Fetching org.polarsys.kitalpha.report.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (13.29kB) [INFO] Fetching org.polarsys.kitalpha.report.model.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.53kB) [INFO] Fetching org.polarsys.kitalpha.report.model.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.67kB) [INFO] Fetching org.polarsys.kitalpha.report.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.38kB) [INFO] Fetching org.polarsys.kitalpha.report.ui_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (68kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.65kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (32.46kB) [INFO] Fetching org.polarsys.kitalpha.report.ui.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.36kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.75kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (20.15kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.utils.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (12.12kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.49kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.68kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (10.47kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.dialog.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (18kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.emfscheme.ui.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.4kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.61kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (30.98kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.38kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.67kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (24.06kB) [INFO] Fetching org.polarsys.kitalpha.resourcereuse.ui.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.38kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (1.4MB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.doc.feature_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (18.63kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.25kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.ext.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.4kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (31.66kB) [INFO] Fetching org.polarsys.kitalpha.richtext.nebula.widget.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (18.85kB) [INFO] Fetching org.polarsys.kitalpha.richtext.common.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (19.69kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.tools.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (30.72kB) [INFO] Fetching org.polarsys.kitalpha.richtext.widget.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.42kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (46.93kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (18.37kB) [INFO] Fetching org.polarsys.kitalpha.transposer.analyzer.graph.editor.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.53kB) [INFO] Fetching org.polarsys.kitalpha.transposer.core.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.79kB) [INFO] Fetching org.polarsys.kitalpha.transposer.emf.toolbox.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (16.89kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (161.8kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (35.38kB) [INFO] Fetching org.polarsys.kitalpha.transposer.rules.handler.mapping.editor.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (66.35kB) [INFO] Fetching org.polarsys.kitalpha.transposer.scheduler.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (22kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (15.27kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (21.87kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.86kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.edit.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (14.49kB) [INFO] Fetching org.polarsys.kitalpha.transposer.transformation.emf.traces.editor.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (27.43kB) [INFO] Fetching org.polarsys.kitalpha.transposer.ui.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (26.82kB) [INFO] Fetching org.polarsys.kitalpha.transposer.feature.source_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/features/ (9.45kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.52kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (69.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (10.4kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.78MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.0.600.v20190627-0755.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.6kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.300.v20190830-1238.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.61kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.5kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.52kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.1kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.86kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.114.100.v20200604-0951.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.62MB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.41kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.200.v20190903-0934.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.36kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.21kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (57.99kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (17.59kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.07kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.54kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.88kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Fetching org.eclipse.equinox.executable_3.8.800.v20200514-1529.jar from http://download.eclipse.org/releases/2020-06/202006171000/features/ (249.52kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.800.v20200514-1529 from http://download.eclipse.org/releases/2020-06/202006171000/binary/ (152.83kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.800.v20200514-1529 from http://download.eclipse.org/releases/2020-06/202006171000/binary/ (25.82kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.800.v20200514-1529 from http://download.eclipse.org/releases/2020-06/202006171000/binary/ (17.06kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.rcp.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.rcp.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Fetching org.eclipse.egf.common_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (73.2kB) [INFO] Fetching org.eclipse.egf.core_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (135.69kB) [INFO] Fetching org.eclipse.egf.core.platform_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (84.14kB) [INFO] Fetching org.eclipse.egf.core.producer_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (18.7kB) [INFO] Fetching org.eclipse.egf.domain_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (19kB) [INFO] Fetching org.eclipse.egf.model_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (389.75kB) [INFO] Fetching org.eclipse.egf.emf.docgen.html_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (94.55kB) [INFO] Fetching org.eclipse.egf.model.ftask_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (46.03kB) [INFO] Fetching org.eclipse.egf.pattern_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (140.95kB) [INFO] Fetching org.eclipse.egf.pattern.ftask_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (32.7kB) [INFO] Fetching org.eclipse.egf.model.fprod_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (38.15kB) [INFO] Fetching org.eclipse.egf.emf.pattern_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (2.03MB) [INFO] Fetching org.eclipse.egf.pattern.jet_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (34.02kB) [INFO] Fetching org.eclipse.egf.emf.pattern.base_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (123.38kB) [INFO] Fetching org.eclipse.egf.model.edit_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (404.86kB) [INFO] Fetching org.eclipse.egf.producer_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (66.98kB) [INFO] Fetching org.eclipse.egf.model.jetpattern_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (23.26kB) [INFO] Fetching org.eclipse.egf.model.jetpattern.edit_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (18.13kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (141.72kB) [INFO] Fetching org.eclipse.egf.task_1.6.2.202001031546.jar from http://download.eclipse.org/egf/updates/1.6.2/2019-06/plugins/ (13.08kB) [INFO] Fetching org.polarsys.kitalpha.emde.egf_5.0.0.202011241439.jar from https://download.eclipse.org/kitalpha/updates/stable/runtime/5.0.0-S202011241439/plugins/ (410.74kB) [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.core.egf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.core.egf:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.core.egf:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.core.egf:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.core.egf/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.egf.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.egf.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.egf.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.egf.site/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/features/org.polarsys.capella.test.feature/pom.xml [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.massactions.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.massactions.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.business.queries.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.business.queries.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.common.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.common.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.filters.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.filters.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.layout.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.layout.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.misc.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.misc.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.diagram.tools.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.diagram.tools.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.explorer.activity.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.explorer.activity.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.fastlinker.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fastlinker.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.framework:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.framework:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.framework:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.framework/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.library.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.library.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.model.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.model.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.navigator.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.navigator.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.migration.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.migration.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.commandline.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.commandline.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.platform.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.platform.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.progressmonitoring.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.progressmonitoring.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.projection.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.projection.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.re.updateconnections.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.re.updateconnections.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.recrpl.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.recrpl.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.semantic.queries.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.semantic.queries.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.inui.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.inui.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.local.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.local.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suite.notinui.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suite.notinui.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.suites.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.suites.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.transition.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.transition.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.validation.rules.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.validation.rules.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.richtext.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.richtext.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.doc.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.doc.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.benchmarks.ju:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.benchmarks.ju/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.fragmentation:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.fragmentation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.odesign:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.odesign:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.odesign/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.table:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.table:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.table:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.table/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.run:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.run:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.run:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/tests/plugins/org.polarsys.capella.test.run/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.polarsys:org.polarsys.capella.test.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.polarsys:org.polarsys.capella.test.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] Resolving class path of MavenProject: org.polarsys:org.polarsys.capella.test.site:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.test.site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Capella [pom] [INFO] org.polarsys.capella.samples [pom] [INFO] org.polarsys.capella.common.mdsofa.common [eclipse-plugin] [INFO] org.polarsys.capella.common.plugins [pom] [INFO] org.polarsys.capella.common [eclipse-plugin] [INFO] org.polarsys.capella.common.ef [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.ted [eclipse-plugin] [INFO] org.polarsys.capella.common.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report [eclipse-plugin] [INFO] org.polarsys.capella.common.model [eclipse-plugin] [INFO] org.polarsys.capella.common.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.activity.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.shared.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.queries [eclipse-plugin] [INFO] org.polarsys.capella.common.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.common.id.handler [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.plugins [pom] [INFO] org.polarsys.capella.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.model.handler [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage [eclipse-plugin] [INFO] org.polarsys.capella.common.transition [eclipse-plugin] [INFO] org.polarsys.capella.common.re [eclipse-plugin] [INFO] org.polarsys.capella.common.feature [eclipse-feature] [INFO] org.polarsys.capella.doc.plugins [pom] [INFO] org.polarsys.capella.commandline.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.model.preferences [eclipse-plugin] [INFO] org.polarsys.capella.core.model.helpers [eclipse-plugin] [INFO] org.polarsys.capella.common.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.common.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.console [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.console [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.eclipse.tools.report.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.platform.sirius.customization [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.toolkit.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries [eclipse-plugin] [INFO] org.polarsys.capella.core.data.business.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.resources [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.toolkit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.edit.decorators [eclipse-plugin] [INFO] org.polarsys.capella.core.diagram.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.clipboard [eclipse-plugin] [INFO] org.polarsys.capella.common.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.file [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.reportlogview [eclipse-plugin] [INFO] org.polarsys.capella.common.tools.report.appenders.usage.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.af.integration [eclipse-plugin] [INFO] org.polarsys.capella.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.linkedtext.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.menu [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.actions [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.core.application [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.perspective [eclipse-plugin] [INFO] org.polarsys.capella.core.commandline.core.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.common.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.model.skeleton [eclipse-plugin] [INFO] org.polarsys.capella.core.services [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.adapter [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.analysis [eclipse-plugin] [INFO] org.polarsys.capella.core.sirius.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.preferences.project.configuration [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.project [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.navigator [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.core [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.doc [eclipse-plugin] [INFO] org.polarsys.capella.common.ui.massactions.feature [eclipse-feature] [INFO] org.polarsys.capella.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.features [pom] [INFO] org.polarsys.capella.core.model.semantic [eclipse-plugin] [INFO] org.polarsys.capella.core.semantic.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.af.integration.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.edit [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.data.res.editor [eclipse-plugin] [INFO] org.polarsys.capella.core.common.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.information.communication.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datavalue.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.modeller.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.requirement.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.data.sharedmodel.properties [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.common.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.communication.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.datatype.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.menu.dynamic [eclipse-plugin] [INFO] org.polarsys.capella.core.data.menu.contributions [eclipse-plugin] [INFO] org.polarsys.capella.core.data.oa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.deployment.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.data.selection.queries [eclipse-plugin] [INFO] org.polarsys.capella.core.model.obfuscator [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.eclipse.ui.trace [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.ui.ide [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.sirius.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.platform.sirius.ui.services [eclipse-plugin] [INFO] org.polarsys.capella.core.re.validation [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.metric [eclipse-plugin] [INFO] org.polarsys.capella.ui.views [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.reportlog [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.commandline [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.intro [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.feature [eclipse-feature] [INFO] org.polarsys.capella.core.validation.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.validation.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.semantic.browser.sirius [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.semantic.browser.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.common.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.libraries.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.data.core.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.tiger [eclipse-plugin] [INFO] org.polarsys.capella.core.data.cs.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.ctx.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.epbs.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.fa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.information.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.interaction.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.data.pa.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.re [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.ui.quickfix [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.quickfix.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.common [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.exchanges [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.interfaces [eclipse-plugin] [INFO] org.polarsys.capella.core.projection.scenario [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram [eclipse-plugin] [INFO] org.polarsys.capella.core.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.flexibility.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.system.topdown.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.dashboard.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.common.feature [eclipse-feature] [INFO] org.polarsys.capella.core.transition.system.topdown.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.fa.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.data.la.ui.wizards [eclipse-plugin] [INFO] org.polarsys.capella.core.model.links.helpers [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.fastlinker [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.search [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.wizards.feature [eclipse-feature] [INFO] org.polarsys.capella.core.re.updateconnections.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.re.project [eclipse-plugin] [INFO] org.polarsys.capella.core.re.feature [eclipse-feature] [INFO] org.polarsys.capella.core.libraries.feature [eclipse-feature] [INFO] org.polarsys.capella.core.data.migration [eclipse-plugin] [INFO] org.polarsys.capella.core.migration.feature [eclipse-feature] [INFO] org.polarsys.capella.core.compare [eclipse-plugin] [INFO] org.polarsys.capella.core.compare.feature [eclipse-feature] [INFO] org.polarsys.capella.detachment.propertyvalue [eclipse-plugin] [INFO] org.polarsys.capella.detachment.version.precondition [eclipse-plugin] [INFO] org.polarsys.capella.detachment.feature [eclipse-feature] [INFO] org.polarsys.capella.core.re.updateconnections.doc [eclipse-plugin] [INFO] org.polarsys.capella.developer.doc [eclipse-plugin] [INFO] org.polarsys.capella.diagrams.doc [eclipse-plugin] [INFO] org.polarsys.capella.diffmerge.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc [eclipse-plugin] [INFO] org.polarsys.capella.viewpoint.doc [eclipse-plugin] [INFO] org.polarsys.capella.preferences.doc [eclipse-plugin] [INFO] org.polarsys.capella.properties.doc [eclipse-plugin] [INFO] org.polarsys.capella.re.doc [eclipse-plugin] [INFO] org.polarsys.capella.transitions.doc [eclipse-plugin] [INFO] org.polarsys.capella.ui.doc [eclipse-plugin] [INFO] org.polarsys.capella.glossary.doc [eclipse-plugin] [INFO] org.polarsys.capella.validation.doc [eclipse-plugin] [INFO] org.polarsys.capella.th.doc [eclipse-plugin] [INFO] org.polarsys.capella.tipsandtricks.doc [eclipse-plugin] [INFO] org.polarsys.capella.git.doc [eclipse-plugin] [INFO] org.polarsys.capella.doc.feature [eclipse-feature] [INFO] org.polarsys.capella.core.projection.common.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.transition.diagram.ui [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.transfo.feature [eclipse-feature] [INFO] org.polarsys.capella.core.git.feature [eclipse-feature] [INFO] org.polarsys.capella.core.mylyn.feature [eclipse-feature] [INFO] org.polarsys.capella.core.advance.feature [eclipse-feature] [INFO] org.polarsys.capella.core.ui.properties.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.explorer.activity.ui.richtext [eclipse-plugin] [INFO] org.polarsys.capella.core.properties.richtext.feature [eclipse-feature] [INFO] org.polarsys.capella.core.feature [eclipse-feature] [INFO] org.polarsys.capella.core.model.detachement [eclipse-plugin] [INFO] org.polarsys.capella.core.ui.properties.descriptions [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.common.re.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.data.gen [eclipse-plugin] [INFO] org.polarsys.capella.viatra.core.feature [eclipse-feature] [INFO] org.polarsys.capella.cdo.features [pom] [INFO] org.polarsys.capella.cdo.plugins [pom] [INFO] org.polarsys.capella.common.data.activity.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.behavior.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.data.core.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.libraries.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.common.re.gen.cdo [eclipse-plugin] [INFO] org.polarsys.capella.core.data.gen.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.ad.metadata.model.cdo [eclipse-plugin] [INFO] org.polarsys.kitalpha.emde.model.cdo [eclipse-plugin] [INFO] org.polarsys.capella.cdo.mock.feature [eclipse-feature] [INFO] org.polarsys.capella.rcp [eclipse-plugin] [INFO] org.polarsys.capella.rcp [eclipse-feature] [INFO] org.polarsys.capella.rcp.product [eclipse-repository] [INFO] org.polarsys.capella.rcp.site [eclipse-repository] [INFO] org.polarsys.capella.core.egf [eclipse-plugin] [INFO] org.polarsys.capella.core.egf.feature [eclipse-feature] [INFO] org.polarsys.capella.core.releng.plugins [pom] [INFO] org.polarsys.capella.egf.site [eclipse-repository] [INFO] org.polarsys.capella.tests.plugins [pom] [INFO] org.polarsys.capella.test.framework [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.common.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.layout.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.tools.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.benchmarks.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.business.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.commandline.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.filters.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.diagram.misc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.doc.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.explorer.activity.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fastlinker.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.model.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.validation.rules.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.platform.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.recrpl.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.transition.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.fragmentation [eclipse-plugin] [INFO] org.polarsys.capella.test.library.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.massactions.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.migration.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.navigator.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.odesign [eclipse-plugin] [INFO] org.polarsys.capella.test.progressmonitoring.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.re.updateconnections.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.richtext.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.semantic.queries.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.table [eclipse-plugin] [INFO] org.polarsys.capella.test.suites.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.projection.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.inui.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.local.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.suite.notinui.ju [eclipse-plugin] [INFO] org.polarsys.capella.test.run [eclipse-plugin] [INFO] org.polarsys.capella.test.feature [eclipse-feature] [INFO] org.polarsys.capella.test.site [eclipse-repository] [INFO] [INFO] -----------------< org.polarsys:org.polarsys.capella >------------------ [INFO] Building Capella 5.0.0-SNAPSHOT [1/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella --- [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.samples >-------------- [INFO] Building org.polarsys.capella.samples 5.0.0-SNAPSHOT [2/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.samples --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.samples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.samples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (package-samples) @ org.polarsys.capella.samples --- [INFO] Executing tasks [INFO] [zip] Building zip: /home/jenkins/agent/workspace/capella-product_doc-v1/samples/IFE_samplemodel.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/samples/In-Flight Entertainment System [INFO] Executed tasks [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.mdsofa.common >------- [INFO] Building org.polarsys.capella.common.mdsofa.common 5.0.0-SNAPSHOT [3/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.mdsofa.common --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.mdsofa.common --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.mdsofa.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/legacy/plugins/org.polarsys.capella.common.mdsofa.common/target/org.polarsys.capella.common.mdsofa.common-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.plugins >---------- [INFO] Building org.polarsys.capella.common.plugins 5.0.0-SNAPSHOT [4/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.plugins --- [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.common >-------------- [INFO] Building org.polarsys.capella.common 5.0.0-SNAPSHOT [5/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common/target/org.polarsys.capella.common-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ef >------------- [INFO] Building org.polarsys.capella.common.ef 5.0.0-SNAPSHOT [6/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ef --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ef --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ef --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ef --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ef --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ef --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ef/target/org.polarsys.capella.common.ef-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.platform.sirius.ted >---- [INFO] Building org.polarsys.capella.common.platform.sirius.ted 5.0.0-SNAPSHOT [7/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.platform.sirius.ted --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.ted/target/org.polarsys.capella.common.platform.sirius.ted-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.helpers >---------- [INFO] Building org.polarsys.capella.common.helpers 5.0.0-SNAPSHOT [8/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.helpers --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.helpers --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.helpers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.helpers/target/org.polarsys.capella.common.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.tools.report >-------- [INFO] Building org.polarsys.capella.common.tools.report 5.0.0-SNAPSHOT [9/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.tools.report --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report/target/org.polarsys.capella.common.tools.report-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.model >----------- [INFO] Building org.polarsys.capella.common.model 5.0.0-SNAPSHOT [10/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.model --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model/target/org.polarsys.capella.common.model-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.model.helpers >------- [INFO] Building org.polarsys.capella.common.model.helpers 5.0.0-SNAPSHOT [11/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.model.helpers --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.model.helpers --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.model.helpers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.model.helpers/target/org.polarsys.capella.common.model.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.core.gen >------- [INFO] Building org.polarsys.capella.common.data.core.gen 5.0.0-SNAPSHOT [12/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.core.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen/target/org.polarsys.capella.common.data.core.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.behavior.gen >----- [INFO] Building org.polarsys.capella.common.data.behavior.gen 5.0.0-SNAPSHOT [13/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.behavior.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen/target/org.polarsys.capella.common.data.behavior.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.activity.gen >----- [INFO] Building org.polarsys.capella.common.data.activity.gen 5.0.0-SNAPSHOT [14/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.activity.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen/target/org.polarsys.capella.common.data.activity.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.data.core.gen.edit >----- [INFO] Building org.polarsys.capella.common.data.core.gen.edit 5.0.0-SNAPSHOT [15/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.core.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.core.gen.edit/target/org.polarsys.capella.common.data.core.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.behavior.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.edit 5.0.0-SNAPSHOT [16/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.behavior.gen.edit/target/org.polarsys.capella.common.data.behavior.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.data.activity.gen.edit >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.edit 5.0.0-SNAPSHOT [17/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.activity.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.activity.gen.edit/target/org.polarsys.capella.common.data.activity.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.data.helpers >-------- [INFO] Building org.polarsys.capella.common.data.helpers 5.0.0-SNAPSHOT [18/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.helpers --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.helpers --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.helpers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.data.helpers/target/org.polarsys.capella.common.data.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.shared.id.handler >--------- [INFO] Building org.polarsys.capella.shared.id.handler 5.0.0-SNAPSHOT [19/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.shared.id.handler --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.shared.id.handler --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.shared.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.shared.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.shared.id.handler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.shared.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.shared.id.handler/target/org.polarsys.capella.shared.id.handler-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.queries >---------- [INFO] Building org.polarsys.capella.common.queries 5.0.0-SNAPSHOT [20/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.queries --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.queries --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.queries --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.queries/target/org.polarsys.capella.common.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.menu.dynamic >-------- [INFO] Building org.polarsys.capella.common.menu.dynamic 5.0.0-SNAPSHOT [21/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.menu.dynamic --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.menu.dynamic --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.menu.dynamic/target/org.polarsys.capella.common.menu.dynamic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.re.gen >----------- [INFO] Building org.polarsys.capella.common.re.gen 5.0.0-SNAPSHOT [22/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.re.gen --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen/target/org.polarsys.capella.common.re.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.edit >-------- [INFO] Building org.polarsys.capella.common.re.gen.edit 5.0.0-SNAPSHOT [23/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.edit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.re.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.gen.edit/target/org.polarsys.capella.common.re.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.libraries.gen >------- [INFO] Building org.polarsys.capella.common.libraries.gen 5.0.0-SNAPSHOT [24/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.libraries.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen/target/org.polarsys.capella.common.libraries.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.libraries.gen.edit >----- [INFO] Building org.polarsys.capella.common.libraries.gen.edit 5.0.0-SNAPSHOT [25/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.libraries.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries.gen.edit/target/org.polarsys.capella.common.libraries.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.id.handler >--------- [INFO] Building org.polarsys.capella.common.id.handler 5.0.0-SNAPSHOT [26/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.id.handler --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.id.handler --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.id.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.id.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.id.handler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.id.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.id.handler/target/org.polarsys.capella.common.id.handler-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.common.libraries >--------- [INFO] Building org.polarsys.capella.common.libraries 5.0.0-SNAPSHOT [27/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.libraries/target/org.polarsys.capella.common.libraries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.flexibility.properties >--- [INFO] Building org.polarsys.capella.common.flexibility.properties 5.0.0-SNAPSHOT [28/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.flexibility.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.properties/target/org.polarsys.capella.common.flexibility.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.plugins >----------- [INFO] Building org.polarsys.capella.core.plugins 5.0.0-SNAPSHOT [29/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.plugins --- [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.data.gen >----------- [INFO] Building org.polarsys.capella.core.data.gen 5.0.0-SNAPSHOT [30/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen --- [INFO] Compiling 839 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen/target/org.polarsys.capella.core.data.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.edit >-------- [INFO] Building org.polarsys.capella.core.data.gen.edit 5.0.0-SNAPSHOT [31/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Compiling 350 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.gen.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit/target/org.polarsys.capella.core.data.gen.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.handler >-------- [INFO] Building org.polarsys.capella.core.model.handler 5.0.0-SNAPSHOT [32/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.handler --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.handler --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.handler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.handler --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.handler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.handler --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.handler/target/org.polarsys.capella.core.model.handler-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.preferences >--------- [INFO] Building org.polarsys.capella.core.preferences 5.0.0-SNAPSHOT [33/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.preferences --- [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences/target/org.polarsys.capella.core.preferences-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage 5.0.0-SNAPSHOT [34/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage/target/org.polarsys.capella.common.tools.report.appenders.usage-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.transition >--------- [INFO] Building org.polarsys.capella.common.transition 5.0.0-SNAPSHOT [35/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.transition --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.transition --- [INFO] Compiling 137 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.transition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.transition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.transition --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.transition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.transition/target/org.polarsys.capella.common.transition-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.re >------------- [INFO] Building org.polarsys.capella.common.re 5.0.0-SNAPSHOT [36/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.re --- [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re/target/org.polarsys.capella.common.re-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.common.feature >---------- [INFO] Building org.polarsys.capella.common.feature 5.0.0-SNAPSHOT [37/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.feature/target/org.polarsys.capella.common.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.plugins >------------ [INFO] Building org.polarsys.capella.doc.plugins 5.0.0-SNAPSHOT [38/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.doc.plugins --- [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.commandline.doc >---------- [INFO] Building org.polarsys.capella.commandline.doc 5.0.0-SNAPSHOT [39/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.commandline.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.commandline.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.commandline.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.commandline.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.commandline.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.commandline.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.commandline.doc/target/org.polarsys.capella.commandline.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.common.ui >------------- [INFO] Building org.polarsys.capella.common.ui 5.0.0-SNAPSHOT [40/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui/target/org.polarsys.capella.common.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.helpers >--------- [INFO] Building org.polarsys.capella.core.data.helpers 5.0.0-SNAPSHOT [41/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.helpers --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.helpers --- [INFO] Compiling 245 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.helpers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.helpers/target/org.polarsys.capella.core.data.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.preferences >------ [INFO] Building org.polarsys.capella.core.model.preferences 5.0.0-SNAPSHOT [42/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.preferences --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.preferences --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.preferences --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.preferences --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.preferences/target/org.polarsys.capella.core.model.preferences-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.model.helpers >-------- [INFO] Building org.polarsys.capella.core.model.helpers 5.0.0-SNAPSHOT [43/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.helpers --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.helpers --- [INFO] Compiling 175 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.helpers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.helpers/target/org.polarsys.capella.core.model.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.flexibility.wizards >---- [INFO] Building org.polarsys.capella.common.flexibility.wizards 5.0.0-SNAPSHOT [44/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.flexibility.wizards/target/org.polarsys.capella.common.flexibility.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.linkedtext.ui >------- [INFO] Building org.polarsys.capella.common.linkedtext.ui 5.0.0-SNAPSHOT [45/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.linkedtext.ui/target/org.polarsys.capella.common.linkedtext.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.console >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.console 5.0.0-SNAPSHOT [46/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.console/target/org.polarsys.capella.common.tools.report.appenders.console-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.console >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.console 5.0.0-SNAPSHOT [47/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.console --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.console/target/org.polarsys.capella.common.platform.eclipse.tools.report.console-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.tools.report.ui >------ [INFO] Building org.polarsys.capella.common.tools.report.ui 5.0.0-SNAPSHOT [48/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.ui/target/org.polarsys.capella.common.tools.report.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.eclipse.tools.report.ui >-- [INFO] Building org.polarsys.capella.common.platform.eclipse.tools.report.ui 5.0.0-SNAPSHOT [49/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.platform.eclipse.tools.report.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.eclipse.tools.report.ui/target/org.polarsys.capella.common.platform.eclipse.tools.report.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.platform.sirius.customization >-- [INFO] Building org.polarsys.capella.common.platform.sirius.customization 5.0.0-SNAPSHOT [50/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.platform.sirius.customization --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.platform.sirius.customization/target/org.polarsys.capella.common.platform.sirius.customization-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.common.ui >----- [INFO] Building org.polarsys.capella.core.transition.common.ui 5.0.0-SNAPSHOT [51/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.common.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.common.ui/target/org.polarsys.capella.core.transition.common.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.services >-------- [INFO] Building org.polarsys.capella.common.ui.services 5.0.0-SNAPSHOT [52/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.services --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.services --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.services --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.services/target/org.polarsys.capella.common.ui.services-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.toolkit >--------- [INFO] Building org.polarsys.capella.common.ui.toolkit 5.0.0-SNAPSHOT [53/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit/target/org.polarsys.capella.common.ui.toolkit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.toolkit.browser >----- [INFO] Building org.polarsys.capella.common.ui.toolkit.browser 5.0.0-SNAPSHOT [54/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.toolkit.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.toolkit.browser/target/org.polarsys.capella.common.ui.toolkit.browser-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.common.ui.resources >-------- [INFO] Building org.polarsys.capella.common.ui.resources 5.0.0-SNAPSHOT [55/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.resources --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.resources --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.resources --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.common.ui.resources/target/org.polarsys.capella.common.ui.resources-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.libraries >---------- [INFO] Building org.polarsys.capella.core.libraries 5.0.0-SNAPSHOT [56/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.libraries --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.libraries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries/target/org.polarsys.capella.core.libraries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.business.queries >---- [INFO] Building org.polarsys.capella.core.data.business.queries 5.0.0-SNAPSHOT [57/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.business.queries --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.business.queries --- [INFO] Compiling 867 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.business.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.business.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.business.queries --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.business.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.business.queries/target/org.polarsys.capella.core.data.business.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.resources >--------- [INFO] Building org.polarsys.capella.core.ui.resources 5.0.0-SNAPSHOT [58/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.resources --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.resources --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.resources --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.resources/target/org.polarsys.capella.core.ui.resources-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.toolkit >---------- [INFO] Building org.polarsys.capella.core.ui.toolkit 5.0.0-SNAPSHOT [59/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.toolkit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.toolkit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.toolkit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.toolkit/target/org.polarsys.capella.core.ui.toolkit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.gen.edit.decorators >--- [INFO] Building org.polarsys.capella.core.data.gen.edit.decorators 5.0.0-SNAPSHOT [60/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.gen.edit.decorators --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.edit.decorators/target/org.polarsys.capella.core.data.gen.edit.decorators-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.diagram.helpers >------- [INFO] Building org.polarsys.capella.core.diagram.helpers 5.0.0-SNAPSHOT [61/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.diagram.helpers --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.diagram.helpers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.diagram.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.diagram.helpers/target/org.polarsys.capella.core.diagram.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.clipboard >-- [INFO] Building org.polarsys.capella.core.platform.sirius.clipboard 5.0.0-SNAPSHOT [62/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.clipboard --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.clipboard/target/org.polarsys.capella.core.platform.sirius.clipboard-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.common.re.ui >----------- [INFO] Building org.polarsys.capella.common.re.ui 5.0.0-SNAPSHOT [63/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.re.ui --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.re.ui/target/org.polarsys.capella.common.re.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.file >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.file 5.0.0-SNAPSHOT [64/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.file --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.file/target/org.polarsys.capella.common.tools.report.appenders.file-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.reportlogview >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.reportlogview 5.0.0-SNAPSHOT [65/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.reportlogview --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.reportlogview/target/org.polarsys.capella.common.tools.report.appenders.reportlogview-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.tools.report.appenders.usage.ui >-- [INFO] Building org.polarsys.capella.common.tools.report.appenders.usage.ui 5.0.0-SNAPSHOT [66/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.tools.report.appenders.usage.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.tools.report.appenders.usage.ui/target/org.polarsys.capella.common.tools.report.appenders.usage.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.af.integration >-------- [INFO] Building org.polarsys.capella.core.af.integration 5.0.0-SNAPSHOT [67/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.af.integration --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.af.integration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration/target/org.polarsys.capella.core.af.integration-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.validation >---------- [INFO] Building org.polarsys.capella.core.validation 5.0.0-SNAPSHOT [68/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.validation --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation/target/org.polarsys.capella.core.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.linkedtext.ui >-------- [INFO] Building org.polarsys.capella.core.linkedtext.ui 5.0.0-SNAPSHOT [69/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.linkedtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.linkedtext.ui/target/org.polarsys.capella.core.linkedtext.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.menu >--- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.menu 5.0.0-SNAPSHOT [70/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.menu --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.menu/target/org.polarsys.capella.core.platform.sirius.ui.menu-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.actions >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.actions 5.0.0-SNAPSHOT [71/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.actions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.actions/target/org.polarsys.capella.core.platform.sirius.ui.actions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.properties >-------- [INFO] Building org.polarsys.capella.core.ui.properties 5.0.0-SNAPSHOT [72/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties --- [INFO] Compiling 91 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties/target/org.polarsys.capella.core.ui.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.menu.dynamic >------ [INFO] Building org.polarsys.capella.common.ui.menu.dynamic 5.0.0-SNAPSHOT [73/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.menu.dynamic/target/org.polarsys.capella.common.ui.menu.dynamic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.application >--------- [INFO] Building org.polarsys.capella.core.application 5.0.0-SNAPSHOT [74/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.application --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.application --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.application --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.application --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.application --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.application --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.application/target/org.polarsys.capella.core.application-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.commandline.core >------- [INFO] Building org.polarsys.capella.core.commandline.core 5.0.0-SNAPSHOT [75/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.commandline.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core/target/org.polarsys.capella.core.commandline.core-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.perspective >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.perspective 5.0.0-SNAPSHOT [76/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.perspective --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.perspective/target/org.polarsys.capella.core.platform.sirius.ui.perspective-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.commandline.core.ui >----- [INFO] Building org.polarsys.capella.core.commandline.core.ui 5.0.0-SNAPSHOT [77/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.commandline.core.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.commandline.core.ui/target/org.polarsys.capella.core.commandline.core.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.properties >----- [INFO] Building org.polarsys.capella.core.data.core.properties 5.0.0-SNAPSHOT [78/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.core.properties --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.core.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.properties/target/org.polarsys.capella.core.data.core.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.properties >---- [INFO] Building org.polarsys.capella.core.data.common.properties 5.0.0-SNAPSHOT [79/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.common.properties --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.common.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.properties/target/org.polarsys.capella.core.data.common.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.properties >-- [INFO] Building org.polarsys.capella.core.data.information.properties 5.0.0-SNAPSHOT [80/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.properties --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.properties/target/org.polarsys.capella.core.data.information.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.properties >-- [INFO] Building org.polarsys.capella.core.data.interaction.properties 5.0.0-SNAPSHOT [81/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.interaction.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.properties/target/org.polarsys.capella.core.data.interaction.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.skeleton >-------- [INFO] Building org.polarsys.capella.core.model.skeleton 5.0.0-SNAPSHOT [82/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.skeleton --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.skeleton --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.skeleton --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.skeleton --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.skeleton --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.skeleton --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.skeleton/target/org.polarsys.capella.core.model.skeleton-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.services >----------- [INFO] Building org.polarsys.capella.core.services 5.0.0-SNAPSHOT [83/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.services --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.services --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.services --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.services/target/org.polarsys.capella.core.services-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.platform.sirius.adapter >--- [INFO] Building org.polarsys.capella.core.platform.sirius.adapter 5.0.0-SNAPSHOT [84/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.adapter --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.adapter/target/org.polarsys.capella.core.platform.sirius.adapter-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.sirius.analysis >------- [INFO] Building org.polarsys.capella.core.sirius.analysis 5.0.0-SNAPSHOT [85/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.analysis --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Compiling 226 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.analysis --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.sirius.analysis --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.analysis/target/org.polarsys.capella.core.sirius.analysis-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.sirius.ui >---------- [INFO] Building org.polarsys.capella.core.sirius.ui 5.0.0-SNAPSHOT [86/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.sirius.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.sirius.ui --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.sirius.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.sirius.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.sirius.ui --- Feb 02, 2021 10:21:44 AM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Bundle-Localization. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.sirius.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.sirius.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.sirius.ui/target/org.polarsys.capella.core.sirius.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.preferences.project.configuration >-- [INFO] Building org.polarsys.capella.core.preferences.project.configuration 5.0.0-SNAPSHOT [87/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.preferences.project.configuration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.preferences.project.configuration/target/org.polarsys.capella.core.preferences.project.configuration-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.project >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.project 5.0.0-SNAPSHOT [88/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.project/target/org.polarsys.capella.core.platform.sirius.ui.project-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.navigator >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.navigator 5.0.0-SNAPSHOT [89/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Compiling 103 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/classes [WARNING] /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonViewer.java:[79] public void add(Object parentElementOrTreePath, Object[] childElements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike CapellaCommonViewer.add(Object, Object[]) and CommonViewer.add(Object, Object...) [WARNING] /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonViewer.java:[127] public void remove(Object parent, Object[] elements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike CapellaCommonViewer.remove(Object, Object[]) and AbstractTreeViewer.remove(Object, Object...) [WARNING] /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/org/polarsys/capella/core/platform/sirius/ui/navigator/view/CapellaCommonViewer.java:[133] public void remove(Object[] elementsOrTreePaths) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike CapellaCommonViewer.remove(Object[]) and CommonViewer.remove(Object...) 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.navigator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.navigator/target/org.polarsys.capella.core.platform.sirius.ui.navigator-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.semantic.browser >----- [INFO] Building org.polarsys.capella.core.ui.semantic.browser 5.0.0-SNAPSHOT [90/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser/target/org.polarsys.capella.core.ui.semantic.browser-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.core >---- [INFO] Building org.polarsys.capella.common.ui.massactions.core 5.0.0-SNAPSHOT [91/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.massactions.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions.core/target/org.polarsys.capella.common.ui.massactions.core-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.common.ui.massactions >------- [INFO] Building org.polarsys.capella.common.ui.massactions 5.0.0-SNAPSHOT [92/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.massactions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/plugins/org.polarsys.capella.common.ui.massactions/target/org.polarsys.capella.common.ui.massactions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.common.ui.massactions.doc >----- [INFO] Building org.polarsys.capella.common.ui.massactions.doc 5.0.0-SNAPSHOT [93/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.massactions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.common.ui.massactions.doc/target/org.polarsys.capella.common.ui.massactions.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.common.ui.massactions.feature >--- [INFO] Building org.polarsys.capella.common.ui.massactions.feature 5.0.0-SNAPSHOT [94/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.massactions.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.massactions.feature/target/org.polarsys.capella.common.ui.massactions.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.ui.feature >--------- [INFO] Building org.polarsys.capella.common.ui.feature 5.0.0-SNAPSHOT [95/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.common.ui.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/common/features/org.polarsys.capella.common.ui.feature/target/org.polarsys.capella.common.ui.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.features >----------- [INFO] Building org.polarsys.capella.core.features 5.0.0-SNAPSHOT [96/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.features --- [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.model.semantic >-------- [INFO] Building org.polarsys.capella.core.model.semantic 5.0.0-SNAPSHOT [97/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.semantic --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.semantic --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.semantic --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.semantic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.semantic/target/org.polarsys.capella.core.model.semantic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.semantic.queries >------- [INFO] Building org.polarsys.capella.core.semantic.queries 5.0.0-SNAPSHOT [98/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.semantic.queries --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.semantic.queries --- [INFO] Compiling 411 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.semantic.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.semantic.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.semantic.queries --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.semantic.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.semantic.queries/target/org.polarsys.capella.core.semantic.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.common.feature >-------- [INFO] Building org.polarsys.capella.core.common.feature 5.0.0-SNAPSHOT [99/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.feature/target/org.polarsys.capella.core.common.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.af.integration.ui >------ [INFO] Building org.polarsys.capella.core.af.integration.ui 5.0.0-SNAPSHOT [100/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.af.integration.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.af.integration.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.af.integration.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.af.integration.ui/target/org.polarsys.capella.core.af.integration.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.res.edit >-------- [INFO] Building org.polarsys.capella.core.data.res.edit 5.0.0-SNAPSHOT [101/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.edit --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.res.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.edit/target/org.polarsys.capella.core.data.res.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.gen.editor >------- [INFO] Building org.polarsys.capella.core.data.gen.editor 5.0.0-SNAPSHOT [102/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.editor --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.editor --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.gen.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.gen.editor/target/org.polarsys.capella.core.data.gen.editor-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.res.editor >------- [INFO] Building org.polarsys.capella.core.data.res.editor 5.0.0-SNAPSHOT [103/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.res.editor --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.res.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.res.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.res.editor --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.res.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.res.editor/target/org.polarsys.capella.core.data.res.editor-5.0.0-SNAPSHOT.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.common.ui.feature >------ [INFO] Building org.polarsys.capella.core.common.ui.feature 5.0.0-SNAPSHOT [104/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.common.ui.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.common.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.common.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.common.ui.feature/target/org.polarsys.capella.core.common.ui.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.properties >-- [INFO] Building org.polarsys.capella.core.data.information.communication.properties 5.0.0-SNAPSHOT [105/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.communication.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.properties/target/org.polarsys.capella.core.data.information.communication.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.properties >------ [INFO] Building org.polarsys.capella.core.data.fa.properties 5.0.0-SNAPSHOT [106/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.fa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.properties/target/org.polarsys.capella.core.data.fa.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.properties >------ [INFO] Building org.polarsys.capella.core.data.cs.properties 5.0.0-SNAPSHOT [107/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.cs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.properties/target/org.polarsys.capella.core.data.cs.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.properties >----- [INFO] Building org.polarsys.capella.core.data.ctx.properties 5.0.0-SNAPSHOT [108/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.ctx.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.properties/target/org.polarsys.capella.core.data.ctx.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.properties >----- [INFO] Building org.polarsys.capella.core.data.epbs.properties 5.0.0-SNAPSHOT [109/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.epbs.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.properties/target/org.polarsys.capella.core.data.epbs.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.properties 5.0.0-SNAPSHOT [110/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.datatype.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.properties/target/org.polarsys.capella.core.data.information.datatype.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datavalue.properties >-- [INFO] Building org.polarsys.capella.core.data.information.datavalue.properties 5.0.0-SNAPSHOT [111/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.datavalue.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datavalue.properties/target/org.polarsys.capella.core.data.information.datavalue.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.properties >------ [INFO] Building org.polarsys.capella.core.data.la.properties 5.0.0-SNAPSHOT [112/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.la.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.la.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.properties/target/org.polarsys.capella.core.data.la.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.modeller.properties >--- [INFO] Building org.polarsys.capella.core.data.modeller.properties 5.0.0-SNAPSHOT [113/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.modeller.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.modeller.properties/target/org.polarsys.capella.core.data.modeller.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.properties >------ [INFO] Building org.polarsys.capella.core.data.oa.properties 5.0.0-SNAPSHOT [114/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.oa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.properties/target/org.polarsys.capella.core.data.oa.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.properties >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.properties 5.0.0-SNAPSHOT [115/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.properties/target/org.polarsys.capella.core.data.pa.deployment.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.properties >------ [INFO] Building org.polarsys.capella.core.data.pa.properties 5.0.0-SNAPSHOT [116/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.pa.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.properties/target/org.polarsys.capella.core.data.pa.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.requirement.properties >-- [INFO] Building org.polarsys.capella.core.data.requirement.properties 5.0.0-SNAPSHOT [117/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.requirement.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.requirement.properties/target/org.polarsys.capella.core.data.requirement.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.sharedmodel.properties >-- [INFO] Building org.polarsys.capella.core.data.sharedmodel.properties 5.0.0-SNAPSHOT [118/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.sharedmodel.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.sharedmodel.properties/target/org.polarsys.capella.core.data.sharedmodel.properties-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.properties.feature >------ [INFO] Building org.polarsys.capella.core.properties.feature 5.0.0-SNAPSHOT [119/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.properties.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.properties.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.feature/target/org.polarsys.capella.core.properties.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.validation >---- [INFO] Building org.polarsys.capella.core.data.common.validation 5.0.0-SNAPSHOT [120/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.common.validation --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.common.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.validation/target/org.polarsys.capella.core.data.common.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.validation >----- [INFO] Building org.polarsys.capella.core.data.core.validation 5.0.0-SNAPSHOT [121/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.core.validation --- [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.core.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.validation/target/org.polarsys.capella.core.data.core.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.transition.system >------ [INFO] Building org.polarsys.capella.core.transition.system 5.0.0-SNAPSHOT [122/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system --- [INFO] Compiling 138 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.system --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system/target/org.polarsys.capella.core.transition.system-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown 5.0.0-SNAPSHOT [123/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.system.topdown --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown/target/org.polarsys.capella.core.transition.system.topdown-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.validation >------ [INFO] Building org.polarsys.capella.core.data.cs.validation 5.0.0-SNAPSHOT [124/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.cs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.validation/target/org.polarsys.capella.core.data.cs.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.ctx.validation >----- [INFO] Building org.polarsys.capella.core.data.ctx.validation 5.0.0-SNAPSHOT [125/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.ctx.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.validation/target/org.polarsys.capella.core.data.ctx.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.validation >----- [INFO] Building org.polarsys.capella.core.data.epbs.validation 5.0.0-SNAPSHOT [126/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.epbs.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.validation/target/org.polarsys.capella.core.data.epbs.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.validation >------ [INFO] Building org.polarsys.capella.core.data.fa.validation 5.0.0-SNAPSHOT [127/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.fa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.validation/target/org.polarsys.capella.core.data.fa.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.communication.validation >-- [INFO] Building org.polarsys.capella.core.data.information.communication.validation 5.0.0-SNAPSHOT [128/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.communication.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.communication.validation/target/org.polarsys.capella.core.data.information.communication.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.datatype.validation >-- [INFO] Building org.polarsys.capella.core.data.information.datatype.validation 5.0.0-SNAPSHOT [129/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.datatype.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.datatype.validation/target/org.polarsys.capella.core.data.information.datatype.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.validation >-- [INFO] Building org.polarsys.capella.core.data.information.validation 5.0.0-SNAPSHOT [130/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.validation --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.validation/target/org.polarsys.capella.core.data.information.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.validation >-- [INFO] Building org.polarsys.capella.core.data.interaction.validation 5.0.0-SNAPSHOT [131/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.interaction.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.validation/target/org.polarsys.capella.core.data.interaction.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.validation >------ [INFO] Building org.polarsys.capella.core.data.la.validation 5.0.0-SNAPSHOT [132/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.la.validation --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.la.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.validation/target/org.polarsys.capella.core.data.la.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.menu.dynamic >--------- [INFO] Building org.polarsys.capella.core.menu.dynamic 5.0.0-SNAPSHOT [133/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.menu.dynamic --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.menu.dynamic --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.menu.dynamic --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.menu.dynamic/target/org.polarsys.capella.core.menu.dynamic-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.menu.contributions >--- [INFO] Building org.polarsys.capella.core.data.menu.contributions 5.0.0-SNAPSHOT [134/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.menu.contributions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.menu.contributions/target/org.polarsys.capella.core.data.menu.contributions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.oa.validation >------ [INFO] Building org.polarsys.capella.core.data.oa.validation 5.0.0-SNAPSHOT [135/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.oa.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.oa.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.oa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.oa.validation/target/org.polarsys.capella.core.data.oa.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.pa.deployment.validation >-- [INFO] Building org.polarsys.capella.core.data.pa.deployment.validation 5.0.0-SNAPSHOT [136/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.pa.deployment.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.deployment.validation/target/org.polarsys.capella.core.data.pa.deployment.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.validation >------ [INFO] Building org.polarsys.capella.core.data.pa.validation 5.0.0-SNAPSHOT [137/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.pa.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.validation/target/org.polarsys.capella.core.data.pa.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.selection.queries >---- [INFO] Building org.polarsys.capella.core.data.selection.queries 5.0.0-SNAPSHOT [138/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.selection.queries --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.selection.queries --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.selection.queries --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.selection.queries/target/org.polarsys.capella.core.data.selection.queries-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.obfuscator >------- [INFO] Building org.polarsys.capella.core.model.obfuscator 5.0.0-SNAPSHOT [139/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.obfuscator --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.obfuscator --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.obfuscator --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.obfuscator/target/org.polarsys.capella.core.model.obfuscator-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.eclipse.ui.trace >-- [INFO] Building org.polarsys.capella.core.platform.eclipse.ui.trace 5.0.0-SNAPSHOT [140/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.eclipse.ui.trace --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.eclipse.ui.trace/target/org.polarsys.capella.core.platform.eclipse.ui.trace-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.validation.ui.ide >------ [INFO] Building org.polarsys.capella.core.validation.ui.ide 5.0.0-SNAPSHOT [141/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.validation.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui.ide/target/org.polarsys.capella.core.validation.ui.ide-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.sirius.validation >-- [INFO] Building org.polarsys.capella.core.platform.sirius.sirius.validation 5.0.0-SNAPSHOT [142/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.sirius.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.sirius.validation/target/org.polarsys.capella.core.platform.sirius.sirius.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.platform.sirius.ui.services >-- [INFO] Building org.polarsys.capella.core.platform.sirius.ui.services 5.0.0-SNAPSHOT [143/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.platform.sirius.ui.services --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.platform.sirius.ui.services/target/org.polarsys.capella.core.platform.sirius.ui.services-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.re.validation >-------- [INFO] Building org.polarsys.capella.core.re.validation 5.0.0-SNAPSHOT [144/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.validation --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.re.validation --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.validation/target/org.polarsys.capella.core.re.validation-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.metric >---------- [INFO] Building org.polarsys.capella.core.ui.metric 5.0.0-SNAPSHOT [145/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.metric --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.metric --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.metric --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.metric --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.metric --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.metric --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.metric/target/org.polarsys.capella.core.ui.metric-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.ui.views >------------- [INFO] Building org.polarsys.capella.ui.views 5.0.0-SNAPSHOT [146/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.views --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.views --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.ui.views --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.ui.views/target/org.polarsys.capella.ui.views-5.0.0-SNAPSHOT.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.reportlog >--------- [INFO] Building org.polarsys.capella.core.ui.reportlog 5.0.0-SNAPSHOT [147/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.reportlog --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.reportlog --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.reportlog --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.reportlog/target/org.polarsys.capella.core.ui.reportlog-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.validation.commandline >---- [INFO] Building org.polarsys.capella.core.validation.commandline 5.0.0-SNAPSHOT [148/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.commandline --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.validation.commandline --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.commandline --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.commandline --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.commandline --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.validation.commandline --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.commandline/target/org.polarsys.capella.core.validation.commandline-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.intro >----------- [INFO] Building org.polarsys.capella.core.ui.intro 5.0.0-SNAPSHOT [149/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.intro --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.intro --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.intro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.intro --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.intro --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.intro --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.ui.intro/target/org.polarsys.capella.core.ui.intro-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.ui.feature >---------- [INFO] Building org.polarsys.capella.core.ui.feature 5.0.0-SNAPSHOT [150/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.feature/target/org.polarsys.capella.core.ui.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.validation.ui >-------- [INFO] Building org.polarsys.capella.core.validation.ui 5.0.0-SNAPSHOT [151/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.validation.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.validation.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.validation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.validation.ui/target/org.polarsys.capella.core.validation.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.validation.feature >------ [INFO] Building org.polarsys.capella.core.validation.feature 5.0.0-SNAPSHOT [152/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.validation.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.validation.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.validation.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.validation.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.validation.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.validation.feature/target/org.polarsys.capella.core.validation.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.sirius >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.sirius 5.0.0-SNAPSHOT [153/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.sirius --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.semantic.browser.sirius/target/org.polarsys.capella.core.ui.semantic.browser.sirius-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.semantic.browser.feature >-- [INFO] Building org.polarsys.capella.core.ui.semantic.browser.feature 5.0.0-SNAPSHOT [154/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.semantic.browser.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.semantic.browser.feature/target/org.polarsys.capella.core.ui.semantic.browser.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.data.common.ui.quickfix >--- [INFO] Building org.polarsys.capella.core.data.common.ui.quickfix 5.0.0-SNAPSHOT [155/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.common.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.common.ui.quickfix/target/org.polarsys.capella.core.data.common.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.libraries.ui >--------- [INFO] Building org.polarsys.capella.core.libraries.ui 5.0.0-SNAPSHOT [156/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.libraries.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.libraries.ui --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.libraries.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.libraries.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.libraries.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.libraries.ui/target/org.polarsys.capella.core.libraries.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.core.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.core.ui.quickfix 5.0.0-SNAPSHOT [157/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.core.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.core.ui.quickfix/target/org.polarsys.capella.core.data.core.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.tiger >------------ [INFO] Building org.polarsys.capella.core.tiger 5.0.0-SNAPSHOT [158/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.tiger --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.tiger --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.tiger --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.tiger --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.tiger --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.tiger --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.tiger/target/org.polarsys.capella.core.tiger-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.cs.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.cs.ui.quickfix 5.0.0-SNAPSHOT [159/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.cs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.cs.ui.quickfix/target/org.polarsys.capella.core.data.cs.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.ctx.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.ctx.ui.quickfix 5.0.0-SNAPSHOT [160/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.ctx.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.ctx.ui.quickfix/target/org.polarsys.capella.core.data.ctx.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.data.epbs.ui.quickfix >---- [INFO] Building org.polarsys.capella.core.data.epbs.ui.quickfix 5.0.0-SNAPSHOT [161/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.epbs.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.epbs.ui.quickfix/target/org.polarsys.capella.core.data.epbs.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.fa.ui.quickfix 5.0.0-SNAPSHOT [162/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.fa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.quickfix/target/org.polarsys.capella.core.data.fa.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.information.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.information.ui.quickfix 5.0.0-SNAPSHOT [163/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.information.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.information.ui.quickfix/target/org.polarsys.capella.core.data.information.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.data.interaction.ui.quickfix >-- [INFO] Building org.polarsys.capella.core.data.interaction.ui.quickfix 5.0.0-SNAPSHOT [164/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.interaction.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.interaction.ui.quickfix/target/org.polarsys.capella.core.data.interaction.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.la.ui.quickfix 5.0.0-SNAPSHOT [165/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.la.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.quickfix/target/org.polarsys.capella.core.data.la.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.pa.ui.quickfix >----- [INFO] Building org.polarsys.capella.core.data.pa.ui.quickfix 5.0.0-SNAPSHOT [166/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.pa.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.pa.ui.quickfix/target/org.polarsys.capella.core.data.pa.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.core.re >-------------- [INFO] Building org.polarsys.capella.core.re 5.0.0-SNAPSHOT [167/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.re --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re/target/org.polarsys.capella.core.re-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------< org.polarsys:org.polarsys.capella.core.re.ui >------------ [INFO] Building org.polarsys.capella.core.re.ui 5.0.0-SNAPSHOT [168/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.re.ui --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui/target/org.polarsys.capella.core.re.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.re.ui.quickfix >-------- [INFO] Building org.polarsys.capella.core.re.ui.quickfix 5.0.0-SNAPSHOT [169/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re.ui.quickfix --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.ui.quickfix/target/org.polarsys.capella.core.re.ui.quickfix-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.quickfix.feature >----- [INFO] Building org.polarsys.capella.core.ui.quickfix.feature 5.0.0-SNAPSHOT [170/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.quickfix.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.quickfix.feature/target/org.polarsys.capella.core.ui.quickfix.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.projection.common >------ [INFO] Building org.polarsys.capella.core.projection.common 5.0.0-SNAPSHOT [171/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.common --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.projection.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common/target/org.polarsys.capella.core.projection.common-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.exchanges >----- [INFO] Building org.polarsys.capella.core.projection.exchanges 5.0.0-SNAPSHOT [172/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.exchanges --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.exchanges --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.projection.exchanges --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.exchanges/target/org.polarsys.capella.core.projection.exchanges-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.interfaces >---- [INFO] Building org.polarsys.capella.core.projection.interfaces 5.0.0-SNAPSHOT [173/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.interfaces --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.interfaces --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.projection.interfaces --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.interfaces/target/org.polarsys.capella.core.projection.interfaces-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.projection.scenario >----- [INFO] Building org.polarsys.capella.core.projection.scenario 5.0.0-SNAPSHOT [174/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.scenario --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.scenario --- [INFO] Compiling 73 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.scenario --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.scenario --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.scenario --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.projection.scenario --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.scenario/target/org.polarsys.capella.core.projection.scenario-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.transition.diagram >------ [INFO] Building org.polarsys.capella.core.transition.diagram 5.0.0-SNAPSHOT [175/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.diagram --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram/target/org.polarsys.capella.core.transition.diagram-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.transfo.feature >------- [INFO] Building org.polarsys.capella.core.transfo.feature 5.0.0-SNAPSHOT [176/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transfo.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transfo.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transfo.feature/target/org.polarsys.capella.core.transfo.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.flexibility.wizards >----- [INFO] Building org.polarsys.capella.core.flexibility.wizards 5.0.0-SNAPSHOT [177/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.flexibility.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.flexibility.wizards/target/org.polarsys.capella.core.flexibility.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.system.ui >----- [INFO] Building org.polarsys.capella.core.transition.system.ui 5.0.0-SNAPSHOT [178/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.system.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.ui/target/org.polarsys.capella.core.transition.system.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.ui >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.ui 5.0.0-SNAPSHOT [179/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.system.topdown.ui/target/org.polarsys.capella.core.transition.system.topdown.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.explorer.activity.ui >----- [INFO] Building org.polarsys.capella.core.explorer.activity.ui 5.0.0-SNAPSHOT [180/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui/target/org.polarsys.capella.core.explorer.activity.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.dashboard.feature >------ [INFO] Building org.polarsys.capella.core.dashboard.feature 5.0.0-SNAPSHOT [181/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.dashboard.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.dashboard.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.dashboard.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.dashboard.feature/target/org.polarsys.capella.core.dashboard.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.common.feature >-- [INFO] Building org.polarsys.capella.core.transition.common.feature 5.0.0-SNAPSHOT [182/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.common.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.common.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.common.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.common.feature/target/org.polarsys.capella.core.transition.common.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.transition.system.topdown.feature >-- [INFO] Building org.polarsys.capella.core.transition.system.topdown.feature 5.0.0-SNAPSHOT [183/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.system.topdown.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.transition.system.topdown.feature/target/org.polarsys.capella.core.transition.system.topdown.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.fa.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.fa.ui.wizards 5.0.0-SNAPSHOT [184/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.fa.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.fa.ui.wizards/target/org.polarsys.capella.core.data.fa.ui.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.data.la.ui.wizards >------ [INFO] Building org.polarsys.capella.core.data.la.ui.wizards 5.0.0-SNAPSHOT [185/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.la.ui.wizards --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.la.ui.wizards/target/org.polarsys.capella.core.data.la.ui.wizards-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.model.links.helpers >----- [INFO] Building org.polarsys.capella.core.model.links.helpers 5.0.0-SNAPSHOT [186/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.links.helpers --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.links.helpers --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.links.helpers --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.links.helpers/target/org.polarsys.capella.core.model.links.helpers-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.ui.fastlinker >-------- [INFO] Building org.polarsys.capella.core.ui.fastlinker 5.0.0-SNAPSHOT [187/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.fastlinker --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.fastlinker/target/org.polarsys.capella.core.ui.fastlinker-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.core.ui.search >---------- [INFO] Building org.polarsys.capella.core.ui.search 5.0.0-SNAPSHOT [188/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.search --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.search --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.search --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.search --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.search --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.search/target/org.polarsys.capella.core.ui.search-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.wizards.feature >------ [INFO] Building org.polarsys.capella.core.ui.wizards.feature 5.0.0-SNAPSHOT [189/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.wizards.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.wizards.feature/target/org.polarsys.capella.core.ui.wizards.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.re.updateconnections.ui >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.ui 5.0.0-SNAPSHOT [190/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re.updateconnections.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.updateconnections.ui/target/org.polarsys.capella.core.re.updateconnections.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.project >---------- [INFO] Building org.polarsys.capella.core.re.project 5.0.0-SNAPSHOT [191/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.project --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.re.project --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.project --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.project --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.project --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re.project --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.re.project/target/org.polarsys.capella.core.re.project-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.re.feature >---------- [INFO] Building org.polarsys.capella.core.re.feature 5.0.0-SNAPSHOT [192/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.re.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.re.feature/target/org.polarsys.capella.core.re.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.libraries.feature >------ [INFO] Building org.polarsys.capella.core.libraries.feature 5.0.0-SNAPSHOT [193/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.libraries.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.libraries.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.libraries.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.libraries.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.libraries.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.libraries.feature/target/org.polarsys.capella.core.libraries.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.data.migration >-------- [INFO] Building org.polarsys.capella.core.data.migration 5.0.0-SNAPSHOT [194/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.migration --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.migration --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.migration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.migration --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.migration --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.data.migration/target/org.polarsys.capella.core.data.migration-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.migration.feature >------ [INFO] Building org.polarsys.capella.core.migration.feature 5.0.0-SNAPSHOT [195/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.migration.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.migration.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.migration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.migration.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.migration.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.migration.feature/target/org.polarsys.capella.core.migration.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.compare >----------- [INFO] Building org.polarsys.capella.core.compare 5.0.0-SNAPSHOT [196/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.compare --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.compare --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.compare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.compare/target/org.polarsys.capella.core.compare-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.compare.feature >------- [INFO] Building org.polarsys.capella.core.compare.feature 5.0.0-SNAPSHOT [197/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.compare.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.compare.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.compare.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.compare.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.compare.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.compare.feature/target/org.polarsys.capella.core.compare.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.detachment.propertyvalue >----- [INFO] Building org.polarsys.capella.detachment.propertyvalue 5.0.0-SNAPSHOT [198/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.detachment.propertyvalue --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.propertyvalue/target/org.polarsys.capella.detachment.propertyvalue-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.detachment.version.precondition >-- [INFO] Building org.polarsys.capella.detachment.version.precondition 5.0.0-SNAPSHOT [199/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.detachment.version.precondition --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.version.precondition --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.detachment.version.precondition --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/plugins/org.polarsys.capella.detachment.version.precondition/target/org.polarsys.capella.detachment.version.precondition-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.detachment.feature >-------- [INFO] Building org.polarsys.capella.detachment.feature 5.0.0-SNAPSHOT [200/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.detachment.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.detachment.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.detachment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.detachment.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.detachment.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/detachment/features/org.polarsys.capella.detachment.feature/target/org.polarsys.capella.detachment.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.re.updateconnections.doc >--- [INFO] Building org.polarsys.capella.core.re.updateconnections.doc 5.0.0-SNAPSHOT [201/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.re.updateconnections.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.core.re.updateconnections.doc/target/org.polarsys.capella.core.re.updateconnections.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.developer.doc >----------- [INFO] Building org.polarsys.capella.developer.doc 5.0.0-SNAPSHOT [202/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.developer.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.developer.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.developer.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.developer.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.developer.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.developer.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.developer.doc/target/org.polarsys.capella.developer.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.diagrams.doc >----------- [INFO] Building org.polarsys.capella.diagrams.doc 5.0.0-SNAPSHOT [203/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diagrams.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.diagrams.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diagrams.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diagrams.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diagrams.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.diagrams.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diagrams.doc/target/org.polarsys.capella.diagrams.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.diffmerge.doc >----------- [INFO] Building org.polarsys.capella.diffmerge.doc 5.0.0-SNAPSHOT [204/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.diffmerge.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.diffmerge.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.diffmerge.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.diffmerge.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.diffmerge.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.diffmerge.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.diffmerge.doc/target/org.polarsys.capella.diffmerge.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.doc >---------------- [INFO] Building org.polarsys.capella.doc 5.0.0-SNAPSHOT [205/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.doc/target/org.polarsys.capella.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.viewpoint.doc >----------- [INFO] Building org.polarsys.capella.viewpoint.doc 5.0.0-SNAPSHOT [206/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viewpoint.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.viewpoint.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viewpoint.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viewpoint.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viewpoint.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.viewpoint.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.viewpoint.doc/target/org.polarsys.capella.viewpoint.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.preferences.doc >---------- [INFO] Building org.polarsys.capella.preferences.doc 5.0.0-SNAPSHOT [207/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.preferences.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.preferences.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.preferences.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.preferences.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.preferences.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.preferences.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.preferences.doc/target/org.polarsys.capella.preferences.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.properties.doc >---------- [INFO] Building org.polarsys.capella.properties.doc 5.0.0-SNAPSHOT [208/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.properties.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.properties.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.properties.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.properties.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.properties.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.properties.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.properties.doc/target/org.polarsys.capella.properties.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.re.doc >-------------- [INFO] Building org.polarsys.capella.re.doc 5.0.0-SNAPSHOT [209/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.re.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.re.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.re.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.re.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.re.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.re.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.re.doc/target/org.polarsys.capella.re.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.transitions.doc >---------- [INFO] Building org.polarsys.capella.transitions.doc 5.0.0-SNAPSHOT [210/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.transitions.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.transitions.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.transitions.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.transitions.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.transitions.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.transitions.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.transitions.doc/target/org.polarsys.capella.transitions.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.ui.doc >-------------- [INFO] Building org.polarsys.capella.ui.doc 5.0.0-SNAPSHOT [211/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.ui.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.ui.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.ui.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.ui.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.ui.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.ui.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.ui.doc/target/org.polarsys.capella.ui.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.glossary.doc >----------- [INFO] Building org.polarsys.capella.glossary.doc 5.0.0-SNAPSHOT [212/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.glossary.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.glossary.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.glossary.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.glossary.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.glossary.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.glossary.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.glossary.doc/target/org.polarsys.capella.glossary.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< org.polarsys:org.polarsys.capella.validation.doc >---------- [INFO] Building org.polarsys.capella.validation.doc 5.0.0-SNAPSHOT [213/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.validation.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.validation.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.validation.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.validation.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.validation.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.validation.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.validation.doc/target/org.polarsys.capella.validation.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------------< org.polarsys:org.polarsys.capella.th.doc >-------------- [INFO] Building org.polarsys.capella.th.doc 5.0.0-SNAPSHOT [214/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.th.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.th.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.th.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.th.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.th.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.th.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.th.doc/target/org.polarsys.capella.th.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.tipsandtricks.doc >--------- [INFO] Building org.polarsys.capella.tipsandtricks.doc 5.0.0-SNAPSHOT [215/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.tipsandtricks.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.tipsandtricks.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.tipsandtricks.doc/target/org.polarsys.capella.tipsandtricks.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------< org.polarsys:org.polarsys.capella.git.doc >-------------- [INFO] Building org.polarsys.capella.git.doc 5.0.0-SNAPSHOT [216/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.git.doc --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.git.doc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.git.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.git.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.git.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.git.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/plugins/org.polarsys.capella.git.doc/target/org.polarsys.capella.git.doc-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.doc.feature >------------ [INFO] Building org.polarsys.capella.doc.feature 5.0.0-SNAPSHOT [217/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.doc.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.doc.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.doc.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/doc/features/org.polarsys.capella.doc.feature/target/org.polarsys.capella.doc.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.projection.common.ui >----- [INFO] Building org.polarsys.capella.core.projection.common.ui 5.0.0-SNAPSHOT [218/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.projection.common.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.projection.common.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.projection.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.projection.common.ui/target/org.polarsys.capella.core.projection.common.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ----< org.polarsys:org.polarsys.capella.core.transition.diagram.ui >---- [INFO] Building org.polarsys.capella.core.transition.diagram.ui 5.0.0-SNAPSHOT [219/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.transition.diagram.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.transition.diagram.ui/target/org.polarsys.capella.core.transition.diagram.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.core.ui.transfo.feature >------ [INFO] Building org.polarsys.capella.core.ui.transfo.feature 5.0.0-SNAPSHOT [220/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.transfo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.ui.transfo.feature/target/org.polarsys.capella.core.ui.transfo.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.core.git.feature >--------- [INFO] Building org.polarsys.capella.core.git.feature 5.0.0-SNAPSHOT [221/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.git.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.git.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.git.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.git.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.git.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.git.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.git.feature/target/org.polarsys.capella.core.git.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.mylyn.feature >-------- [INFO] Building org.polarsys.capella.core.mylyn.feature 5.0.0-SNAPSHOT [222/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.mylyn.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.mylyn.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.mylyn.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.mylyn.feature/target/org.polarsys.capella.core.mylyn.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.core.advance.feature >------- [INFO] Building org.polarsys.capella.core.advance.feature 5.0.0-SNAPSHOT [223/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.advance.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.advance.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.advance.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.advance.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.advance.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.advance.feature/target/org.polarsys.capella.core.advance.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.core.ui.properties.richtext >---- [INFO] Building org.polarsys.capella.core.ui.properties.richtext 5.0.0-SNAPSHOT [224/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.properties.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.richtext/target/org.polarsys.capella.core.ui.properties.richtext-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.explorer.activity.ui.richtext >-- [INFO] Building org.polarsys.capella.core.explorer.activity.ui.richtext 5.0.0-SNAPSHOT [225/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.explorer.activity.ui.richtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.explorer.activity.ui.richtext/target/org.polarsys.capella.core.explorer.activity.ui.richtext-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.properties.richtext.feature >-- [INFO] Building org.polarsys.capella.core.properties.richtext.feature 5.0.0-SNAPSHOT [226/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.properties.richtext.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.properties.richtext.feature/target/org.polarsys.capella.core.properties.richtext.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.core.feature >----------- [INFO] Building org.polarsys.capella.core.feature 5.0.0-SNAPSHOT [227/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.core.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/features/org.polarsys.capella.core.feature/target/org.polarsys.capella.core.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.core.model.detachement >------ [INFO] Building org.polarsys.capella.core.model.detachement 5.0.0-SNAPSHOT [228/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.model.detachement --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.model.detachement --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.model.detachement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.model.detachement --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.model.detachement --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.model.detachement --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.model.detachement/target/org.polarsys.capella.core.model.detachement-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --< org.polarsys:org.polarsys.capella.core.ui.properties.descriptions >-- [INFO] Building org.polarsys.capella.core.ui.properties.descriptions 5.0.0-SNAPSHOT [229/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.ui.properties.descriptions --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/core/plugins/org.polarsys.capella.core.ui.properties.descriptions/target/org.polarsys.capella.core.ui.properties.descriptions-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.capella.viatra.common.data.gen >------ [INFO] Building org.polarsys.capella.viatra.common.data.gen 5.0.0-SNAPSHOT [230/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.viatra.common.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.data.gen/target/org.polarsys.capella.viatra.common.data.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.common.re.gen >------- [INFO] Building org.polarsys.capella.viatra.common.re.gen 5.0.0-SNAPSHOT [231/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.viatra.common.re.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.common.re.gen/target/org.polarsys.capella.viatra.common.re.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.data.gen >------- [INFO] Building org.polarsys.capella.viatra.core.data.gen 5.0.0-SNAPSHOT [232/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Compiling 559 source files to /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.viatra.core.data.gen --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/plugins/org.polarsys.capella.viatra.core.data.gen/target/org.polarsys.capella.viatra.core.data.gen-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -------< org.polarsys:org.polarsys.capella.viatra.core.feature >-------- [INFO] Building org.polarsys.capella.viatra.core.feature 5.0.0-SNAPSHOT [233/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.viatra.core.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.viatra.core.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.viatra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.viatra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.viatra.core.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.viatra.core.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/ext/viatra/features/org.polarsys.capella.viatra.core.feature/target/org.polarsys.capella.viatra.core.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.features >----------- [INFO] Building org.polarsys.capella.cdo.features 5.0.0-SNAPSHOT [234/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.cdo.features --- [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.cdo.plugins >------------ [INFO] Building org.polarsys.capella.cdo.plugins 5.0.0-SNAPSHOT [235/289] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.cdo.plugins --- [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.activity.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.activity.gen.cdo 5.0.0-SNAPSHOT [236/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.activity.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.activity.gen.cdo/target/org.polarsys.capella.common.data.activity.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---< org.polarsys:org.polarsys.capella.common.data.behavior.gen.cdo >--- [INFO] Building org.polarsys.capella.common.data.behavior.gen.cdo 5.0.0-SNAPSHOT [237/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.behavior.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.behavior.gen.cdo/target/org.polarsys.capella.common.data.behavior.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.data.core.gen.cdo >----- [INFO] Building org.polarsys.capella.common.data.core.gen.cdo 5.0.0-SNAPSHOT [238/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.data.core.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.data.core.gen.cdo/target/org.polarsys.capella.common.data.core.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] -----< org.polarsys:org.polarsys.capella.common.libraries.gen.cdo >----- [INFO] Building org.polarsys.capella.common.libraries.gen.cdo 5.0.0-SNAPSHOT [239/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.libraries.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.libraries.gen.cdo/target/org.polarsys.capella.common.libraries.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.common.re.gen.cdo >--------- [INFO] Building org.polarsys.capella.common.re.gen.cdo 5.0.0-SNAPSHOT [240/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.common.re.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.common.re.gen.cdo/target/org.polarsys.capella.common.re.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --------< org.polarsys:org.polarsys.capella.core.data.gen.cdo >--------- [INFO] Building org.polarsys.capella.core.data.gen.cdo 5.0.0-SNAPSHOT [241/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.core.data.gen.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.capella.core.data.gen.cdo/target/org.polarsys.capella.core.data.gen.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ------< org.polarsys:org.polarsys.kitalpha.ad.metadata.model.cdo >------ [INFO] Building org.polarsys.kitalpha.ad.metadata.model.cdo 5.0.0-SNAPSHOT [242/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.ad.metadata.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.ad.metadata.model.cdo/target/org.polarsys.kitalpha.ad.metadata.model.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.kitalpha.emde.model.cdo >---------- [INFO] Building org.polarsys.kitalpha.emde.model.cdo 5.0.0-SNAPSHOT [243/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src does not exist [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.kitalpha.emde.model.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/plugins/org.polarsys.kitalpha.emde.model.cdo/target/org.polarsys.kitalpha.emde.model.cdo-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------< org.polarsys:org.polarsys.capella.cdo.mock.feature >--------- [INFO] Building org.polarsys.capella.cdo.mock.feature 5.0.0-SNAPSHOT [244/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.cdo.mock.feature --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.cdo.mock.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.cdo.mock.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/cdo/features/org.polarsys.capella.cdo.mock.feature/target/org.polarsys.capella.cdo.mock.feature-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----< org.polarsys.capella.rcp.feature:org.polarsys.capella.rcp >------ [INFO] Building org.polarsys.capella.rcp 5.0.0-SNAPSHOT [245/289] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.capella.rcp --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.polarsys.capella.rcp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.capella.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.polarsys:org.polarsys.capella.rcp >---------------- [INFO] Building org.polarsys.capella.rcp 5.0.0-SNAPSHOT [246/289] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp --- [INFO] Deleting /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/target [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/features/org.polarsys.capella.rcp/target/org.polarsys.capella.rcp-5.0.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] -----------< org.polarsys:org.polarsys.capella.rcp.product >------------ [INFO] Building org.polarsys.capella.rcp.product 5.0.0-SNAPSHOT [247/289] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.capella.rcp.product --- [INFO] The project's OSGi version is 5.0.0.202102021012 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.capella.rcp.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/src/main/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.polarsys.capella.rcp.product --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.polarsys.capella.rcp.product --- [INFO] Building zip: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/org.polarsys.capella.rcp.product-5.0.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attached-p2-metadata) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ org.polarsys.capella.rcp.product --- [INFO] [INFO] --- tycho-p2-director-plugin:2.0.0:materialize-products (materialize-products) @ org.polarsys.capella.rcp.product --- [INFO] Installing product org.polarsys.capella.rcp.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64 Installing org.polarsys.capella.rcp.product 5.0.0.202102021012. Operation completed in 40595 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64 Installing org.polarsys.capella.rcp.product 5.0.0.202102021012. Operation completed in 29967 ms. [INFO] Installing product org.polarsys.capella.rcp.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app Installing org.polarsys.capella.rcp.product 5.0.0.202102021012. Operation completed in 23468 ms. [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (create-dropins) @ org.polarsys.capella.rcp.product --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/dropins [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/Eclipse/dropins [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/win32/win32/x86_64/dropins [INFO] Executed tasks [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (package-product) @ org.polarsys.capella.rcp.product --- [INFO] Executing tasks [INFO] [move] Moving 434 files to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jaotc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jaotc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jar to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jar [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jarsigner to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jarsigner [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/java to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/java [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/javac to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/javac [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/javadoc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/javadoc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/javap to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/javap [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jcmd to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jcmd [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jconsole to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jconsole [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jdb to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jdb [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jdeprscan to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jdeprscan [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jdeps to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jdeps [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jfr to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jfr [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jhsdb to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jhsdb [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jimage to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jimage [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jinfo to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jinfo [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jjs to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jjs [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jlink to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jlink [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jmap to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jmap [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jpackage to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jpackage [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jps to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jps [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jrunscript to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jrunscript [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jshell to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jshell [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jstack to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jstack [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jstat to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jstat [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/jstatd to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/jstatd [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/keytool to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/keytool [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/rmic to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/rmic [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/rmid to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/rmid [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/rmiregistry to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/rmiregistry [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin/serialver to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/bin/serialver [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/logging.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/logging.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/management/jmxremote.access to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/management/jmxremote.access [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/management/jmxremote.password.template to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/management/jmxremote.password.template [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/management/management.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/management/management.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/net.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/net.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/sdp/sdp.conf.template to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/sdp/sdp.conf.template [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/java.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/java.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/java.security to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/java.security [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/README.txt to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/policy/README.txt [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/limited/default_US_export.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/policy/limited/default_US_export.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/limited/default_local.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/policy/limited/default_local.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/limited/exempt_local.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/policy/limited/exempt_local.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/unlimited/default_US_export.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/policy/unlimited/default_US_export.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/unlimited/default_local.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/security/policy/unlimited/default_local.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/sound.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/conf/sound.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/classfile_constants.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/classfile_constants.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/jawt.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/jawt.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/jdwpTransport.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/jdwpTransport.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/jni.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/jni.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/jvmti.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/jvmti.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/jvmticmlr.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/jvmticmlr.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/linux/jawt_md.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/linux/jawt_md.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/linux/jni_md.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/include/linux/jni_md.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.base.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.base.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.compiler.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.compiler.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.datatransfer.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.datatransfer.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.desktop.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.desktop.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.instrument.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.instrument.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.logging.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.logging.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.management.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.management.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.management.rmi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.management.rmi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.naming.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.naming.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.net.http.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.net.http.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.prefs.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.prefs.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.rmi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.rmi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.scripting.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.scripting.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.se.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.se.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.security.jgss.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.security.jgss.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.security.sasl.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.security.sasl.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.smartcardio.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.smartcardio.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.sql.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.sql.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.sql.rowset.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.sql.rowset.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.transaction.xa.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.transaction.xa.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.xml.crypto.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.xml.crypto.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/java.xml.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/java.xml.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.accessibility.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.accessibility.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.aot.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.aot.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.attach.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.attach.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.charsets.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.charsets.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.compiler.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.compiler.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.crypto.cryptoki.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.crypto.cryptoki.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.crypto.ec.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.crypto.ec.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.dynalink.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.dynalink.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.editpad.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.editpad.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.hotspot.agent.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.hotspot.agent.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.httpserver.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.httpserver.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.incubator.foreign.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.incubator.foreign.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.incubator.jpackage.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.incubator.jpackage.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.internal.ed.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.internal.ed.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.internal.jvmstat.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.internal.jvmstat.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.internal.le.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.internal.le.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.internal.opt.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.internal.opt.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.internal.vm.ci.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.internal.vm.ci.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.internal.vm.compiler.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.internal.vm.compiler.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.internal.vm.compiler.management.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.internal.vm.compiler.management.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jartool.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jartool.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.javadoc.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.javadoc.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jcmd.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jcmd.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jconsole.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jconsole.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jdeps.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jdeps.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jdi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jdi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jdwp.agent.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jdwp.agent.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jfr.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jfr.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jlink.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jlink.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jshell.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jshell.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jsobject.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jsobject.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.jstatd.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.jstatd.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.localedata.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.localedata.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.management.agent.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.management.agent.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.management.jfr.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.management.jfr.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.management.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.management.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.naming.dns.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.naming.dns.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.naming.rmi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.naming.rmi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.net.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.net.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.nio.mapmode.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.nio.mapmode.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.rmic.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.rmic.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.scripting.nashorn.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.scripting.nashorn.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.scripting.nashorn.shell.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.scripting.nashorn.shell.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.sctp.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.sctp.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.security.auth.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.security.auth.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.security.jgss.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.security.jgss.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.unsupported.desktop.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.unsupported.desktop.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.unsupported.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.unsupported.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.xml.dom.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.xml.dom.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods/jdk.zipfs.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/jmods/jdk.zipfs.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/ADDITIONAL_LICENSE_INFO to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/ADDITIONAL_LICENSE_INFO [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/ASSEMBLY_EXCEPTION to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/ASSEMBLY_EXCEPTION [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/LICENSE to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/LICENSE [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/aes.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/aes.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/asm.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/asm.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/c-libutl.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/c-libutl.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/cldr.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/cldr.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/icu.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/icu.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/public_suffix.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/public_suffix.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base/unicode.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.base/unicode.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/colorimaging.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/colorimaging.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/giflib.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/giflib.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/harfbuzz.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/harfbuzz.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/jpeg.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/jpeg.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/lcms.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/lcms.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/libpng.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/libpng.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/mesa3d.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/mesa3d.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.desktop/xwd.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.desktop/xwd.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.smartcardio/pcsclite.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.smartcardio/pcsclite.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.xml.crypto/santuario.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.xml.crypto/santuario.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.xml/bcel.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.xml/bcel.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.xml/dom.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.xml/dom.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.xml/jcup.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.xml/jcup.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.xml/xalan.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.xml/xalan.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.xml/xerces.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/java.xml/xerces.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.crypto.ec/ecc.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.crypto.ec/ecc.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.dynalink/dynalink.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.dynalink/dynalink.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.internal.le/jline.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.internal.le/jline.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.internal.opt/jopt-simple.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.internal.opt/jopt-simple.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.javadoc/jquery.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.javadoc/jquery.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.javadoc/jqueryUI.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.javadoc/jqueryUI.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.javadoc/jszip.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.javadoc/jszip.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.localedata/thaidict.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.localedata/thaidict.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.scripting.nashorn/double-conversion.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.scripting.nashorn/double-conversion.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/jdk.scripting.nashorn/joni.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/legal/jdk.scripting.nashorn/joni.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/classlist to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/classlist [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/ct.sym to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/ct.sym [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/jexec to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/jexec [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/jfr/default.jfc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/jfr/default.jfc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/jfr/profile.jfc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/jfr/profile.jfc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/jrt-fs.jar to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/jrt-fs.jar [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/jspawnhelper to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/jspawnhelper [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/jvm.cfg to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/jvm.cfg [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libattach.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libattach.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libawt.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libawt.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libawt_headless.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libawt_headless.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libawt_xawt.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libawt_xawt.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libdt_socket.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libdt_socket.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libextnet.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libextnet.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libfontmanager.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libfontmanager.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libinstrument.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libinstrument.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libj2gss.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libj2gss.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libj2pcsc.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libj2pcsc.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libj2pkcs11.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libj2pkcs11.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjaas.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjaas.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjava.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjava.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjavajpeg.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjavajpeg.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjawt.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjawt.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjdwp.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjdwp.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjimage.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjimage.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjli.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjli.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjsig.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjsig.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libjsound.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libjsound.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/liblcms.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/liblcms.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libmanagement.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libmanagement.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libmanagement_agent.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libmanagement_agent.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libmanagement_ext.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libmanagement_ext.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libmlib_image.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libmlib_image.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libnet.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libnet.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libnio.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libnio.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libprefs.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libprefs.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/librmi.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/librmi.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libsaproc.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libsaproc.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libsctp.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libsctp.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libsplashscreen.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libsplashscreen.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libsunec.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libsunec.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libverify.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libverify.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/libzip.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/libzip.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/modules to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/modules [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/psfont.properties.ja to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/psfont.properties.ja [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/psfontj2d.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/psfontj2d.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/security/blacklisted.certs to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/security/blacklisted.certs [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/security/cacerts to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/security/cacerts [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/security/default.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/security/default.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/security/public_suffix_list.dat to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/security/public_suffix_list.dat [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/server/classes.jsa to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/server/classes.jsa [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/server/libjsig.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/server/libjsig.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/server/libjvm.so to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/server/libjvm.so [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/src.zip to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/src.zip [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/tzdb.dat to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/lib/tzdb.dat [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/release to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre/release [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/bin [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/management [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/sdp [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/limited [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy/unlimited [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security/policy [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf/security [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/conf [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include/linux [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/include [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/jmods [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/legal/java.base [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/jfr [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/security [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib/server [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/linuxJRE/jre/lib [INFO] [move] Moved 88 empty directories to 59 empty directories under /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/linux/gtk/x86_64/jre [INFO] [tar] Building tar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-5.0.0.202102021012-linux-gtk-x86_64.tar.gz [INFO] [move] Moving 443 files to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/CodeResources to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/CodeResources [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jaotc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jaotc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jar to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jar [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jarsigner to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jarsigner [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/java to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/java [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/javac to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/javac [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/javadoc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/javadoc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/javap to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/javap [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jcmd to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jcmd [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jconsole to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jconsole [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jdb to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jdb [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jdeprscan to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jdeprscan [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jdeps to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jdeps [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jfr to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jfr [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jhsdb to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jhsdb [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jimage to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jimage [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jinfo to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jinfo [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jjs to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jjs [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jlink to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jlink [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jmap to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jmap [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jpackage to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jpackage [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jps to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jps [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jrunscript to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jrunscript [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jshell to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jshell [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jstack to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jstack [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jstat to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jstat [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/jstatd to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/jstatd [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/keytool to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/keytool [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/rmic to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/rmic [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/rmid to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/rmid [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/rmiregistry to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/rmiregistry [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin/serialver to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/bin/serialver [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/logging.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/logging.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/management/jmxremote.access to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/management/jmxremote.access [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/management/jmxremote.password.template to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/management/jmxremote.password.template [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/management/management.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/management/management.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/net.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/net.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/java.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/java.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/java.security to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/java.security [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/README.txt to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/policy/README.txt [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/limited/default_US_export.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/policy/limited/default_US_export.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/limited/default_local.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/policy/limited/default_local.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/limited/exempt_local.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/policy/limited/exempt_local.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/unlimited/default_US_export.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/policy/unlimited/default_US_export.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/unlimited/default_local.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/security/policy/unlimited/default_local.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/sound.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/conf/sound.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/classfile_constants.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/classfile_constants.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/darwin/jawt_md.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/darwin/jawt_md.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/darwin/jni_md.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/darwin/jni_md.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/jawt.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/jawt.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/jdwpTransport.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/jdwpTransport.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/jni.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/jni.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/jvmti.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/jvmti.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/jvmticmlr.h to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/include/jvmticmlr.h [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.base.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.base.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.compiler.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.compiler.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.datatransfer.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.datatransfer.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.desktop.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.desktop.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.instrument.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.instrument.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.logging.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.logging.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.management.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.management.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.management.rmi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.management.rmi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.naming.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.naming.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.net.http.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.net.http.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.prefs.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.prefs.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.rmi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.rmi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.scripting.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.scripting.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.se.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.se.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.security.jgss.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.security.jgss.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.security.sasl.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.security.sasl.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.smartcardio.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.smartcardio.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.sql.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.sql.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.sql.rowset.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.sql.rowset.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.transaction.xa.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.transaction.xa.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.xml.crypto.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.xml.crypto.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/java.xml.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/java.xml.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.accessibility.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.accessibility.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.aot.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.aot.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.attach.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.attach.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.charsets.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.charsets.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.compiler.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.compiler.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.crypto.cryptoki.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.crypto.cryptoki.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.crypto.ec.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.crypto.ec.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.dynalink.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.dynalink.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.editpad.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.editpad.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.hotspot.agent.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.hotspot.agent.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.httpserver.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.httpserver.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.incubator.foreign.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.incubator.foreign.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.incubator.jpackage.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.incubator.jpackage.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.internal.ed.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.internal.ed.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.internal.jvmstat.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.internal.jvmstat.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.internal.le.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.internal.le.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.internal.opt.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.internal.opt.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.internal.vm.ci.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.internal.vm.ci.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.internal.vm.compiler.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.internal.vm.compiler.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.internal.vm.compiler.management.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.internal.vm.compiler.management.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jartool.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jartool.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.javadoc.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.javadoc.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jcmd.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jcmd.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jconsole.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jconsole.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jdeps.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jdeps.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jdi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jdi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jdwp.agent.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jdwp.agent.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jfr.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jfr.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jlink.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jlink.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jshell.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jshell.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jsobject.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jsobject.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.jstatd.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.jstatd.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.localedata.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.localedata.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.management.agent.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.management.agent.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.management.jfr.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.management.jfr.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.management.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.management.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.naming.dns.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.naming.dns.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.naming.rmi.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.naming.rmi.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.net.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.net.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.nio.mapmode.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.nio.mapmode.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.rmic.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.rmic.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.scripting.nashorn.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.scripting.nashorn.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.scripting.nashorn.shell.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.scripting.nashorn.shell.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.sctp.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.sctp.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.security.auth.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.security.auth.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.security.jgss.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.security.jgss.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.unsupported.desktop.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.unsupported.desktop.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.unsupported.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.unsupported.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.xml.dom.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.xml.dom.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods/jdk.zipfs.jmod to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/jmods/jdk.zipfs.jmod [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/ADDITIONAL_LICENSE_INFO to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/ADDITIONAL_LICENSE_INFO [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/ASSEMBLY_EXCEPTION to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/ASSEMBLY_EXCEPTION [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/LICENSE to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/LICENSE [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/aes.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/aes.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/asm.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/asm.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/c-libutl.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/c-libutl.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/cldr.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/cldr.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/icu.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/icu.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/public_suffix.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/public_suffix.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base/unicode.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.base/unicode.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/colorimaging.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/colorimaging.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/freetype.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/freetype.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/giflib.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/giflib.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/harfbuzz.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/harfbuzz.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/jpeg.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/jpeg.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/lcms.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/lcms.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/libpng.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/libpng.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/mesa3d.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/mesa3d.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.desktop/xwd.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.desktop/xwd.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.smartcardio/pcsclite.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.smartcardio/pcsclite.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.xml.crypto/santuario.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.xml.crypto/santuario.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.xml/bcel.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.xml/bcel.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.xml/dom.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.xml/dom.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.xml/jcup.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.xml/jcup.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.xml/xalan.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.xml/xalan.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.xml/xerces.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/java.xml/xerces.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.crypto.cryptoki/pkcs11wrapper.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.crypto.cryptoki/pkcs11wrapper.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.crypto.ec/ecc.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.crypto.ec/ecc.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.dynalink/dynalink.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.dynalink/dynalink.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.internal.le/jline.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.internal.le/jline.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.internal.opt/jopt-simple.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.internal.opt/jopt-simple.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.javadoc/jquery.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.javadoc/jquery.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.javadoc/jqueryUI.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.javadoc/jqueryUI.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.javadoc/jszip.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.javadoc/jszip.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.localedata/thaidict.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.localedata/thaidict.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.scripting.nashorn/double-conversion.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.scripting.nashorn/double-conversion.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/jdk.scripting.nashorn/joni.md to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/legal/jdk.scripting.nashorn/joni.md [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/classlist to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/classlist [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/ct.sym to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/ct.sym [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/fontconfig.bfc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/fontconfig.bfc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/fontconfig.properties.src to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/fontconfig.properties.src [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/jfr/default.jfc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/jfr/default.jfc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/jfr/profile.jfc to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/jfr/profile.jfc [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/jrt-fs.jar to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/jrt-fs.jar [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/jspawnhelper to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/jspawnhelper [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/jvm.cfg to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/jvm.cfg [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libattach.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libattach.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libawt.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libawt.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libawt_lwawt.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libawt_lwawt.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libdt_socket.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libdt_socket.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libextnet.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libextnet.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libfontmanager.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libfontmanager.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libfreetype.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libfreetype.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libinstrument.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libinstrument.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libj2gss.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libj2gss.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libj2pcsc.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libj2pcsc.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libj2pkcs11.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libj2pkcs11.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjaas.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjaas.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjava.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjava.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjavajpeg.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjavajpeg.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjawt.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjawt.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjdwp.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjdwp.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjimage.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjimage.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjli.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjli.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjsig.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjsig.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libjsound.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libjsound.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/liblcms.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/liblcms.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libmanagement.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libmanagement.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libmanagement_agent.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libmanagement_agent.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libmanagement_ext.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libmanagement_ext.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libmlib_image.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libmlib_image.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libnet.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libnet.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libnio.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libnio.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libosx.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libosx.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libosxapp.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libosxapp.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libosxkrb5.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libosxkrb5.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libosxsecurity.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libosxsecurity.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libosxui.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libosxui.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libprefs.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libprefs.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/librmi.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/librmi.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libsaproc.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libsaproc.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libsplashscreen.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libsplashscreen.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libsunec.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libsunec.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libverify.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libverify.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/libzip.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/libzip.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/modules to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/modules [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/psfont.properties.ja to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/psfont.properties.ja [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/psfontj2d.properties to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/psfontj2d.properties [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/security/blacklisted.certs to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/security/blacklisted.certs [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/security/cacerts to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/security/cacerts [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/security/default.policy to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/security/default.policy [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/security/public_suffix_list.dat to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/security/public_suffix_list.dat [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/server/classes.jsa to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/server/classes.jsa [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/server/libjsig.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/server/libjsig.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/server/libjvm.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/server/libjvm.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/src.zip to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/src.zip [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/tzdb.dat to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/lib/tzdb.dat [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/release to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Home/release [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Info.plist to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/Info.plist [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/MacOS/libjli.dylib to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/MacOS/libjli.dylib [INFO] [move] Attempting to rename: /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/_CodeSignature/CodeResources to /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre/Contents/_CodeSignature/CodeResources [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/bin [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/unlimited [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy/limited [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security/policy [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/security [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf/management [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/conf [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include/darwin [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/include [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/jmods [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/legal/java.base [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/security [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/jfr [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib/server [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/Home/lib [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/MacOS [INFO] [move] Deleting directory /home/jenkins/agent/workspace/capella-product_doc-v1/macJRE/jre/Contents/_CodeSignature [INFO] [move] Moved 91 empty directories to 59 empty directories under /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/org.polarsys.capella.rcp.product/macosx/cocoa/x86_64/Capella.app/Contents/jre [INFO] [tar] Building tar: /home/jenkins/agent/workspace/capella-product_doc-v1/releng/plugins/org.polarsys.capella.rcp.product/target/products/capella-5.0.0.202102021012-macosx-cocoa-x86_64.tar.gz Aborted by Philippe DUL Sending interrupt signal to process script returned exit code 143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly) Stage "Deploy to Nightly" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Nightly Root) Stage "Deploy to Nightly Root" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Install test features) Stage "Install test features" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) Stage "Run tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Sonar) Stage "Sonar" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $password [Pipeline] { [Pipeline] sh Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure. Affected argument(s) used the following variable(s): [password] See https://jenkins.io/redirect/groovy-string-interpolation for details. + curl https://api.github.com/repos/eclipse/capella/issues/doc-v1/labels/build-started -X DELETE -u eclipse-capella-bot:**** -H 'Content-Type: application/json' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 130 100 130 0 0 438 0 --:--:-- --:--:-- --:--:-- 437 { "message": "Not Found", "documentation_url": "https://docs.github.com/rest/reference/issues#remove-a-label-from-an-issue" } [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: ABORTED