Started by user Quentin Le Menez Running as Quentin Le Menez Agent centos-7-agent-6gb-cr6gf is provisioned from template centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "centos-7-agent-6gb-cr6gf" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-agent-6gb-cr6gf" - 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-agent-6gb-cr6gf" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "6144Mi" requests: cpu: "1000m" memory: "6144Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-papyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-agent-6gb-cr6gf (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Release The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git init /home/jenkins/agent/workspace/Papyrus-Master-Release/source # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 5090973a929931deb07b44c92d0ad275a791a99b (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5090973a929931deb07b44c92d0ad275a791a99b # timeout=10 Commit message: "Bug 579414 - [Releng] 2022-06 M2" > git rev-list --no-walk 1709be891a08cedddf2533a6f9cfcac546d1cfe6 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Papyrus-Master-Release] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/main/pom.xml -DSIGN=true -DBUILD_ALIAS=6.2.0M2 -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Master-Release/.repository clean verify Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.18.0.v20220426-2016.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (1.46MB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (126.4kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (81.45kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (359.18kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (5.58MB) [INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (107.39kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220422-2114.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (71.87kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (144.55kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.200.v20220426-1329.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (136.34kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (92.12kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (288.46kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220428-0821.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (109.22kB) [INFO] Fetching org.eclipse.core.resources_3.17.0.v20220428-1609.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (889.21kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (89.14kB) [INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (397.87kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (55.13kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (52.48kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (69.65kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (367.58kB) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (1.26MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (229.56kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (360.26kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (76.94kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (174.42kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (110.58kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (218.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (58.07kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (101.89kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (113.21kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (252.88kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (129.25kB) [INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220428-0449.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (6.69MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220404-1120.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (910.75kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (563.82kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (23.09kB) [INFO] Fetching org.eclipse.pde.core_3.15.200.v20220411-2005.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (1.35MB) [INFO] Fetching org.eclipse.pde.build_3.11.200.v20220323-1307.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (477.26kB) [INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (401.7kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.41MB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (71.45kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (163.08kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220309-0649.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (40.45kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.120.0.v20220423-2203.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.26.0.v20220329-0959.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220422-0824.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (201.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (395.31kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (260.38kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (87.55kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220422-0824.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (250.35kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (147.16kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (51.9kB) [INFO] Fetching S202204260307&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/milestone/ (63B) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (59.89kB) [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (432.55kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (294.61kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (108.88kB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220427-0837.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (3.49MB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.0.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (131.85kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (157.36kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220423-2203.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (2.06MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (107.15kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (330.12kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220423-2203.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220423-2203.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (2.15MB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.89MB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (11.51kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (61.37kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (50.74kB) [INFO] Fetching org.eclipse.jface.text_3.20.100.v20220317-1324.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220402-1955.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (423.11kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.96MB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (85.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (117.54kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (110.01kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (28.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (114.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (190.29kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (35.18kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (15.77kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (804.82kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (688.72kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (618.79kB) [INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220314-1449.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (2.97MB) [INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (208.46kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (127.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (420.9kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220423-1830.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (1.93MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (341.2kB) [INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220428-0356.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (11.17MB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (489.96kB) [INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (468.75kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (172.29kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] Fetching 6.17.1&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/ (63B) [INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB) [INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (36.28kB) [INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (383.83kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (257.06kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (11.51kB) [INFO] Fetching org.eclipse.xtend.lib_2.27.0.v20220501-0907.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (108.1kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.27.0.v20220501-0907.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (160.54kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.27.0.v20220501-0907.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (76.06kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ (63B) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.42MB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (92.92kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (90.56kB) [INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (178.19kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (898.68kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (367.61kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (131.36kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (18.49kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (171.86kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (1.03MB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (44.85kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (74.19kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (44.51kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (120.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (100.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (76.16kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (133.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (93.42kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (101.64kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (49.28kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (215.8kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (123.7kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (318.59kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.modelexplorer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.modelexplorer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.modelexplorer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/pom.xml [INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (518.07kB) [INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (250.71kB) [INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (201.99kB) [INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (445.67kB) [INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (92.39kB) [INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (728.18kB) [INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (208.05kB) [INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (39.03kB) [INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (45.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.13MB) [INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (125.46kB) [INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (143.2kB) [INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (22.78kB) [INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (246.14kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220401-1849.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26M1a-20220411232710/repository/plugins/ (99.94kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (37.58kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (23.12kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (14.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (218.67kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (90.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (137.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (92.07kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (198.29kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (118.04kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.types:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.types:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.types:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.xtext:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.xtext:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.xtext:1.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml [INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (802.8kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (14.17kB) [INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (590.15kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (169.92kB) [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (358.42kB) [INFO] Fetching org.eclipse.xtext.ui_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (1.88MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (60.54kB) [INFO] Fetching org.eclipse.xtext_2.27.0.v20220501-0910.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (2.62MB) [INFO] Fetching org.eclipse.xtext.util_2.27.0.v20220501-0910.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (306.03kB) [INFO] Fetching org.eclipse.xtext.builder_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (392.05kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (256.91kB) [INFO] Fetching org.eclipse.xtext.smap_2.27.0.v20220501-0917.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (19.18kB) [INFO] Fetching org.eclipse.xtext.common.types_2.27.0.v20220501-0917.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (499.23kB) [INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (132.86kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (248.19kB) [INFO] Fetching org.eclipse.xtext.ide_2.27.0.v20220501-0910.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (486.16kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.guava:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.guava:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.guava:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (64.23kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220429-1234.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202204291234/plugins/ (192.18kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220429-1234.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202204291234/plugins/ (14.6kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220429-1234.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202204291234/plugins/ (38.39kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220429-1234.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202204291234/plugins/ (228.5kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220429-1234.jar from https://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202204291234/plugins/ (22.13kB) [INFO] Fetching org.eclipse.xtext.generator_2.27.0.v20220501-0917.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (854.75kB) [INFO] Fetching org.eclipse.xtext.xbase_2.27.0.v20220501-0917.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (2.46MB) [INFO] Fetching R201605260315&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/m2t/xpand/updates/releases/ (63B) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.ecore_2.27.0.v20220501-0917.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (15.99kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.27.0.v20220501-0910.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (967.33kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (133.14kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (193.6kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.27.0.v20220501-0935.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202205011041/plugins/ (132.83kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:5.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:5.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:5.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml [INFO] Fetching 3.10.6&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/mmt/qvto/updates/releases/ (63B) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.6.v20220309-1013.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.6/plugins/ (1.05MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220309-1013.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.6/plugins/ (66.54kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220309-1013.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.6/plugins/ (868.38kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220309-1013.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.6/plugins/ (142.13kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220309-1013.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.6/plugins/ (75.36kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/org.eclipse.papyrus.views.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/org.eclipse.papyrus.views.search/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/org.eclipse.papyrus.views.search/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (39.17kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (23.87kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (65.24kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (12.83kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (253.01kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml [INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (3.34MB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (247.88kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (144.49kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (243.5kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (37.64kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml [INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (344.71kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (25.16kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (27.97kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (86.14kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (386.19kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (411.61kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (413.46kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (217.1kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (574.36kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (79.15kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (99.38kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (204.53kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (226.18kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (216.7kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (688.69kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (89.5kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (181.34kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (69.81kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202204130739.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202204130739/plugins/ (69.5kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (31.58kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (150.29kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (163.18kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (11.54kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (21.65kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (280.41kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (311.21kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (401.14kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (81.03kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.45MB) [INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (27.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (12.61kB) [INFO] Fetching org.eclipse.help.base_4.3.700.v20220428-1800.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (432.64kB) [INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220330-0448.jar from https://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (736.44kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml [INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main/ (433B) [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/ (172B) [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/ (113.21kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/releng/main/site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/releng/main/site/pom.xml [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (396.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (396.86kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (37.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (37.83kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (84.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (84.21kB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (127.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (127.05kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (116.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (116.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (420.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (420.9kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (69.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (69.81kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (108.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (108.88kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (61.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (61.37kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (59.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (59.89kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (37.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (37.58kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (30.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (30.47kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (97kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (44.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (44.85kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (18.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202204260307/plugins/ (18.49kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (114.11kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (1.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (1.03MB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (144.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (144.49kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (243.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (243.5kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (11.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (11.51kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (15.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (15.77kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (171.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (171.86kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (35.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (35.18kB) [INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (178.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (178.19kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (65.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (65.24kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (37.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (37.64kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (12.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (12.83kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:6.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Release/source/releng/main/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.papyrus.main.releng [pom] [INFO] Papyrus Main Plugins [pom] [INFO] Papyrus EMF [pom] [INFO] Papyrus Infra [pom] [INFO] Papyrus Infra Core [pom] [INFO] org.eclipse.papyrus.infra.core.log [eclipse-plugin] [INFO] org.eclipse.papyrus.emf [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.ui [eclipse-plugin] [INFO] EMF Facet, the Papyrus Edition [pom] [INFO] Papyrus EMF Facet Editors [pom] [INFO] org.eclipse.papyrus.emf.facet.custom.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.pde.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.swt [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.doc [eclipse-plugin] [INFO] Papyrus Infra Element Types Configurations [pom] [INFO] org.eclipse.papyrus.infra.types [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.architecture.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.architecture.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore [eclipse-plugin] [INFO] Papyrus Infra Architecture [pom] [INFO] org.eclipse.papyrus.infra.core.sashwindows.di [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core [eclipse-plugin] [INFO] Papyrus EMF Infrastructure [pom] [INFO] org.eclipse.papyrus.infra.emf [eclipse-plugin] [INFO] Papyrus Infra Services [pom] [INFO] org.eclipse.papyrus.infra.services.markerlistener [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture [eclipse-plugin] [INFO] Papyrus Infra Constraints [pom] [INFO] org.eclipse.papyrus.infra.constraints [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di [eclipse-plugin] [INFO] Papyrus Infra One-file [pom] [INFO] Papyrus EMF Expressions Infrastructure [pom] [INFO] org.eclipse.papyrus.infra.emf.expressions [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.gmf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.labelprovider [eclipse-plugin] [INFO] Papyrus Infra UI [pom] [INFO] org.eclipse.papyrus.infra.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.widgets.toolbox [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui [eclipse-plugin] [INFO] Papyrus Internationalization [pom] [INFO] org.eclipse.papyrus.infra.internationalization.common [eclipse-plugin] [INFO] Papyrus Nattable [pom] [INFO] org.eclipse.papyrus.infra.nattable.model [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.onefile [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.ui [eclipse-plugin] [INFO] Papyrus Editor Welcome Page [pom] [INFO] Papyrus Infra Properties Framework [pom] [INFO] org.eclipse.papyrus.infra.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.emf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.appearance [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.diagram.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.core [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.rulebased [eclipse-plugin] [INFO] Papyrus Infra Filters Model [pom] [INFO] org.eclipse.papyrus.infra.filters [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.filters.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.controlmode.history [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.decoration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.localizer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.openelement [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.viewersearch [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider [eclipse-plugin] [INFO] Papyrus Infra New-Child Model [pom] [INFO] Papyrus Diagram Infrastructure [pom] [INFO] Papyrus UML Diagram PaletteConfiguration [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.representation [eclipse-plugin] [INFO] Papyrus Infra Viewpoints [pom] [INFO] org.eclipse.papyrus.infra.viewpoints.policy [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.editor [eclipse-plugin] [INFO] Papyrus Infra TextEdit [pom] [INFO] org.eclipse.papyrus.infra.textedit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.style [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime [eclipse-plugin] [INFO] Papyrus Infra Other Bundles [pom] [INFO] org.eclipse.papyrus.infra.guava [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.sync [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors [eclipse-plugin] [INFO] Papyrus Views [pom] [INFO] Papyrus Model Explorer View [pom] [INFO] org.eclipse.papyrus.views.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.types [eclipse-plugin] [INFO] org.eclipse.papyrus.extensionpoints.editors [eclipse-plugin] [INFO] Papyrus UML [pom] [INFO] Papyrus UML Xtext Integration [pom] [INFO] org.eclipse.papyrus.uml.xtext.integration.core [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.config [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.fonts [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.resources [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.onefile.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.hyperlink [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.psf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.readonly [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit [eclipse-plugin] [INFO] Papyrus Diagram Expansion [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd [eclipse-plugin] [INFO] Papyrus Diagram CSS Support [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.css [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.export [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.gef [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.outline [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit [eclipse-plugin] [INFO] Papyrus Diagram Assistants [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.newchild [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.widgets [eclipse-plugin] [INFO] Papyrus Properties View [pom] [INFO] org.eclipse.papyrus.views.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.views.properties.model.xwt [eclipse-plugin] [INFO] Papyrus Validation View [pom] [INFO] org.eclipse.papyrus.views.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.views.search [eclipse-plugin] [INFO] Papyrus References View [pom] [INFO] org.eclipse.papyrus.views.references [eclipse-plugin] [INFO] Papyrus Documentation View [pom] [INFO] org.eclipse.papyrus.uml.appearance [eclipse-plugin] [INFO] Papyrus UML Internationalization [pom] [INFO] org.eclipse.papyrus.uml.internationalization.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.internationalization.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.extensionpoints [eclipse-plugin] [INFO] Papyrus UML Tools [pom] [INFO] org.eclipse.papyrus.uml.tools.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.tools [eclipse-plugin] [INFO] Papyrus UML Diagrams [pom] [INFO] org.eclipse.papyrus.uml.diagram.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.types.core [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.views.documentation [eclipse-plugin] [INFO] Papyrus Editor [pom] [INFO] org.eclipse.papyrus.eclipse.project.editors [eclipse-plugin] [INFO] org.eclipse.papyrus.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.commands [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.controlmode.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.documentation.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.filters [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.filters.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.icons [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.import [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.export [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.perspective [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.resourceloading.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.search.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.types [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.services.decoration [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.templaterepository [eclipse-plugin] [INFO] Papyrus UML ALF [pom] [INFO] org.eclipse.papyrus.uml.alf [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.common.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.libraries [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.to.fuml [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.ui [eclipse-plugin] [INFO] Papyrus UML Architecture [pom] [INFO] Papyrus UML Nattable [pom] [INFO] org.eclipse.papyrus.uml.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic.config [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.communication [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.component [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.composite [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.activity [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.statemachine [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.architecture [eclipse-plugin] [INFO] Papyrus UML Decorator Models [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.ui [eclipse-plugin] [INFO] Papyrus UML Properties [pom] [INFO] org.eclipse.papyrus.uml.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.common.groups [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.css [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.dnd [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.icons [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.linklf [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.symbols [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties [eclipse-plugin] [INFO] Papyrus UML Expressions Infrastructure [pom] [INFO] org.eclipse.papyrus.uml.expressions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.expressions.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.expressions.properties [eclipse-plugin] [INFO] Papyrus UML Model Explorer [pom] [INFO] org.eclipse.papyrus.uml.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.matrix [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.richtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.xtext.integration.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration [eclipse-plugin] [INFO] Papyrus UML Textual Edit [pom] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification [eclipse-plugin] [INFO] Papyrus UML Profile [pom] [INFO] org.eclipse.papyrus.uml.profile.drafter [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.properties.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.common.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.message.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.state.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.xtext.integration.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.internationalization [eclipse-plugin] [INFO] Papyrus M2M QvTo [pom] [INFO] org.eclipse.papyrus.uml.m2m.qvto.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes [eclipse-plugin] [INFO] org.eclipse.papyrus.plugins-doc [pom] [INFO] Papyrus - API migration documentation [eclipse-plugin] [INFO] Papyrus Copypaste UI doc [eclipse-plugin] [INFO] Papyrus Developer doc [eclipse-plugin] [INFO] Papyrus DSML Validation doc [eclipse-plugin] [INFO] Papyrus Infra doc [eclipse-plugin] [INFO] Papyrus Infra GmfDiag Common doc [eclipse-plugin] [INFO] Papyrus Infra GmfDiag Css doc [eclipse-plugin] [INFO] Papyrus Infra Expression doc [eclipse-plugin] [INFO] Papyrus Internationalization doc [eclipse-plugin] [INFO] Papyrus Infra Nattable doc [eclipse-plugin] [INFO] Papyrus Infra Newchild doc [eclipse-plugin] [INFO] Papyrus Infra Services ControlMode doc [eclipse-plugin] [INFO] Papyrus Infra Service decoration doc [eclipse-plugin] [INFO] Papyrus Infra Service decoration doc [eclipse-plugin] [INFO] Papyrus Infra Architecture doc [eclipse-plugin] [INFO] Papyrus Infra Types doc [eclipse-plugin] [INFO] Papyrus Req Reqif doc [eclipse-plugin] [INFO] Papyrus Uml DecoratorModel doc [eclipse-plugin] [INFO] Papyrus Uml Diagram Common doc [eclipse-plugin] [INFO] Papyrus Uml Diagram profile doc [eclipse-plugin] [INFO] Papyrus Uml doc [eclipse-plugin] [INFO] Papyrus Uml Search UI doc [eclipse-plugin] [INFO] Papyrus ModelRepair doc [eclipse-plugin] [INFO] Papyrus Uml Profile Assistants doc [eclipse-plugin] [INFO] Papyrus Uml Diagram Customization from a Profile doc [eclipse-plugin] [INFO] Papyrus Profile Types doc [eclipse-plugin] [INFO] Papyrus Uml Search UI doc [eclipse-plugin] [INFO] Papyrus Views Properties doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.doc [eclipse-plugin] [INFO] Papyrus Toolsmiths Plug-in Builders doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc [eclipse-plugin] [INFO] Papyrus SDK [pom] [INFO] org.eclipse.papyrus.sdk [eclipse-plugin] [INFO] Papyrus Examples Plugins [pom] [INFO] org.eclipse.papyrus.examples.core [pom] [INFO] org.eclipse.papyrus.example.core.lifecycleevents [eclipse-plugin] [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor [eclipse-plugin] [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.emf [pom] [INFO] org.eclipse.papyrus.outline.emftree [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.infra [pom] [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.others [pom] [INFO] org.eclipse.papyrus.example.text.instance [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml [pom] [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.emftree [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textual.editors.example [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml.diagrams [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.nattable.actions [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.services.decorator [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.examples-user [pom] [INFO] org.eclipse.papyrus.examples.user.qvto [eclipse-plugin] [INFO] Papyrus Main Features [pom] [INFO] org.eclipse.papyrus.doc.feature [eclipse-feature] [INFO] org.eclipse.papyrus.editor.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.architecture.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.services.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.ui.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.widget.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.viewpoints.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.alf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.architecture.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.decoratormodel.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.diagram.css.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.modelexplorer.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.properties.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.ui.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.textedit.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.search.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.xtext.integration.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.documentation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.search.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.modelexplorer.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.properties.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.references.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.validation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.sdk.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.textedit.feature [eclipse-feature] [INFO] Papyrus Examples Features [pom] [INFO] org.eclipse.papyrus.user.examples.feature [eclipse-feature] [INFO] org.eclipse.papyrus.main.targetplatform [eclipse-target-definition] [INFO] org.eclipse.papyrus.p2 [eclipse-repository] [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.main.releng >--------- [INFO] Building org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT [1/486] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:feature-source (feature-source) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (sign) @ org.eclipse.papyrus.main.releng --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT ..... FAILURE [ 2.911 s] [INFO] Papyrus Main Plugins 0.0.1-SNAPSHOT ................ SKIPPED [INFO] Papyrus EMF 0.0.1-SNAPSHOT ......................... SKIPPED [INFO] Papyrus Infra 0.0.1-SNAPSHOT ....................... SKIPPED [INFO] Papyrus Infra Core 0.0.1-SNAPSHOT .................. SKIPPED [INFO] org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.emf 2.0.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT .......... SKIPPED [INFO] EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT ...... SKIPPED [INFO] Papyrus EMF Facet Editors 0.0.1-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT ... SKIPPED [INFO] Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Architecture 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core 4.3.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus EMF Infrastructure 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.infra.emf 4.2.0-SNAPSHOT ....... SKIPPED [INFO] Papyrus Infra Services 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture 3.2.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Constraints 0.0.1-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra One-file 0.0.1-SNAPSHOT .............. SKIPPED [INFO] Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra UI 0.0.1-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.papyrus.infra.widgets 4.1.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui 3.4.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Internationalization 0.0.1-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Nattable 0.0.1-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Editor Welcome Page 0.0.1-SNAPSHOT ......... SKIPPED [INFO] Papyrus Infra Properties Framework 0.0.1-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.properties 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Filters Model 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.types 5.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.decoration 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra New-Child Model 0.0.1-SNAPSHOT ....... SKIPPED [INFO] Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT ...... SKIPPED [INFO] Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Viewpoints 0.0.1-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.papyrus.infra.viewpoints.policy 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra TextEdit 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Other Bundles 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.common 4.3.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Views 0.0.1-SNAPSHOT ....................... SKIPPED [INFO] Papyrus Model Explorer View 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer 5.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.properties 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.representation 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.ui 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.representation.edit 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.types 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML 0.0.1-SNAPSHOT ......................... SKIPPED [INFO] Papyrus UML Xtext Integration 0.0.1-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.xtext 1.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.nattable 7.1.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.resources 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.onefile.ui 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.readonly 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Diagram Expansion 0.0.1-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Diagram CSS Support 0.0.1-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.menu 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.properties 5.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Diagram Assistants 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Properties View 0.0.1-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Validation View 0.0.1-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.papyrus.views.validation 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.search 3.0.0-SNAPSHOT .... SKIPPED [INFO] Papyrus References View 0.0.1-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Documentation View 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT .. SKIPPED [INFO] Papyrus UML Internationalization 0.0.1-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Tools 0.0.1-SNAPSHOT ................... SKIPPED [INFO] org.eclipse.papyrus.uml.tools.utils 4.1.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.tools 5.1.0-SNAPSHOT ....... SKIPPED [INFO] Papyrus UML Diagrams 0.0.1-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.common 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Editor 0.0.1-SNAPSHOT ...................... SKIPPED [INFO] org.eclipse.papyrus.eclipse.project.editors 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.editor 3.0.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.uml.controlmode.profile 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.filters 2.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.papyrus.uml.modelrepair 3.1.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.profile 4.2.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.uml.export 2.1.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.wizards 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.search.ui 3.0.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.uml.service.types 5.2.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML ALF 0.0.1-SNAPSHOT ..................... SKIPPED [INFO] org.eclipse.papyrus.uml.alf 4.0.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.papyrus.uml.alf.common 3.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus UML Architecture 0.0.1-SNAPSHOT ............ SKIPPED [INFO] Papyrus UML Nattable 0.0.1-SNAPSHOT ................ SKIPPED [INFO] org.eclipse.papyrus.uml.nattable 6.0.100-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.clazz 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.communication 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.component 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.composite 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.deployment 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.activity 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview 4.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.profile 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.menu 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.sequence 7.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.statemachine 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.timing 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.usecase 6.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Decorator Models 0.0.1-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Properties 0.0.1-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.papyrus.uml.properties 4.1.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.common.groups 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.symbols 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Model Explorer 0.0.1-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.ui 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Textual Edit 0.0.1-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT SKIPPED [INFO] Papyrus UML Profile 0.0.1-SNAPSHOT ................. SKIPPED [INFO] org.eclipse.papyrus.uml.profile.drafter 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.common.xtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.message.xtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.port.xtext 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.property.xtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.state.xtext 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus M2M QvTo 0.0.1-SNAPSHOT .................... SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.common 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT ..... SKIPPED [INFO] Papyrus - API migration documentation 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Copypaste UI doc 2.0.0-SNAPSHOT ............ SKIPPED [INFO] Papyrus Developer doc 2.0.0-SNAPSHOT ............... SKIPPED [INFO] Papyrus DSML Validation doc 2.0.0-SNAPSHOT ......... SKIPPED [INFO] Papyrus Infra doc 2.0.0-SNAPSHOT ................... SKIPPED [INFO] Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT .... SKIPPED [INFO] Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT ....... SKIPPED [INFO] Papyrus Infra Expression doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Internationalization doc 2.0.0-SNAPSHOT .... SKIPPED [INFO] Papyrus Infra Nattable doc 2.0.0-SNAPSHOT .......... SKIPPED [INFO] Papyrus Infra Newchild doc 2.0.0-SNAPSHOT .......... SKIPPED [INFO] Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Infra Architecture doc 2.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus Infra Types doc 4.0.0-SNAPSHOT ............. SKIPPED [INFO] Papyrus Req Reqif doc 2.0.0-SNAPSHOT ............... SKIPPED [INFO] Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT ...... SKIPPED [INFO] Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT ..... SKIPPED [INFO] Papyrus Uml doc 2.0.0-SNAPSHOT ..................... SKIPPED [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED [INFO] Papyrus ModelRepair doc 2.0.0-SNAPSHOT ............. SKIPPED [INFO] Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT .. SKIPPED [INFO] Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT SKIPPED [INFO] Papyrus Profile Types doc 1.0.0-SNAPSHOT ........... SKIPPED [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED [INFO] Papyrus Views Properties doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Toolsmiths Plug-in Builders doc 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc 2.0.0-SNAPSHOT SKIPPED [INFO] Papyrus SDK 0.0.1-SNAPSHOT ......................... SKIPPED [INFO] org.eclipse.papyrus.sdk 6.2.0-SNAPSHOT ............. SKIPPED [INFO] Papyrus Examples Plugins 1.0.1-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT .... SKIPPED [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.uml.diagrams 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.example.uml.services.decorator 2.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.examples.user.qvto 2.1.0-SNAPSHOT SKIPPED [INFO] Papyrus Main Features 0.0.1-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.architecture.feature 1.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.core.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.emf.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.services.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.ui.feature 3.1.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.widget.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.viewpoints.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.infra.feature 3.1.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.uml.alf.feature 3.0.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.diagram.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.tools.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.papyrus.uml.textedit.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.search.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.uml.feature 5.0.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.search.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.modelexplorer.feature 4.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.properties.feature 3.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.views.feature 2.0.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.papyrus.sdk.feature 6.2.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.papyrus.infra.textedit.feature 1.0.0-SNAPSHOT SKIPPED [INFO] Papyrus Examples Features 0.0.1-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.main.targetplatform 0.0.1-SNAPSHOT SKIPPED [INFO] org.eclipse.papyrus.p2 6.2.0-SNAPSHOT .............. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:55 min [INFO] Finished at: 2022-05-04T07:14:43Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-macsigner-plugin:1.3.2:sign (sign) on project org.eclipse.papyrus.main.releng: [Wed May 04 07:14:43 UTC 2022] An error happened while searching for app to be signed in /home/jenkins/agent/workspace/Papyrus-Master-Release/source/releng/main/target/products/ -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Build step 'Invoke top-level Maven targets' marked build as failure Sending e-mails to: patrick.tessier@cea.fr vincent.lorenzo@cea.fr quentin.lemenez@cea.fr Archiving artifacts Finished: FAILURE