Skip to content
Success

Console Output

Started by user Alberto Debiasi
Running as Alberto Debiasi
Agent default-agent-rv0s3 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-rv0s3"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.chess.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-rv0s3"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-rv0s3"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.chess.svc.cluster.local/chess/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-chess"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-rv0s3 in workspace /home/jenkins/agent/workspace/CHESS-master-bundle
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
using credential projects-storage.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/chess/chess.git
 > git init /home/jenkins/agent/workspace/CHESS-master-bundle # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/chess/chess.git
 > git --version # timeout=10
using GIT_SSH to set credentials ssh://genie.chess@projects-storage.eclipse.org
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/chess/chess.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://git.eclipse.org/gitroot/chess/chess.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/chess/chess.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/chess/chess.git
using GIT_SSH to set credentials ssh://genie.chess@projects-storage.eclipse.org
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/chess/chess.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision e7ba8992551756e032f96a7302876bb7af064871 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e7ba8992551756e032f96a7302876bb7af064871
Commit message: "Merge remote-tracking branch 'Polarsys/devel' into polarsys-master"
First time build. Skipping changelog.
Parsing POMs
Discovered a new module org.polarsys.chess:org.polarsys.chess.parent org.polarsys.chess.parent
Discovered a new module org.polarsys.chess:org.polarsys.chess.bundles org.polarsys.chess.bundles
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.profile org.polarsys.chess.contracts.profile
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.chessextension org.polarsys.chess.contracts.chessextension
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.contractEditor org.polarsys.chess.contracts.contractEditor
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager org.polarsys.chess.contracts.contractPropertyManager
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.integration org.polarsys.chess.contracts.integration
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.refinementView org.polarsys.chess.contracts.refinementView
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis org.polarsys.chess.contracts.safetyAnalysis
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.transformations org.polarsys.chess.contracts.transformations
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.validation org.polarsys.chess.contracts.validation
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.verificationService org.polarsys.chess.contracts.verificationService
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime org.polarsys.chess.contracts.verificationService.test.runtime
Discovered a new module org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView org.polarsys.chess.contracts.hierarchicalContractView
Discovered a new module org.polarsys.chess:org.polarsys.chess.fla org.polarsys.chess.fla
Discovered a new module org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator org.polarsys.chess.fla.faultTreeGenerator
Discovered a new module org.polarsys.chess:org.polarsys.chess.fla.flamm org.polarsys.chess.fla.flamm
Discovered a new module org.polarsys.chess:org.polarsys.chess.fla.flaxml org.polarsys.chess.fla.flaxml
Discovered a new module org.polarsys.chess:org.polarsys.chess.fla.transformations org.polarsys.chess.fla.transformations
Discovered a new module org.polarsys.chess:org.polarsys.chess.xtext.fladsl org.polarsys.chess.xtext.fladsl
Discovered a new module org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide org.polarsys.chess.xtext.fladsl.ide
Discovered a new module org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui org.polarsys.chess.xtext.fladsl.ui
Discovered a new module org.polarsys.chess:org.polarsys.chess.cdo org.polarsys.chess.cdo
Discovered a new module org.polarsys.chess:org.polarsys.chess.checkers org.polarsys.chess.checkers
Discovered a new module org.polarsys.chess:org.polarsys.chess.chessmlprofile org.polarsys.chess.chessmlprofile
Discovered a new module org.polarsys.chess:org.polarsys.chess.cleanCExporter org.polarsys.chess.cleanCExporter
Discovered a new module org.polarsys.chess:org.polarsys.chess.codegen.ada org.polarsys.chess.codegen.ada
Discovered a new module org.polarsys.chess:org.polarsys.chess.commands org.polarsys.chess.commands
Discovered a new module org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor org.polarsys.chess.constraints.constraintEditor
Discovered a new module org.polarsys.chess:org.polarsys.chess.core org.polarsys.chess.core
Discovered a new module org.polarsys.chess:org.polarsys.chess.diagram.ui org.polarsys.chess.diagram.ui
Discovered a new module org.polarsys.chess:org.polarsys.chess.diagramsCreator org.polarsys.chess.diagramsCreator
Discovered a new module org.polarsys.chess:org.polarsys.chess.discovery org.polarsys.chess.discovery
Discovered a new module org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor org.polarsys.chess.functionBehaviors.functionBehaviorEditor
Discovered a new module org.polarsys.chess:org.polarsys.chess.m2m org.polarsys.chess.m2m
Discovered a new module org.polarsys.chess:org.polarsys.chess.monitoring org.polarsys.chess.monitoring
Discovered a new module org.polarsys.chess:org.polarsys.chess.monitoring.edit org.polarsys.chess.monitoring.edit
Discovered a new module org.polarsys.chess:org.polarsys.chess.monitoring.editor org.polarsys.chess.monitoring.editor
Discovered a new module org.polarsys.chess:org.polarsys.chess.monitoring.tests org.polarsys.chess.monitoring.tests
Discovered a new module org.polarsys.chess:org.polarsys.chess.multicore org.polarsys.chess.multicore
Discovered a new module org.polarsys.chess:org.polarsys.chess.OSSImporter org.polarsys.chess.OSSImporter
Discovered a new module org.polarsys.chess:org.polarsys.chess.paramArchConfigurator org.polarsys.chess.paramArchConfigurator
Discovered a new module org.polarsys.chess:org.polarsys.chess.patterns org.polarsys.chess.patterns
Discovered a new module org.polarsys.chess:org.polarsys.chess.patterns.library org.polarsys.chess.patterns.library
Discovered a new module org.polarsys.chess:org.polarsys.chess.patterns.profile org.polarsys.chess.patterns.profile
Discovered a new module org.polarsys.chess:org.polarsys.chess.properties.propertyEditor org.polarsys.chess.properties.propertyEditor
Discovered a new module org.polarsys.chess:org.polarsys.chess.service org.polarsys.chess.service
Discovered a new module org.polarsys.chess:org.polarsys.chess.smvExporter org.polarsys.chess.smvExporter
Discovered a new module org.polarsys.chess:org.polarsys.chess.tabbedproperties org.polarsys.chess.tabbedproperties
Discovered a new module org.polarsys.chess:org.polarsys.chess.test.runtime org.polarsys.chess.test.runtime
Discovered a new module org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis org.polarsys.chess.tradeoffAnalysis
Discovered a new module org.polarsys.chess:org.polarsys.chess.validator org.polarsys.chess.validator
Discovered a new module org.polarsys.chess:org.polarsys.chess.wizards org.polarsys.chess.wizards
Discovered a new module org.polarsys.chess:org.polarsys.chess.xtext.global org.polarsys.chess.xtext.global
Discovered a new module org.polarsys.chess:org.polarsys.chess.statebased org.polarsys.chess.statebased
Discovered a new module org.polarsys.chess:org.eclipse.papyrus.junit.framework org.eclipse.papyrus.junit.framework
Discovered a new module org.polarsys.chess:org.eclipse.papyrus.junit.utils org.eclipse.papyrus.junit.utils
Discovered a new module org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests org.eclipse.papyrus.uml.profile.tests
Discovered a new module org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior org.polarsys.chess.fla.FPTC2FLABehavior
Discovered a new module org.polarsys.chess:org.polarsys.chess.mainmenu org.polarsys.chess.mainmenu
Discovered a new module org.polarsys.chess:org.polarsys.chess.mobius org.polarsys.chess.mobius
Discovered a new module org.polarsys.chess:org.polarsys.chess.mobius.model org.polarsys.chess.mobius.model
Discovered a new module org.polarsys.chess:org.polarsys.chess.mobius.model.edit org.polarsys.chess.mobius.model.edit
Discovered a new module org.polarsys.chess:org.polarsys.chess.mobius.model.editor org.polarsys.chess.mobius.model.editor
Discovered a new module org.polarsys.chess:org.polarsys.chess.mobius.preferences org.polarsys.chess.mobius.preferences
Discovered a new module org.polarsys.chess:org.polarsys.chess.features org.polarsys.chess.features
Discovered a new module org.polarsys.chess:org.polarsys.chess.feature org.polarsys.chess.feature
Discovered a new module org.polarsys.chess:org.polarsys.chess.releng org.polarsys.chess.releng
Discovered a new module org.polarsys.chess:org.polarsys.chess.configuration org.polarsys.chess.configuration
Discovered a new module org.polarsys.chess.target:org.polarsys.chess.target.neon org.polarsys.chess.target.neon
Discovered a new module org.polarsys.chess:org.polarsys.chess.repository org.polarsys.chess.repository
Discovered a new module org.polarsys.chess:org.polarsys.chess.product org.polarsys.chess.product
Modules changed, recalculating dependency graph
Established TCP socket on 35068
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[org.polarsys.chess.parent] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 35068
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/pom.xml -P Eclipse-Neon-Java8,bundle install
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/nebula/releases/2.2.0/
[INFO] Fetching p2.index from https://download.eclipse.org/nebula/releases/2.2.0/
[INFO] Adding repository https://download.eclipse.org/nebula/releases/2.2.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/2.2.0/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/nebula/releases/2.2.0/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/
[INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/ (11.48kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/ (11.48kB)
[INFO] Fetching p2.index from http://build.eclipse.org/modeling/elk/updates/0.4.0/ (172B)
[INFO] Fetching p2.index from http://build.eclipse.org/modeling/elk/updates/0.4.0/ (172B)
[INFO] Adding repository http://build.eclipse.org/modeling/elk/updates/0.4.0
[INFO] Fetching content.xml.xz from http://build.eclipse.org/modeling/elk/updates/0.4.0/ (9.55kB)
[INFO] Fetching content.xml.xz from http://build.eclipse.org/modeling/elk/updates/0.4.0/ (9.55kB)
[INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/main/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/main/
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/ (217.43kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/ (217.43kB)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/extra/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/extra/
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/ (94.63kB)
[INFO] Fetching content.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/ (94.63kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/
[INFO] Adding repository http://download.eclipse.org/releases/neon
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/neon/ (518B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/neon/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/neon/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201705151400/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201705151400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703141400/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703141400/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201703231000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201703231000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201606221000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201606221000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201609281000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201609281000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201610111000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201610111000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/
[INFO] Fetching p2.index from http://download.eclipse.org/releases/neon/201612211000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/neon/201612211000/
[INFO] Adding repository http://download.eclipse.org/sirius/updates/releases/4.1.9/neon
[INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/ (69.77kB)
[INFO] Fetching content.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/ (69.77kB)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/
[INFO] Adding repository https://download.eclipse.org/mmt/atl/updates/releases/4.1
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/ (421B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/ (421B)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/
[INFO] Fetching content.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/ (28.5kB)
[INFO] Fetching content.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/ (28.5kB)
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/
[INFO] Fetching p2.index from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/
[INFO] Adding repository https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/
[INFO] Fetching p2.index from https://download.eclipse.org/viatra/updates/release/1.7.2/
[INFO] Fetching p2.index from https://download.eclipse.org/viatra/updates/release/1.7.2/
[INFO] Adding repository https://download.eclipse.org/viatra/updates/release/1.7.2
[INFO] Fetching content.xml.xz from https://download.eclipse.org/viatra/updates/release/1.7.2/
[INFO] Fetching content.xml.xz from https://download.eclipse.org/viatra/updates/release/1.7.2/
[INFO] Adding repository http://download.eclipse.org/epsilon/updates/1.4
[INFO] Fetching content.jar from http://download.eclipse.org/epsilon/updates/1.4/ (57.07kB)
[INFO] Fetching content.jar from http://download.eclipse.org/epsilon/updates/1.4/ (57.07kB)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse_sde_devel/ (173B)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse_sde_devel/ (173B)
[INFO] Adding repository http://es-static.fbk.eu/tools/eclipse_sde_devel
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse_sde_devel/ (13.63kB)
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse_sde_devel/ (13.63kB)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse_est_devel/ (173B)
[INFO] Fetching p2.index from http://es-static.fbk.eu/tools/eclipse_est_devel/ (173B)
[INFO] Adding repository http://es-static.fbk.eu/tools/eclipse_est_devel
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse_est_devel/ (14.87kB)
[INFO] Fetching content.xml.xz from http://es-static.fbk.eu/tools/eclipse_est_devel/ (14.87kB)
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (262.51kB)
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (262.51kB)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (591.9kB)
[INFO] Fetching com.google.guava_15.0.0.v201403281430.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (591.9kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from https://download.eclipse.org/viatra/updates/release/1.7.2/plugins/ (137.61kB)
[INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from https://download.eclipse.org/viatra/updates/release/1.7.2/plugins/ (137.61kB)
[INFO] Fetching 201705151400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/neon/
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB)
[INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.25kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (417.91kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (417.91kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.utils_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (69.49kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.utils_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (69.49kB)
[INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB)
[INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (862.01kB)
[INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB)
[INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.77kB)
[INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB)
[INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (268.51kB)
[INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB)
[INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (793.87kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB)
[INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.37kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.46kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB)
[INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.54kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (498.28kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.51kB)
[INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB)
[INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.37kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (246.29kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.1kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.68kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.68kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (347.67kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.43kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.78kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.95kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.86kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.86kB)
[INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB)
[INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (207.37kB)
[INFO] Fetching 2.9.0&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/emft/mwe/updates/releases/
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (292.22kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (292.22kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.64kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.14kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.7kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.7kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (287.32kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (287.32kB)
[INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB)
[INFO] Fetching org.eclipse.ant.core_3.4.100.v20160505-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.78kB)
[INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.core.variables_3.3.0.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB)
[INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.65kB)
[INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB)
[INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (314.18kB)
[INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB)
[INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.08kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (228.35kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.83kB)
[INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB)
[INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (178.45kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB)
[INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.24kB)
[INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB)
[INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.22MB)
[INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.58kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.94kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.3.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.92kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB)
[INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.22kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB)
[INFO] Fetching org.eclipse.debug.core_3.10.100.v20160419-1720.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.16kB)
[INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB)
[INFO] Fetching org.eclipse.debug.ui_3.11.202.v20161114-0338.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1MB)
[INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB)
[INFO] Fetching org.eclipse.ui.console_3.6.201.v20161107-0337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.38kB)
[INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB)
[INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (122.2kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB)
[INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.2kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.44kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.59kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.67kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB)
[INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (344.64kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.56kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.91kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.33kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.24kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.42kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.92kB)
[INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.54kB)
[INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB)
[INFO] Fetching org.eclipse.jdt.core_3.12.3.v20170228-1205.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.56MB)
[INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB)
[INFO] Fetching org.eclipse.jdt.launching_3.8.101.v20161111-2014.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.66kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.92kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.92kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.68kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.59kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.36kB)
[INFO] Fetching org.eclipse.emf.converter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.emf.converter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.28kB)
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB)
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.57kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.73kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.18kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.18kB)
[INFO] Fetching org.eclipse.emf.importer_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39kB)
[INFO] Fetching org.eclipse.emf.importer_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.06kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.06kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (63.14kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (63.14kB)
[INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB)
[INFO] Fetching org.apache.ant_1.9.6.v201510161327.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.19MB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (8.91kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (8.91kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (168.83kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.22kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.84kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (84.84kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.94kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.94kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB)
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.41kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.700.v20160102-2223.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.2kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.25kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.77kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.04kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.96kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.96kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (52.26kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.05kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.05kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.9kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.9kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.1.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.71kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.59kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.59kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.43kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.84kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.4.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.23kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.68kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.100.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (102.51kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.200.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.76kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.22kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.300.v20160421-0324.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.27kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.400.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.19kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (189.14kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.1.300.v20150803-1225.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.6kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.14kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.89kB)
[INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB)
[INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.57kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.87kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.92kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (129.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (373.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (99.58kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (215.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (88.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (133.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (133.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.41kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.41kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (191.67kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (212.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (114.39kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (120.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (307.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (245.79kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (245.79kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_3.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (87.32kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_3.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (87.32kB)
[INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.82kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.82kB)
[INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB)
[INFO] Fetching org.eclipse.jdt.debug_3.10.1.v20160811-0441.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (905.14kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (105.61kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (176.66kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.55kB)
[INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB)
[INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (431.71kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (272.74kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (272.74kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (39.77kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (39.77kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (27.62kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (27.62kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (98.22kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (98.22kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.75MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.75MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (127.88kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.4.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (127.88kB)
[INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB)
[INFO] Fetching org.apache.commons.codec_1.6.0.v201305230611.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.14kB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.1.0.201609231530.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.nebula.widgets.richtext_1.1.0.201609231530.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.42MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.92kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.92kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (79.37kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (79.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (629.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (629.81kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.33kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.33kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties.model.xwt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.1kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties.model.xwt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.6kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.1.1001.v201702270442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (241.35kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.1.1001.v201702270442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (241.35kB)
[INFO] Fetching org.eclipse.papyrus.editor_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.papyrus.editor_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (99.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (99.54kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (305.22kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (305.22kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.85kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.85kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.02kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.02kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.37kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (26.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (26.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.93kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (33.93kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.78kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.66kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.66kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.64kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.64kB)
[INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.pde.core_3.11.1.v20161115-1951.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.12kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (29.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (36.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (36.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (538.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (538.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_2.1.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (95.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.core_2.1.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (95.36kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.tools_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (52.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (52.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.pluginexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.pluginexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (60.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (60.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.2kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.52kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (297.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (297.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.53kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.2.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (164.61kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.2.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (164.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (280.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (280.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.core_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.sync_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (47.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (47.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.hyperlink_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.openelement_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (64.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (64.66kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_1.2.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (75.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.ui_1.2.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (75.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.emf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (100.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (100.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (45.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (45.14kB)
[INFO] Fetching org.eclipse.xwt_1.2.0.v20160502-1019.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (570.25kB)
[INFO] Fetching org.eclipse.xwt_1.2.0.v20160502-1019.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (570.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.localizer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (32.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.types_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (32.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.iso42010_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.53kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.iso42010_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.53kB)
[INFO] Fetching org.eclipse.papyrus.marte.static.profile_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (448.34kB)
[INFO] Fetching org.eclipse.papyrus.marte.static.profile_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (448.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.57kB)
[INFO] Fetching org.eclipse.uml2.uml_5.2.3.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.uml2.uml_5.2.3.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (46.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.utils_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (46.7kB)
[INFO] Fetching org.eclipse.papyrus.sysml_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.papyrus.sysml_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.86kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.0.100.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.86kB)
[INFO] Fetching org.eclipse.papyrus.sysml.service.types_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (45.57kB)
[INFO] Fetching org.eclipse.papyrus.sysml.service.types_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (45.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.appearance_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (400.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (400.06kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (132.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (132.93kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (65.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (65.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (69.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (69.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.paletteconfiguration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.paletteconfiguration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (62.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (62.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (451.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_2.0.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (451.82kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.2.v20161116-1147.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (123.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (78.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools_2.0.2.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (78.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (61.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (61.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.22kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.88kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (202.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (202.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (51.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (51.62kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.0.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.uml2.uml.validation_5.0.1.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (80.9kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (80.9kB)
[INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (479.47kB)
[INFO] Fetching org.eclipse.pde.build_3.9.200.v20160204-0642.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (479.47kB)
[INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.89kB)
[INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.89kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (156.3kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (156.3kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.34kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.52kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.1.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.52kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (242.49kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.2.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (242.49kB)
[INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.200.v201505132009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.76kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.200.v201505132009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.76kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.1.1000.v201608061842.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (147.37kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.1.1000.v201608061842.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (147.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (148.58kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (209.56kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (209.56kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (48.91kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (48.91kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (102.9kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (102.9kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.emf_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (961.03kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Fetching org.eclipse.emf.cdo_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (870.14kB)
[INFO] Fetching org.eclipse.emf.cdo_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (870.14kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (539.51kB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (539.51kB)
[INFO] Fetching org.eclipse.emf.cdo.admin_4.1.400.v20160302-0807.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.09kB)
[INFO] Fetching org.eclipse.emf.cdo.admin_4.1.400.v20160302-0807.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.09kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (171.33kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (171.33kB)
[INFO] Fetching org.eclipse.net4j_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (175.8kB)
[INFO] Fetching org.eclipse.net4j_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (175.8kB)
[INFO] Fetching org.eclipse.net4j.util_3.6.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1,009.71kB)
[INFO] Fetching org.eclipse.net4j.util_3.6.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1,009.71kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn_2.0.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.96kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn_2.0.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.96kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.util_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.52kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.util_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.52kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.gmf_2.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.96kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.gmf_2.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.46kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.46kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.ui_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.45kB)
[INFO] Fetching org.eclipse.emf.cdo.dawn.ui_2.0.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.45kB)
[INFO] Fetching org.eclipse.emf.cdo.ui_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (490.41kB)
[INFO] Fetching org.eclipse.emf.cdo.ui_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (490.41kB)
[INFO] Fetching org.eclipse.net4j.tcp_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (75.72kB)
[INFO] Fetching org.eclipse.net4j.tcp_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (75.72kB)
[INFO] Fetching org.eclipse.emf.cdo.edit_4.4.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.94kB)
[INFO] Fetching org.eclipse.emf.cdo.edit_4.4.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.94kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (134.75kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (134.75kB)
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.2.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.23kB)
[INFO] Fetching org.eclipse.emf.cdo.workspace_4.2.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.23kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (470.24kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.5.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (470.24kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.4.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (419.74kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.4.0.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (419.74kB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.82kB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.82kB)
[INFO] Fetching org.eclipse.net4j.db_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.18kB)
[INFO] Fetching org.eclipse.net4j.db_4.5.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.18kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.1.300.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (158.44kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.1.300.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (158.44kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.88kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (50.88kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.repository_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.75kB)
[INFO] Fetching org.eclipse.emf.cdo.transfer.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.75kB)
[INFO] Fetching org.eclipse.net4j.util.ui_3.6.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (271.89kB)
[INFO] Fetching org.eclipse.net4j.util.ui_3.6.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (271.89kB)
[INFO] Fetching org.eclipse.net4j.ui.shared_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.02kB)
[INFO] Fetching org.eclipse.net4j.ui.shared_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.02kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.3.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.75kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.shared_4.3.0.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.75kB)
[INFO] Fetching org.eclipse.net4j.jvm_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.79kB)
[INFO] Fetching org.eclipse.net4j.jvm_4.1.400.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.79kB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.93kB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.3.100.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.93kB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.papyrus.cdo.core_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (61.52kB)
[INFO] Fetching org.eclipse.papyrus.cdo.core_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (61.52kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (42.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_1.3.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (42.96kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.common_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (115.39kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.common_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (115.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.96kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.62kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.62kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.chessextension:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.contractEditor.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (35.82kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.contractEditor.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (35.82kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (500.78kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (500.78kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.xtextService_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (60.8kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.xtextService_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (60.8kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (365.06kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (365.06kB)
[INFO] Fetching eu.fbk.tools.editor.oss_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (424.16kB)
[INFO] Fetching eu.fbk.tools.editor.oss_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (424.16kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (24.45kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (24.45kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (25.51kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (25.51kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (561.58kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (561.58kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (245.19kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (245.19kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (23.6kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (23.6kB)
[INFO] Fetching eu.fbk.tools.editor.c_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (153.95kB)
[INFO] Fetching eu.fbk.tools.editor.c_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (153.95kB)
[INFO] Fetching eu.fbk.tools.editor.c.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (153.05kB)
[INFO] Fetching eu.fbk.tools.editor.c.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (153.05kB)
[INFO] Fetching eu.fbk.tools.editor.c.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (17.83kB)
[INFO] Fetching eu.fbk.tools.editor.c.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (17.83kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (22.7kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (22.7kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (19.7kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (19.7kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (26.23kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (26.23kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ui_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (21.76kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ui_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (21.76kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (224.63kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (224.63kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (31.01kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ui_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (31.01kB)
[INFO] Fetching eu.fbk.tools.editor.basetype_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (234.76kB)
[INFO] Fetching eu.fbk.tools.editor.basetype_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (234.76kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (77.72kB)
[INFO] Fetching eu.fbk.tools.editor.basetype.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (77.72kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (869.55kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (869.55kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (268.71kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (268.71kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (303.84kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (303.84kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (93.24kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (93.24kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (281.71kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (281.71kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (154.88kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (154.88kB)
[INFO] Fetching eu.fbk.tools.editor.contract_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (184.02kB)
[INFO] Fetching eu.fbk.tools.editor.contract_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (184.02kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (164.58kB)
[INFO] Fetching eu.fbk.tools.editor.contract.expression.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (164.58kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (169.57kB)
[INFO] Fetching eu.fbk.tools.editor.contract.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (169.57kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ide_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (264.71kB)
[INFO] Fetching eu.fbk.tools.editor.contract.constraint.Constraint.ide_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (264.71kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (260.18kB)
[INFO] Fetching eu.fbk.tools.editor.oss.ide_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (260.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (12.86kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (65.75kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (65.75kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (130.65kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (130.65kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.45kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB)
[INFO] Fetching org.eclipse.jdt.ui_3.12.2.v20160929-0804.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.61MB)
[INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB)
[INFO] Fetching org.eclipse.search_3.11.1.v20161113-1700.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.2kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (85.86kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (85.86kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (11.84kB)
[INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB)
[INFO] Fetching org.objectweb.asm_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (49.47kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (49.47kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (65.11kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (65.11kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.integration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.refinementView.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (14.37kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.refinementView.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (14.37kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.refinementView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.ExecOcraCommands_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (38.26kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ExecOcraCommands_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (38.26kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ModelTranslatorToOcra_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (44.61kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.ModelTranslatorToOcra_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (44.61kB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (18.99MB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (18.99MB)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (1.07MB of 18.99MB at 832kB/s)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (5.94MB of 18.99MB at 2.48MB/s)
[INFO] Fetching eu.fbk.tools.adapter.core_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (16.63MB of 18.99MB at 4.94MB/s)
[INFO] Fetching eu.fbk.tools.adapter.ui_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (243.4kB)
[INFO] Fetching eu.fbk.tools.adapter.ui_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (243.4kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToSmv_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (30.38kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToSmv_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (30.38kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.nuXmvService_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (14.36kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.nuXmvService_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (14.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.0.201907151344.jar from https://download.eclipse.org/nebula/releases/2.2.0/plugins/ (215.6kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid_1.1.0.201907151344.jar from https://download.eclipse.org/nebula/releases/2.2.0/plugins/ (215.6kB)
[INFO] Fetching org.eclipse.acceleo.common_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.92kB)
[INFO] Fetching org.eclipse.acceleo.common_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.92kB)
[INFO] Fetching org.eclipse.acceleo.engine_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.99kB)
[INFO] Fetching org.eclipse.acceleo.engine_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.99kB)
[INFO] Fetching org.eclipse.acceleo.model_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.17kB)
[INFO] Fetching org.eclipse.acceleo.model_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (51.17kB)
[INFO] Fetching org.eclipse.acceleo.profiler_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.98kB)
[INFO] Fetching org.eclipse.acceleo.profiler_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.98kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardTools.XSapExecService_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (4.66kB)
[INFO] Fetching eu.fbk.eclipse.standardTools.XSapExecService_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (4.66kB)
[INFO] Fetching org.eclipse.acceleo.parser_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (145.7kB)
[INFO] Fetching org.eclipse.acceleo.parser_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (145.7kB)
[INFO] Fetching org.eclipse.ocl.uml_5.2.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.69kB)
[INFO] Fetching org.eclipse.ocl.uml_5.2.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.76kB)
[INFO] Fetching org.eclipse.sirius_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (356.17kB)
[INFO] Fetching org.eclipse.sirius_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (356.17kB)
[INFO] Fetching org.eclipse.sirius.common_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (77.8kB)
[INFO] Fetching org.eclipse.sirius.common_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (77.8kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (32.88kB)
[INFO] Fetching org.eclipse.sirius.ecore.extender_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (32.88kB)
[INFO] Fetching org.eclipse.sirius.ext.base_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (14.37kB)
[INFO] Fetching org.eclipse.sirius.ext.base_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (14.37kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.97kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.97kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.44kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.44kB)
[INFO] Fetching org.eclipse.sirius.common.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (95.33kB)
[INFO] Fetching org.eclipse.sirius.common.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (95.33kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (18.17kB)
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (18.17kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.95kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.95kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.48kB)
[INFO] Fetching org.eclipse.sirius.ext.swt_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.48kB)
[INFO] Fetching org.eclipse.sirius.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (353.92kB)
[INFO] Fetching org.eclipse.sirius.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (353.92kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.02kB)
[INFO] Fetching org.eclipse.sirius.ext.jface_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.02kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.validation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (8.59MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (8.59MB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (692kB of 8.59MB at 544kB/s)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (3.24MB of 8.59MB at 1.2MB/s)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram.ui_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (49.09kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.diagram.ui_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (49.09kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.logger_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (9.18kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.logger_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (9.18kB)
[INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.elk.alg.common_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (219.77kB)
[INFO] Fetching org.eclipse.elk.alg.common_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (219.77kB)
[INFO] Fetching org.eclipse.elk.core_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (347.38kB)
[INFO] Fetching org.eclipse.elk.core_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (347.38kB)
[INFO] Fetching org.eclipse.elk.graph_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (103.55kB)
[INFO] Fetching org.eclipse.elk.graph_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (103.55kB)
[INFO] Fetching org.eclipse.elk.alg.disco_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (74.83kB)
[INFO] Fetching org.eclipse.elk.alg.disco_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (74.83kB)
[INFO] Fetching org.eclipse.elk.alg.force_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (127.61kB)
[INFO] Fetching org.eclipse.elk.alg.force_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (127.61kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.dot_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (230.11kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.dot_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (230.11kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.layouter_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (226.67kB)
[INFO] Fetching org.eclipse.elk.alg.graphviz.layouter_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (226.67kB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.elk.alg.layered_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (1.05MB)
[INFO] Fetching org.eclipse.elk.alg.mrtree_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (105.73kB)
[INFO] Fetching org.eclipse.elk.alg.mrtree_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (105.73kB)
[INFO] Fetching org.eclipse.elk.alg.radial_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.elk.alg.radial_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.elk.alg.spore_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (361.62kB)
[INFO] Fetching org.eclipse.elk.alg.spore_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (361.62kB)
[INFO] Fetching org.eclipse.elk.conn.gmf_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (117.33kB)
[INFO] Fetching org.eclipse.elk.conn.gmf_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (117.33kB)
[INFO] Fetching org.eclipse.elk.core.service_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (54.7kB)
[INFO] Fetching org.eclipse.elk.core.service_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (54.7kB)
[INFO] Fetching org.eclipse.elk.core.meta_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (505.41kB)
[INFO] Fetching org.eclipse.elk.core.meta_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (505.41kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (384.26kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (384.26kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (190.91kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (190.91kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.4MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.7.201.v20160811-0450.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.4MB)
[INFO] Fetching org.eclipse.elk.core.ui_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (92.91kB)
[INFO] Fetching org.eclipse.elk.core.ui_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (92.91kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.equinox.event_1.3.200.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.8.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.64kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (38.89kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.blockdefinition_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (64.04kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.blockdefinition_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (64.04kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.internalblock_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (57.75kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.internalblock_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (57.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (84.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (84.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (215.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (215.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_2.0.100.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (210.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_2.0.100.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (210.86kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.51kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.01kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.hierarchicalContractView.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (16.21kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.hierarchicalContractView.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (16.21kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Fetching org.eclipse.m2m.qvt.oml.common.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (59.35kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (59.35kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (35.2kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (35.2kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.ui_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (141.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.ui_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (141.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ocl_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ocl_3.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (24.57kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.ui_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (61.8kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.ui_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (61.8kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (33.9kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (33.9kB)
[INFO] Fetching org.eclipse.sirius.diagram_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (334.74kB)
[INFO] Fetching org.eclipse.sirius.diagram_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (334.74kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (2.84MB)
[INFO] Fetching org.eclipse.sirius.diagram.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (2.84MB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (172.01kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (172.01kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (33.95kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (33.95kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta.design_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (40.8kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.faultTreeViewer.emfta.design_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (40.8kB)
[INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (399.18kB)
[INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (399.18kB)
[INFO] Fetching org.eclipse.acceleo.common.ide_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.39kB)
[INFO] Fetching org.eclipse.acceleo.common.ide_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.39kB)
[INFO] Fetching org.eclipse.acceleo.common.ui_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.93kB)
[INFO] Fetching org.eclipse.acceleo.common.ui_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.93kB)
[INFO] Fetching org.eclipse.acceleo.ide.ui_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.31kB)
[INFO] Fetching org.eclipse.acceleo.ide.ui_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.31kB)
[INFO] Fetching org.eclipse.acceleo.traceability.model_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.58kB)
[INFO] Fetching org.eclipse.acceleo.traceability.model_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.58kB)
[INFO] Fetching org.eclipse.acceleo.traceability_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.69kB)
[INFO] Fetching org.eclipse.acceleo.traceability_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.69kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.86kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.6.6.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.86kB)
[INFO] Fetching org.eclipse.acceleo.query_5.0.2.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (144.11kB)
[INFO] Fetching org.eclipse.acceleo.query_5.0.2.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (144.11kB)
[INFO] Fetching org.eclipse.acceleo.annotations_5.0.1.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.acceleo.annotations_5.0.1.201610060831.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.72kB)
[INFO] Fetching &format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/epsilon/updates/
[INFO] Fetching org.eclipse.epsilon.common_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (81.27kB)
[INFO] Fetching org.eclipse.epsilon.common_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (81.27kB)
[INFO] Fetching org.eclipse.epsilon.dependencies_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (6.82kB)
[INFO] Fetching org.eclipse.epsilon.dependencies_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (6.82kB)
[INFO] Fetching org.antlr.runtime_3.1.b1_3.1.0.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (120.34kB)
[INFO] Fetching org.antlr.runtime_3.1.b1_3.1.0.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (120.34kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (115.36kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (115.36kB)
[INFO] Fetching org.eclipse.epsilon.eol.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (860kB)
[INFO] Fetching org.eclipse.epsilon.eol.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (860kB)
[INFO] Fetching org.eclipse.epsilon.emc.plainxml_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (45.6kB)
[INFO] Fetching org.eclipse.epsilon.emc.plainxml_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (45.6kB)
[INFO] Fetching org.eclipse.epsilon.erl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (28.97kB)
[INFO] Fetching org.eclipse.epsilon.erl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (28.97kB)
[INFO] Fetching org.eclipse.epsilon.etl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (304.88kB)
[INFO] Fetching org.eclipse.epsilon.etl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (304.88kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql.ide_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (34.19kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (34.19kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (18.56kB)
[INFO] Fetching org.eclipse.sirius.common.acceleo.mtl.ide_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (18.56kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.15kB)
[INFO] Fetching org.eclipse.sirius.common.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.15kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (24.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (24.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.layoutdata_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (24.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.layoutdata_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (24.06kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.34kB)
[INFO] Fetching org.eclipse.sirius.diagram.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.34kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (43.38kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (43.38kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (111.12kB)
[INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (111.12kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.96kB)
[INFO] Fetching org.eclipse.sirius.ext.draw2d_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.96kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (17.96kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (17.96kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (10.38kB)
[INFO] Fetching org.eclipse.sirius.ext.gef_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (10.38kB)
[INFO] Fetching org.eclipse.sirius.doc_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.48MB)
[INFO] Fetching org.eclipse.sirius.doc_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (7.48MB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.26kB)
[INFO] Fetching org.eclipse.sirius.editor_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (205.82kB)
[INFO] Fetching org.eclipse.sirius.editor_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (205.82kB)
[INFO] Fetching org.eclipse.sirius.editor.diagram_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (91.7kB)
[INFO] Fetching org.eclipse.sirius.editor.diagram_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (91.7kB)
[INFO] Fetching org.eclipse.sirius.editor.sequence_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (37.18kB)
[INFO] Fetching org.eclipse.sirius.editor.sequence_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (37.18kB)
[INFO] Fetching org.eclipse.sirius.editor.table_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (31.75kB)
[INFO] Fetching org.eclipse.sirius.editor.table_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (31.75kB)
[INFO] Fetching org.eclipse.sirius.table.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (162.42kB)
[INFO] Fetching org.eclipse.sirius.table.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (162.42kB)
[INFO] Fetching org.eclipse.sirius.editor.tree_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (24.2kB)
[INFO] Fetching org.eclipse.sirius.editor.tree_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (24.2kB)
[INFO] Fetching org.eclipse.sirius.tree.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (69.8kB)
[INFO] Fetching org.eclipse.sirius.tree.ui_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (69.8kB)
[INFO] Fetching org.eclipse.sirius.ext.e3_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.83kB)
[INFO] Fetching org.eclipse.sirius.ext.e3_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.83kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.sirius.interpreter_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (17.54kB)
[INFO] Fetching org.eclipse.sirius.interpreter_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (17.54kB)
[INFO] Fetching org.eclipse.sirius.samples.family_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (85.54kB)
[INFO] Fetching org.eclipse.sirius.samples.family_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (85.54kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (15.29kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (15.29kB)
[INFO] Fetching org.eclipse.sirius.table_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (102.08kB)
[INFO] Fetching org.eclipse.sirius.table_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (102.08kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.82kB)
[INFO] Fetching org.eclipse.sirius.table.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.82kB)
[INFO] Fetching org.eclipse.sirius.tree_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (72.4kB)
[INFO] Fetching org.eclipse.sirius.tree_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (72.4kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.8kB)
[INFO] Fetching org.eclipse.sirius.tree.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.8kB)
[INFO] Fetching org.eclipse.sirius.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (12.08kB)
[INFO] Fetching org.eclipse.sirius.ui.ext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (12.08kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.79kB)
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (6.79kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flamm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.flaxml:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.transformations:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/pom.xml
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.4.100.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.04kB)
[INFO] Fetching org.eclipse.emf.cdo.explorer.ui_4.4.100.v20160607-1254.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (403.04kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.06kB)
[INFO] Fetching org.eclipse.emf.cdo.ui.admin_4.1.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.06kB)
[INFO] Fetching org.eclipse.net4j.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.49kB)
[INFO] Fetching org.eclipse.net4j.ui_4.2.300.v20160301-1326.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.49kB)
[INFO] Fetching org.eclipse.papyrus.cdo.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (102.48kB)
[INFO] Fetching org.eclipse.papyrus.cdo.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (102.48kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (26.74kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (26.74kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.papyrus.cdo.validation.problems.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (14.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.5kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (37.5kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.cdo:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.checkers:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.chessmlprofile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToCleanC_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (28.1kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.StateMachineTranslatorToCleanC_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (28.1kB)
[INFO] Fetching eu.fbk.tools.editor.c.visitor_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (22.93kB)
[INFO] Fetching eu.fbk.tools.editor.c.visitor_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (22.93kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.cleanCExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Fetching R201909021645&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=mmt/atl/updates/releases/4.1/
[INFO] Fetching org.eclipse.m2m.atl.common_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (69.96kB)
[INFO] Fetching org.eclipse.m2m.atl.common_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (69.96kB)
[INFO] Fetching org.eclipse.m2m.atl.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.2kB)
[INFO] Fetching org.eclipse.m2m.atl.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.2kB)
[INFO] Fetching org.eclipse.m2m.atl.core.emf_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.m2m.atl.core.emf_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.06kB)
[INFO] Fetching org.eclipse.m2m.atl.debug.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (25.61kB)
[INFO] Fetching org.eclipse.m2m.atl.debug.core_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (25.61kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (65.32kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (65.32kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm.launch_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.16kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.emfvm.launch_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (15.16kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.codegen.ada:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.commands:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.constraintEditor.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (7.54kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.constraintEditor.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (7.54kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.diagram.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.diagramsCreator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.discovery:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.discovery:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.discovery:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.m2m:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.monitoring.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.multicore:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.OSSImporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.paramArchConfigurator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.library:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.patterns.profile:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Fetching eu.fbk.eclipse.standardtools.propertyEditor.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (9.66kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.propertyEditor.core_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (9.66kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.properties.propertyEditor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.service:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.smvExporter:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Fetching org.eclipse.papyrus.views.search_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.97kB)
[INFO] Fetching org.eclipse.papyrus.views.search_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.97kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.tabbedproperties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.test.runtime:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.validator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.wizards:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.xtext.global:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.statebased:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.framework:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.framework:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.framework:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.eclipse.papyrus.junit.utils:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mainmenu:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.model.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.mobius.preferences:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml
[INFO] Computing target platform for MavenProject: org.polarsys.chess:org.polarsys.chess.product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.polarsys.chess:org.polarsys.chess.product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
[INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.51kB)
[INFO] Fetching com.jcraft.jsch_0.1.54.v20170116-1932.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (106.51kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.07kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.07kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.08kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.08kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.2kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.2kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.CleanCTranslatorToPython_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (38.65kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.CleanCTranslatorToPython_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/plugins/ (38.65kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (94.11kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (94.11kB)
[INFO] Fetching org.eclipse.xtext.testing_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (77.32kB)
[INFO] Fetching org.eclipse.xtext.testing_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (77.32kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.tests_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (6.37kB)
[INFO] Fetching eu.fbk.tools.editor.c.statement.tests_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (6.37kB)
[INFO] Fetching eu.fbk.tools.editor.c.tests_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (10.02kB)
[INFO] Fetching eu.fbk.tools.editor.c.tests_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (10.02kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.tests_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (13.38kB)
[INFO] Fetching eu.fbk.tools.editor.c.expression.tests_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/plugins/ (13.38kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.feature_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/features/ (4.95kB)
[INFO] Fetching eu.fbk.eclipse.standardtools.feature_1.0.0.202006041039.jar from http://es-static.fbk.eu/tools/eclipse_est_devel/features/ (4.95kB)
[INFO] Fetching eu.fbk.tools.adapter.feature_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (1.19kB)
[INFO] Fetching eu.fbk.tools.adapter.feature_1.0.0.20200604-1032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (1.19kB)
[INFO] Fetching org.antlr.runtime_3.0.0.v200803061811.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.86kB)
[INFO] Fetching org.antlr.runtime_3.0.0.v200803061811.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.86kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (71.38kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (71.38kB)
[INFO] Fetching eu.fbk.tools.editor.c.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (823B)
[INFO] Fetching eu.fbk.tools.editor.c.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (823B)
[INFO] Fetching eu.fbk.tools.editor.contract.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (1.49kB)
[INFO] Fetching eu.fbk.tools.editor.contract.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (1.49kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (1.29kB)
[INFO] Fetching eu.fbk.tools.editor.nusmv.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (1.29kB)
[INFO] Fetching eu.fbk.tools.sde.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (720B)
[INFO] Fetching eu.fbk.tools.sde.feature_1.0.0.202006041032.jar from http://es-static.fbk.eu/tools/eclipse_sde_devel/features/ (720B)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.32kB)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.32kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.73kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.73kB)
[INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.58kB)
[INFO] Fetching org.apache.felix.gogo.command_0.10.0.v201209301215.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.64kB)
[INFO] Fetching org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.64kB)
[INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.06kB)
[INFO] Fetching org.apache.felix.gogo.shell_0.10.0.v201212101605.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.06kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.3.6.v201511171540.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (253.65kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.3.3.v201411290715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.93kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.32MB)
[INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (887.38kB)
[INFO] Fetching org.apache.lucene.analysis_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (887.38kB)
[INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.48MB)
[INFO] Fetching org.apache.lucene.core_3.5.0.v20120725-1805.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.48MB)
[INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.ant.launching_1.1.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB)
[INFO] Fetching org.eclipse.core.externaltools_1.0.400.v20160509-1057.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.48kB)
[INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB)
[INFO] Fetching org.eclipse.ant.ui_3.6.201.v20161115-1135.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (483.53kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.3.100.v20160518-1858.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.75kB)
[INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB)
[INFO] Fetching org.eclipse.jdt.junit_3.9.0.v20160421-1701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (154.72kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.15kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.15kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.9kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (36.9kB)
[INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.51kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.51kB)
[INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.59kB)
[INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.59kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (524.47kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (524.47kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.38kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.38kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.7kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.0.200.v20160504-1419.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.7kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.37kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.37kB)
[INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.93kB)
[INFO] Fetching org.eclipse.equinox.console_1.1.200.v20150929-1405.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.93kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.0.v20151127-1218.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.95kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.100.v20160301-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.95kB)
[INFO] Fetching org.eclipse.e4.rcp_1.5.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.83kB)
[INFO] Fetching org.eclipse.e4.rcp_1.5.3.v20170228-0512.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.83kB)
[INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB)
[INFO] Fetching org.eclipse.ecf_3.8.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.32kB)
[INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB)
[INFO] Fetching org.eclipse.ecf.identity_3.7.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.47kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.04kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.04kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.3.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.79kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.61kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.77kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.24kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.200.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.99kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.87kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.100.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.36kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.2.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.86kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.7kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (26.77kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160823-2221.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.42kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20160823-2221.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (22.8kB)
[INFO] Fetching org.eclipse.eef_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (207.93kB)
[INFO] Fetching org.eclipse.eef_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (207.93kB)
[INFO] Fetching org.eclipse.eef.common_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.eef.common_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.eef.common.ui_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13.83kB)
[INFO] Fetching org.eclipse.eef.common.ui_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13.83kB)
[INFO] Fetching org.eclipse.eef.core_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (90.79kB)
[INFO] Fetching org.eclipse.eef.core_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (90.79kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.28kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.28kB)
[INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (11.48kB)
[INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (11.48kB)
[INFO] Fetching org.eclipse.eef.ext.widgets.reference_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (36.18kB)
[INFO] Fetching org.eclipse.eef.ext.widgets.reference_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (36.18kB)
[INFO] Fetching org.eclipse.eef.ide_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (21.04kB)
[INFO] Fetching org.eclipse.eef.ide_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (21.04kB)
[INFO] Fetching org.eclipse.eef.ide.ui_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (160.61kB)
[INFO] Fetching org.eclipse.eef.ide.ui_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (160.61kB)
[INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (74.72kB)
[INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (74.72kB)
[INFO] Fetching org.eclipse.eef.ide.ui.properties_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.eef.ide.ui.properties_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (15.12kB)
[INFO] Fetching org.eclipse.eef.properties.ui_2.0.0.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (96.87kB)
[INFO] Fetching org.eclipse.eef.properties.ui_2.0.0.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (96.87kB)
[INFO] Fetching org.eclipse.eef.properties.ui.legacy_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.eef.properties.ui.legacy_1.9.1.201705032016.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.elk.alg.disco.debug_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (49.76kB)
[INFO] Fetching org.eclipse.elk.alg.disco.debug_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (49.76kB)
[INFO] Fetching org.eclipse.elk.core.debug_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (34.2kB)
[INFO] Fetching org.eclipse.elk.core.debug_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (34.2kB)
[INFO] Fetching org.eclipse.elk.algorithms.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.72kB)
[INFO] Fetching org.eclipse.elk.algorithms.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.72kB)
[INFO] Fetching org.eclipse.elk.alg.common.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (176.96kB)
[INFO] Fetching org.eclipse.elk.alg.common.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (176.96kB)
[INFO] Fetching org.eclipse.elk.alg.disco.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (41.91kB)
[INFO] Fetching org.eclipse.elk.alg.disco.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (41.91kB)
[INFO] Fetching org.eclipse.elk.alg.layered.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (673.03kB)
[INFO] Fetching org.eclipse.elk.alg.layered.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (673.03kB)
[INFO] Fetching org.eclipse.elk.alg.mrtree.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (61.59kB)
[INFO] Fetching org.eclipse.elk.alg.mrtree.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (61.59kB)
[INFO] Fetching org.eclipse.elk.alg.force.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (50.29kB)
[INFO] Fetching org.eclipse.elk.alg.force.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (50.29kB)
[INFO] Fetching org.eclipse.elk.alg.radial.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (54.26kB)
[INFO] Fetching org.eclipse.elk.alg.radial.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (54.26kB)
[INFO] Fetching org.eclipse.elk.alg.spore.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (42.49kB)
[INFO] Fetching org.eclipse.elk.alg.spore.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (42.49kB)
[INFO] Fetching org.eclipse.elk.algorithms.feature.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (11.23kB)
[INFO] Fetching org.eclipse.elk.algorithms.feature.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (11.23kB)
[INFO] Fetching org.eclipse.elk.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.86kB)
[INFO] Fetching org.eclipse.elk.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.86kB)
[INFO] Fetching org.eclipse.elk.core.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (237.37kB)
[INFO] Fetching org.eclipse.elk.core.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (237.37kB)
[INFO] Fetching org.eclipse.elk.core.service.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.elk.core.service.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.elk.graph.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (88.68kB)
[INFO] Fetching org.eclipse.elk.graph.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (88.68kB)
[INFO] Fetching org.eclipse.elk.feature.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (11.2kB)
[INFO] Fetching org.eclipse.elk.feature.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (11.2kB)
[INFO] Fetching org.eclipse.elk.gmf.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.78kB)
[INFO] Fetching org.eclipse.elk.gmf.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.78kB)
[INFO] Fetching org.eclipse.elk.graph.text_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (227.34kB)
[INFO] Fetching org.eclipse.elk.graph.text_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (227.34kB)
[INFO] Fetching org.eclipse.elk.graph.text.ide_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (129.63kB)
[INFO] Fetching org.eclipse.elk.graph.text.ide_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (129.63kB)
[INFO] Fetching org.eclipse.elk.graph.text.ui_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (72.74kB)
[INFO] Fetching org.eclipse.elk.graph.text.ui_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (72.74kB)
[INFO] Fetching org.eclipse.elk.sdk.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.93kB)
[INFO] Fetching org.eclipse.elk.sdk.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.93kB)
[INFO] Fetching org.eclipse.elk.alg.disco.debug.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (34.54kB)
[INFO] Fetching org.eclipse.elk.alg.disco.debug.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (34.54kB)
[INFO] Fetching org.eclipse.elk.core.meta.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (322.39kB)
[INFO] Fetching org.eclipse.elk.core.meta.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (322.39kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (232.06kB)
[INFO] Fetching org.eclipse.elk.core.meta.ui.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (232.06kB)
[INFO] Fetching org.eclipse.elk.core.debug.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (21.22kB)
[INFO] Fetching org.eclipse.elk.core.debug.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (21.22kB)
[INFO] Fetching org.eclipse.elk.graph.text.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (150.54kB)
[INFO] Fetching org.eclipse.elk.graph.text.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (150.54kB)
[INFO] Fetching org.eclipse.elk.graph.text.ide.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (91.2kB)
[INFO] Fetching org.eclipse.elk.graph.text.ide.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (91.2kB)
[INFO] Fetching org.eclipse.elk.graph.text.ui.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (47.52kB)
[INFO] Fetching org.eclipse.elk.graph.text.ui.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/plugins/ (47.52kB)
[INFO] Fetching org.eclipse.elk.sdk.feature.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (11.27kB)
[INFO] Fetching org.eclipse.elk.sdk.feature.source_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (11.27kB)
[INFO] Fetching org.eclipse.elk.ui.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.85kB)
[INFO] Fetching org.eclipse.elk.ui.feature_0.4.0.jar from http://build.eclipse.org/modeling/elk/updates/0.4.0/features/ (17.85kB)
[INFO] Fetching org.eclipse.emf.ant_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.95kB)
[INFO] Fetching org.eclipse.emf.ant_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.95kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.5.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.23kB)
[INFO] Fetching org.eclipse.emf.cheatsheets_2.5.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.23kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.35kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.35kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.3kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.3kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.85kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (520.49kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (520.49kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.emf.ant.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.82kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.82kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.11kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.11kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.codegen_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.75kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (197.75kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB)
[INFO] Fetching org.eclipse.emf.codegen.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.18kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.18kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.83kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.83kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.28kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.28kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB)
[INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.77kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.77kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.77kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (78.77kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB)
[INFO] Fetching org.eclipse.emf.common.ui.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB)
[INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.75kB)
[INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.75kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.99kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.99kB)
[INFO] Fetching org.eclipse.emf.converter_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.86kB)
[INFO] Fetching org.eclipse.emf.converter_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.86kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.65kB)
[INFO] Fetching org.eclipse.emf.importer.java.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.65kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.34kB)
[INFO] Fetching org.eclipse.emf.importer.rose.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.34kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.02kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.02kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.96kB)
[INFO] Fetching org.eclipse.emf.importer.ecore.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.96kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.39kB)
[INFO] Fetching org.eclipse.emf.exporter.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.39kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.64kB)
[INFO] Fetching org.eclipse.emf.importer.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.64kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB)
[INFO] Fetching org.eclipse.emf.converter.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.73kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.73kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.04kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (40.04kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.45kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.45kB)
[INFO] Fetching org.eclipse.emf.databinding_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB)
[INFO] Fetching org.eclipse.emf.databinding_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.8kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.11kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.3.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.11kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.43kB)
[INFO] Fetching org.eclipse.emf.doc_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.emf.doc_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.emf.doc_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.74kB)
[INFO] Fetching org.eclipse.emf.doc_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.74kB)
[INFO] Fetching org.eclipse.emf.cheatsheets.source_2.5.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.9kB)
[INFO] Fetching org.eclipse.emf.cheatsheets.source_2.5.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.9kB)
[INFO] Fetching org.eclipse.emf.doc.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB)
[INFO] Fetching org.eclipse.emf.doc.source_2.11.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.4kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.69kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.69kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.19kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.19kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.24kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (56.24kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB)
[INFO] Fetching org.eclipse.emf.ecore.edit.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.44kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.56kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.56kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.ecore.editor.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (198.86kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (198.86kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (112.91kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (112.91kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB)
[INFO] Fetching org.eclipse.emf.edit.ui.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB)
[INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (356.68kB)
[INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (356.68kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (350.57kB)
[INFO] Fetching org.eclipse.emf.example.installer_1.4.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (350.57kB)
[INFO] Fetching org.eclipse.emf_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.91kB)
[INFO] Fetching org.eclipse.emf_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.91kB)
[INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.9kB)
[INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.9kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.09kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.9.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.09kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.86kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (47.86kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.62kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.62kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.7.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.93kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.8.0.v20160526-0356.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.93kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.89kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.89kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.32kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.8.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.32kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.16kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.16kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.10.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.48kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.61kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.6.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.61kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.84kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.57kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.57kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.43kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.43kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.46kB)
[INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.78kB)
[INFO] Fetching org.eclipse.emf.mapping_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.78kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.94kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (111.94kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB)
[INFO] Fetching org.eclipse.emf.mapping.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.42kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.69kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.7.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.69kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.mapping.ui.source_2.9.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.41kB)
[INFO] Fetching org.eclipse.emf.mwe.activities_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (7.89kB)
[INFO] Fetching org.eclipse.emf.mwe.activities_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (7.89kB)
[INFO] Fetching org.eclipse.emf.mwe.core.feature_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.63kB)
[INFO] Fetching org.eclipse.emf.mwe.core.feature_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.63kB)
[INFO] Fetching org.eclipse.emf.mwe.core.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (152.39kB)
[INFO] Fetching org.eclipse.emf.mwe.core.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (152.39kB)
[INFO] Fetching org.eclipse.emf.mwe.utils.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (24.55kB)
[INFO] Fetching org.eclipse.emf.mwe.utils.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (24.55kB)
[INFO] Fetching org.eclipse.emf.mwe.core.feature.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.mwe.core.feature.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.mwe.doc_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (81.56kB)
[INFO] Fetching org.eclipse.emf.mwe.doc_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (81.56kB)
[INFO] Fetching org.eclipse.emf.mwe.doc.feature_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.5kB)
[INFO] Fetching org.eclipse.emf.mwe.doc.feature_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.5kB)
[INFO] Fetching org.eclipse.emf.mwe.sdk_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.52kB)
[INFO] Fetching org.eclipse.emf.mwe.sdk_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.52kB)
[INFO] Fetching org.eclipse.emf.mwe.ui_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (47.13kB)
[INFO] Fetching org.eclipse.emf.mwe.ui_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (47.13kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.simpleEditor_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.23kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.simpleEditor_1.3.20.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.23kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.feature_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.68kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.feature_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.68kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (76.15kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (76.15kB)
[INFO] Fetching org.eclipse.emf.mwe.activities.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (8.53kB)
[INFO] Fetching org.eclipse.emf.mwe.activities.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (8.53kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.simpleEditor.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (20.55kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.simpleEditor.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (20.55kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.feature.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (18.91kB)
[INFO] Fetching org.eclipse.emf.mwe.ui.feature.source_1.3.20.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (18.91kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (58.25kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (58.25kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (11.01kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.9.0.v201605261103.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (11.01kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (133.28kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (133.28kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (89.37kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (89.37kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (10.99kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (10.99kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.68kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.68kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.65kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.65kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (18.88kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (18.88kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (14.22kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (14.22kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.42kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/plugins/ (13.42kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.65kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.9.0.v201605261103.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.9.0/features/ (17.65kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.38kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (141.38kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.2.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.95kB)
[INFO] Fetching org.eclipse.emf.query.examples_1.2.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.95kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.query.doc_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.query_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.56kB)
[INFO] Fetching org.eclipse.emf.query_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.56kB)
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.38kB)
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.38kB)
[INFO] Fetching org.eclipse.emf.query.ocl_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.5kB)
[INFO] Fetching org.eclipse.emf.query.ocl_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.5kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.12kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_2.0.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.12kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.query.ocl.source_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.query.sdk_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.09kB)
[INFO] Fetching org.eclipse.emf.query.sdk_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.09kB)
[INFO] Fetching org.eclipse.emf.query.source_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.68kB)
[INFO] Fetching org.eclipse.emf.query.source_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (95.68kB)
[INFO] Fetching org.eclipse.emf.query.source_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.18kB)
[INFO] Fetching org.eclipse.emf.query.source_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.18kB)
[INFO] Fetching org.eclipse.emf.sdk_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB)
[INFO] Fetching org.eclipse.emf.sdk_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.79kB)
[INFO] Fetching org.eclipse.emf.common.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.33kB)
[INFO] Fetching org.eclipse.emf.common.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (210.33kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.11.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.61kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.11.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.61kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.84kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (765.84kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (149.29kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.12.0.v20160420-0247.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (149.29kB)
[INFO] Fetching org.eclipse.emf.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.76kB)
[INFO] Fetching org.eclipse.emf.source_2.12.0.v20160526-0356.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.76kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (169.46kB)
[INFO] Fetching org.eclipse.emf.transaction.examples_1.2.100.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (169.46kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.transaction.doc_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.transaction_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.62kB)
[INFO] Fetching org.eclipse.emf.transaction_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.62kB)
[INFO] Fetching org.eclipse.emf.transaction.sdk_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.26kB)
[INFO] Fetching org.eclipse.emf.transaction.sdk_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.26kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (152.92kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.9.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (152.92kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.49kB)
[INFO] Fetching org.eclipse.emf.transaction.ui.source_1.4.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.49kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.21kB)
[INFO] Fetching org.eclipse.emf.transaction.source_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.21kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.17kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (179.67kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (179.67kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.34kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.34kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.2kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (22.2kB)
[INFO] Fetching org.eclipse.emf.validation_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.68kB)
[INFO] Fetching org.eclipse.emf.validation_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.68kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.6kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.6kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.26kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.26kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.24kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.24kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (323.74kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (323.74kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.84kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (53.84kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.89kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.89kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.29kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.10.0.201606071713.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.29kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.workspace.doc_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.25kB)
[INFO] Fetching org.eclipse.emf.workspace_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.64kB)
[INFO] Fetching org.eclipse.emf.workspace_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.64kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.69kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.5.1.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.69kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.84kB)
[INFO] Fetching org.eclipse.emf.workspace.ui.source_1.3.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.84kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.24kB)
[INFO] Fetching org.eclipse.emf.workspace.source_1.10.0.201606071900.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.24kB)
[INFO] Fetching org.eclipse.epsilon.core.dependencies.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.9kB)
[INFO] Fetching org.eclipse.epsilon.core.dependencies.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.9kB)
[INFO] Fetching org.eclipse.epsilon.ecl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (295.9kB)
[INFO] Fetching org.eclipse.epsilon.ecl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (295.9kB)
[INFO] Fetching org.eclipse.epsilon.egl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (500.15kB)
[INFO] Fetching org.eclipse.epsilon.egl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (500.15kB)
[INFO] Fetching org.eclipse.epsilon.eml.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (313.23kB)
[INFO] Fetching org.eclipse.epsilon.eml.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (313.23kB)
[INFO] Fetching org.eclipse.epsilon.eol.tools_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (21.3kB)
[INFO] Fetching org.eclipse.epsilon.eol.tools_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (21.3kB)
[INFO] Fetching org.eclipse.epsilon.evl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (330.88kB)
[INFO] Fetching org.eclipse.epsilon.evl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (330.88kB)
[INFO] Fetching org.eclipse.epsilon.ewl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (278.9kB)
[INFO] Fetching org.eclipse.epsilon.ewl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (278.9kB)
[INFO] Fetching org.eclipse.epsilon.emc.composite_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (13.67kB)
[INFO] Fetching org.eclipse.epsilon.emc.composite_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (13.67kB)
[INFO] Fetching org.eclipse.epsilon.flock.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (391.94kB)
[INFO] Fetching org.eclipse.epsilon.flock.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (391.94kB)
[INFO] Fetching org.eclipse.epsilon.egl.traceability.fine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (28.2kB)
[INFO] Fetching org.eclipse.epsilon.egl.traceability.fine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (28.2kB)
[INFO] Fetching org.eclipse.epsilon.emc.bibtex_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.epsilon.emc.bibtex_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (20.23kB)
[INFO] Fetching org.eclipse.epsilon.emc.csv_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.epsilon.emc.csv_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.epsilon.profiling_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (20.27kB)
[INFO] Fetching org.eclipse.epsilon.profiling_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (20.27kB)
[INFO] Fetching org.eclipse.epsilon.epl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (351.32kB)
[INFO] Fetching org.eclipse.epsilon.epl.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (351.32kB)
[INFO] Fetching org.eclipse.epsilon.eunit.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (59.83kB)
[INFO] Fetching org.eclipse.epsilon.eunit.engine_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (59.83kB)
[INFO] Fetching org.eclipse.epsilon.core.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (5.18kB)
[INFO] Fetching org.eclipse.epsilon.core.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (5.18kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.decorator_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (11.95kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.decorator_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (11.95kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.virtual_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (89.76kB)
[INFO] Fetching org.eclipse.epsilon.emc.emf.virtual_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/plugins/ (89.76kB)
[INFO] Fetching org.eclipse.epsilon.emf.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.92kB)
[INFO] Fetching org.eclipse.epsilon.emf.feature_1.4.0.201611012202.jar from http://download.eclipse.org/epsilon/updates/1.4/features/ (4.92kB)
[INFO] Fetching org.eclipse.equinox.executable_3.6.300.v20161122-1740.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (859.22kB)
[INFO] Fetching org.eclipse.equinox.executable_3.6.300.v20161122-1740.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (859.22kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (31.17kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (31.17kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.36kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.3.0.v20160324-1850.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.36kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.26kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.3.1.v20160808-1329.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.26kB)
[INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.41kB)
[INFO] Fetching org.eclipse.jetty.http_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (118.41kB)
[INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (381.53kB)
[INFO] Fetching org.eclipse.jetty.server_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (381.53kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.73kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.73kB)
[INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (325.33kB)
[INFO] Fetching org.eclipse.jetty.util_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (325.33kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.46kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.46kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.34kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.34kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.05kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.05kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.42kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.2.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.42kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.1.201.v20161115-1927.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.51kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.3.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.35kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.14kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.14kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.68kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.68kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.0.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.74kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.0.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.74kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.300.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.1.300.v20161124-1529.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.85kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.0.400.v20150423-1455.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.97kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.81kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.200.v20160521-1138.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.42kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.1.200.v20160521-1138.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (43.42kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.600.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.75kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.0.600.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.75kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.69kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.2.203.v20170131-1444.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.69kB)
[INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.52MB)
[INFO] Fetching org.eclipse.gef.doc.isv_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.52MB)
[INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14kB)
[INFO] Fetching org.eclipse.gef.examples.ui.pde_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef.sdk_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef.sdk_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.56kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (828.05kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (828.05kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.32kB)
[INFO] Fetching org.eclipse.gef.source_3.11.0.201606061308.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.32kB)
[INFO] Fetching org.eclipse.gmf.bridge_1.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.16kB)
[INFO] Fetching org.eclipse.gmf.bridge_1.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.16kB)
[INFO] Fetching org.eclipse.gmf.map_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.46kB)
[INFO] Fetching org.eclipse.gmf.map_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.46kB)
[INFO] Fetching org.eclipse.gmf.codegen_2.11.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (406.34kB)
[INFO] Fetching org.eclipse.gmf.codegen_2.11.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (406.34kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen_2.10.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.44kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen_2.10.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.44kB)
[INFO] Fetching org.eclipse.gmf.bridge.trace_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.gmf.bridge.trace_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.75kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui_1.5.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.58kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui_1.5.1.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.58kB)
[INFO] Fetching org.eclipse.gmf.graphdef.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.93kB)
[INFO] Fetching org.eclipse.gmf.graphdef.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.93kB)
[INFO] Fetching org.eclipse.gmf.tooldef.edit_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.63kB)
[INFO] Fetching org.eclipse.gmf.map.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.56kB)
[INFO] Fetching org.eclipse.gmf.map.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (63.56kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui.dashboard_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.21kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui.dashboard_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.21kB)
[INFO] Fetching org.eclipse.gmf.codegen.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.88kB)
[INFO] Fetching org.eclipse.gmf.codegen.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.88kB)
[INFO] Fetching org.eclipse.gmf.common_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.82kB)
[INFO] Fetching org.eclipse.gmf.common_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (55.82kB)
[INFO] Fetching org.eclipse.gmf.validate_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.59kB)
[INFO] Fetching org.eclipse.gmf.validate_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (42.59kB)
[INFO] Fetching org.eclipse.gmf.xpand_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (139.64kB)
[INFO] Fetching org.eclipse.gmf.xpand_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (139.64kB)
[INFO] Fetching org.eclipse.gmf.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.gmf.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.11kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.22kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.22kB)
[INFO] Fetching org.eclipse.gmf.doc_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.79MB)
[INFO] Fetching org.eclipse.gmf.doc_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.79MB)
[INFO] Fetching org.eclipse.gmf.doc.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.gmf.doc.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.gmf.doc_1.4.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (20.59kB)
[INFO] Fetching org.eclipse.gmf.doc_1.4.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (20.59kB)
[INFO] Fetching org.eclipse.gmf.ecore.editor_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (135.16kB)
[INFO] Fetching org.eclipse.gmf.ecore.editor_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (135.16kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.43kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.geoshapes_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.81kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (98.81kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (198.74kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (198.74kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (73.37kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model_1.2.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (73.37kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.2kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.edit_1.2.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (65.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.73kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.31kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.diagram.logic.model.editor_1.2.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (69.31kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.37kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.37kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (338.18kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (338.18kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.29kB)
[INFO] Fetching org.eclipse.gmf.examples.runtime.ui.pde_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.29kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.04kB)
[INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (752.08kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (752.08kB)
[INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.79kB)
[INFO] Fetching org.eclipse.gmf_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.79kB)
[INFO] Fetching org.eclipse.gmf.graphdef_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (75.19kB)
[INFO] Fetching org.eclipse.gmf.graphdef_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (75.19kB)
[INFO] Fetching org.eclipse.pde.ui_3.9.100.v20161102-0517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.pde.ui_3.9.100.v20161102-0517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.gmf.tooldef_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.66kB)
[INFO] Fetching org.eclipse.gmf.tooldef_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.lite.svg_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.lite.svg_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.24kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.sdk_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.24kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (312.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.8.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (312.94kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (137.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit.source_1.7.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (137.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.source_1.10.0.201606071631.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.18kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.sdk_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.37kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.58kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (421.68kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (421.68kB)
[INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (610.86kB)
[INFO] Fetching org.apache.batik.bridge.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (610.86kB)
[INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.81kB)
[INFO] Fetching org.apache.batik.dom.source_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.81kB)
[INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (524.88kB)
[INFO] Fetching org.apache.batik.ext.awt.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (524.88kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.17kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (93.17kB)
[INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.68kB)
[INFO] Fetching org.apache.batik.svggen.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (251.68kB)
[INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.39kB)
[INFO] Fetching org.apache.batik.util.source_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.39kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.14kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (89.14kB)
[INFO] Fetching org.apache.batik.css.source_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.87kB)
[INFO] Fetching org.apache.batik.css.source_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (127.87kB)
[INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (75kB)
[INFO] Fetching org.apache.batik.util.gui.source_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (75kB)
[INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.07kB)
[INFO] Fetching org.apache.batik.parser.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.07kB)
[INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.56kB)
[INFO] Fetching org.apache.batik.xml.source_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.56kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.28kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.28kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.63kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.63kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.89kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.89kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.47kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty.source_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.47kB)
[INFO] Fetching org.eclipse.gmf.sdk_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.87kB)
[INFO] Fetching org.eclipse.gmf.sdk_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.87kB)
[INFO] Fetching org.eclipse.gmf.sdk_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (33.84kB)
[INFO] Fetching org.eclipse.gmf.sdk_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (33.84kB)
[INFO] Fetching org.eclipse.gmf.sdk_root_3.3.1.201509291144 from http://download.eclipse.org/releases/neon/201705151400/binary/ (8.62kB)
[INFO] Fetching org.eclipse.gmf.sdk_root_3.3.1.201509291144 from http://download.eclipse.org/releases/neon/201705151400/binary/ (8.62kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.06kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.06kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (177.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.source_1.8.1.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (177.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.15kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.15kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.34kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (91.34kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.07kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.6kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.6kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (110.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (110.65kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (844.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.source_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (844.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (131.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (101.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (82.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.2kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (81.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.68kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (48.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (229.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (229.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (44.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (166.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt.source_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (166.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (96.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core.source_1.9.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (183.8kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.05kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.05kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.source_1.7.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.6kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render.source_1.8.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (60.6kB)
[INFO] Fetching org.eclipse.gmf.source_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.68kB)
[INFO] Fetching org.eclipse.gmf.source_1.10.0.201606071959.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (21.68kB)
[INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.26kB)
[INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.26kB)
[INFO] Fetching org.eclipse.gmf.tooling_2.1.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.75kB)
[INFO] Fetching org.eclipse.gmf.tooling_2.1.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (10.75kB)
[INFO] Fetching org.eclipse.gmf.xpand.editor_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.98kB)
[INFO] Fetching org.eclipse.gmf.xpand.editor_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.98kB)
[INFO] Fetching org.eclipse.gmf.tooling_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (34.68kB)
[INFO] Fetching org.eclipse.gmf.tooling_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (34.68kB)
[INFO] Fetching org.eclipse.gmf.tooling_root_3.3.1.201509291144 from http://download.eclipse.org/releases/neon/201705151400/binary/ (8.62kB)
[INFO] Fetching org.eclipse.gmf.tooling_root_3.3.1.201509291144 from http://download.eclipse.org/releases/neon/201705151400/binary/ (8.62kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (33.98kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (33.98kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_root_3.3.1.201509291144 from http://download.eclipse.org/releases/neon/201705151400/binary/ (8.62kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime_root_3.3.1.201509291144 from http://download.eclipse.org/releases/neon/201705151400/binary/ (8.62kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime.source_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.86kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime.source_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (167.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.lite.svg.source_1.0.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.73kB)
[INFO] Fetching org.eclipse.gmf.runtime.lite.svg.source_1.0.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.73kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime.source_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (33.77kB)
[INFO] Fetching org.eclipse.gmf.tooling.runtime.source_3.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (33.77kB)
[INFO] Fetching org.eclipse.gmf.common.source_1.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.51kB)
[INFO] Fetching org.eclipse.gmf.common.source_1.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (94.51kB)
[INFO] Fetching org.eclipse.gmf.codegen.source_2.11.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (563.29kB)
[INFO] Fetching org.eclipse.gmf.codegen.source_2.11.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (563.29kB)
[INFO] Fetching org.eclipse.gmf.codegen.edit.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (249.11kB)
[INFO] Fetching org.eclipse.gmf.codegen.edit.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (249.11kB)
[INFO] Fetching org.eclipse.gmf.codegen.ui.source_1.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.gmf.codegen.ui.source_1.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.gmf.graphdef.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (220.33kB)
[INFO] Fetching org.eclipse.gmf.graphdef.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (220.33kB)
[INFO] Fetching org.eclipse.gmf.graphdef.edit.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (140.77kB)
[INFO] Fetching org.eclipse.gmf.graphdef.edit.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (140.77kB)
[INFO] Fetching org.eclipse.gmf.map.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (140.27kB)
[INFO] Fetching org.eclipse.gmf.map.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (140.27kB)
[INFO] Fetching org.eclipse.gmf.map.edit.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.85kB)
[INFO] Fetching org.eclipse.gmf.map.edit.source_2.9.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (90.85kB)
[INFO] Fetching org.eclipse.gmf.bridge.source_1.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.43kB)
[INFO] Fetching org.eclipse.gmf.bridge.source_1.3.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (67.43kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui.source_1.5.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.92kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui.source_1.5.1.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (116.92kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui.dashboard.source_2.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.81kB)
[INFO] Fetching org.eclipse.gmf.bridge.ui.dashboard.source_2.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.81kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen.source_2.10.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.78kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen.source_2.10.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.78kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen.ui.source_1.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.11kB)
[INFO] Fetching org.eclipse.gmf.graphdef.codegen.ui.source_1.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.11kB)
[INFO] Fetching org.eclipse.gmf.tooldef.source_2.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.08kB)
[INFO] Fetching org.eclipse.gmf.tooldef.source_2.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (74.08kB)
[INFO] Fetching org.eclipse.gmf.tooldef.edit.source_2.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.03kB)
[INFO] Fetching org.eclipse.gmf.tooldef.edit.source_2.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (61.03kB)
[INFO] Fetching org.eclipse.gmf.validate.source_1.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.01kB)
[INFO] Fetching org.eclipse.gmf.validate.source_1.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (70.01kB)
[INFO] Fetching org.eclipse.gmf.ecore.editor.source_2.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (326.89kB)
[INFO] Fetching org.eclipse.gmf.ecore.editor.source_2.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (326.89kB)
[INFO] Fetching org.eclipse.gmf.xpand.source_2.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (202.51kB)
[INFO] Fetching org.eclipse.gmf.xpand.source_2.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (202.51kB)
[INFO] Fetching org.eclipse.gmf.xpand.editor.source_2.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.21kB)
[INFO] Fetching org.eclipse.gmf.xpand.editor.source_2.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (54.21kB)
[INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary.source_1.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.81kB)
[INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary.source_1.2.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.81kB)
[INFO] Fetching org.eclipse.gmf.tooling.source_3.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (34.58kB)
[INFO] Fetching org.eclipse.gmf.tooling.source_3.3.0.201509291144.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (34.58kB)
[INFO] Fetching org.eclipse.help.base_4.1.2.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.76kB)
[INFO] Fetching org.eclipse.help.base_4.1.2.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (161.76kB)
[INFO] Fetching org.eclipse.help.ui_4.0.200.v20160510-0758.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (152.16kB)
[INFO] Fetching org.eclipse.help.ui_4.0.200.v20160510-0758.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (152.16kB)
[INFO] Fetching org.eclipse.help.webapp_3.8.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (239.5kB)
[INFO] Fetching org.eclipse.help.webapp_3.8.0.v20160504-0839.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (239.5kB)
[INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.jetty.continuation_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.98kB)
[INFO] Fetching org.eclipse.jetty.io_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (77.98kB)
[INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.jetty.security_9.3.9.v20160517.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.help_2.2.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.28kB)
[INFO] Fetching org.eclipse.help_2.2.2.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.28kB)
[INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.18kB)
[INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.18kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.4.100.v20160525-0952.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (126.72kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.4.100.v20160525-0952.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (126.72kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.35kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.35kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.07kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.07kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.4.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.39kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.4.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.39kB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.12.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.56MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.12.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.56MB)
[INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.51kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.1.100.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.51kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.74kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.1.0.v20160418-1457.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.74kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.600.v20160505-0715.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.11kB)
[INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB)
[INFO] Fetching org.eclipse.jdt_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.2kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.0.v20160422-1917.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.72kB)
[INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB)
[INFO] Fetching org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (35.81kB)
[INFO] Fetching org.eclipse.m2m.atl.adt_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (33.02kB)
[INFO] Fetching org.eclipse.m2m.atl.adt_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (33.02kB)
[INFO] Fetching org.eclipse.m2m.atl.engine_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (342.66kB)
[INFO] Fetching org.eclipse.m2m.atl.engine_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (342.66kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.debug_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (17.06kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.debug_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (17.06kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.editor_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (175.81kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.editor_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (175.81kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.ui_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (43.48kB)
[INFO] Fetching org.eclipse.m2m.atl.adt.ui_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (43.48kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ant_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (35.08kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ant_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (35.08kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ui_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (34.93kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ui_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (34.93kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ui.vm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (20.43kB)
[INFO] Fetching org.eclipse.m2m.atl.core.ui.vm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (20.43kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.emf4atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.emf4atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.m2m.atl.dsls_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (205.24kB)
[INFO] Fetching org.eclipse.m2m.atl.dsls_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (205.24kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.vm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (66.85kB)
[INFO] Fetching org.eclipse.m2m.atl.engine.vm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (66.85kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.uml24atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.m2m.atl.drivers.uml24atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (11.44kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (216.38kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (216.38kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.m2m.atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.m2m.atl_4.1.0.v201909021645.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/plugins/ (11.08kB)
[INFO] Fetching org.eclipse.m2m.atl_4.1.0.v201909021645.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/features/ (22.06kB)
[INFO] Fetching org.eclipse.m2m.atl_4.1.0.v201909021645.jar from https://download.eclipse.org/mmt/atl/updates/releases/4.1/R201909021645/features/ (22.06kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug.core_2.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (68.42kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug.core_2.7.100.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (68.42kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug.ui_2.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug.ui_2.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug_2.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.debug_2.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.31kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.doc_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (752.66kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.doc_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (752.66kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (62.38kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ui_3.6.200.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (62.38kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.doc_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (31.74kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.doc_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (31.74kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.19kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.19kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.jdt_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (25.69kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime.jdt_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (25.69kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.jdt_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.17kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.editor.jdt_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.17kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.samples_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (138.17kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.samples_3.8.0.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (138.17kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.examples_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.15kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.examples_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.15kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.26kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.26kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.trace.edit_3.4.400.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (21.66kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.trace.edit_3.4.400.v20180612-0940.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/plugins/ (21.66kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.27kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.27kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.sdk_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.26kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.sdk_3.8.0.v20180612-0940.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.8.0/features/ (32.26kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid.source_1.1.0.201907151344.jar from https://download.eclipse.org/nebula/releases/2.2.0/plugins/ (317.96kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid.source_1.1.0.201907151344.jar from https://download.eclipse.org/nebula/releases/2.2.0/plugins/ (317.96kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid.feature_1.1.0.201907151344.jar from https://download.eclipse.org/nebula/releases/2.2.0/features/ (17.25kB)
[INFO] Fetching org.eclipse.nebula.widgets.grid.feature_1.1.0.201907151344.jar from https://download.eclipse.org/nebula/releases/2.2.0/features/ (17.25kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.0.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.88kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.0.0.201606011907.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.88kB)
[INFO] Fetching org.eclipse.ocl.all_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.39kB)
[INFO] Fetching org.eclipse.ocl.all_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.39kB)
[INFO] Fetching org.eclipse.ocl.all.sdk_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.43kB)
[INFO] Fetching org.eclipse.ocl.all.sdk_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.43kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.3.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.6kB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.3.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.6kB)
[INFO] Fetching org.eclipse.ocl.core.sdk_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.42kB)
[INFO] Fetching org.eclipse.ocl.core.sdk_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.42kB)
[INFO] Fetching org.eclipse.ocl.doc_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.96MB)
[INFO] Fetching org.eclipse.ocl.doc_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.96MB)
[INFO] Fetching org.eclipse.ocl.doc_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.26kB)
[INFO] Fetching org.eclipse.ocl.doc_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.26kB)
[INFO] Fetching org.eclipse.ocl.doc.source_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.75MB)
[INFO] Fetching org.eclipse.ocl.doc.source_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (3.75MB)
[INFO] Fetching org.eclipse.ocl.doc.source_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.65kB)
[INFO] Fetching org.eclipse.ocl.doc.source_3.6.0.v20160523-1150.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.65kB)
[INFO] Fetching org.eclipse.ocl.ecore.edit_4.0.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.3kB)
[INFO] Fetching org.eclipse.ocl.ecore.edit_4.0.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (31.3kB)
[INFO] Fetching org.eclipse.ocl.edit_4.0.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.59kB)
[INFO] Fetching org.eclipse.ocl.edit_4.0.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (37.59kB)
[INFO] Fetching org.eclipse.ocl.uml.edit_5.1.100.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.38kB)
[INFO] Fetching org.eclipse.ocl.uml.edit_5.1.100.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.38kB)
[INFO] Fetching org.eclipse.ocl.edit_5.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.34kB)
[INFO] Fetching org.eclipse.ocl.edit_5.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.34kB)
[INFO] Fetching org.eclipse.ocl.edit.source_4.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.67kB)
[INFO] Fetching org.eclipse.ocl.edit.source_4.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (104.67kB)
[INFO] Fetching org.eclipse.ocl.ecore.edit.source_4.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.72kB)
[INFO] Fetching org.eclipse.ocl.ecore.edit.source_4.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.72kB)
[INFO] Fetching org.eclipse.ocl.uml.edit.source_5.1.100.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.38kB)
[INFO] Fetching org.eclipse.ocl.uml.edit.source_5.1.100.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (119.38kB)
[INFO] Fetching org.eclipse.ocl.edit.source_5.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.72kB)
[INFO] Fetching org.eclipse.ocl.edit.source_5.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.72kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.1.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.68kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.1.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.68kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.1.1.v20160808-1416.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (157.61kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.1.1.v20160808-1416.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (157.61kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (171.03kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (171.03kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (171.17kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (171.17kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.1.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.8kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.1.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (66.8kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (147.83kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (147.83kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.7kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.7kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.4.0.v20160105-2030.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.43kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.4.0.v20160105-2030.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.43kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.7kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (38.7kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.78kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (115.78kB)
[INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.38kB)
[INFO] Fetching org.eclipse.ocl_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.38kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.1.1.v20160808-1416.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (813.07kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.1.1.v20160808-1416.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (813.07kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.1.0.v20160420-1352.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.1.0.v20160420-1352.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.22kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (155.99kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (155.99kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.09kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (185.09kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.1.2.v20161111-1812.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.82kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.1.2.v20161111-1812.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (85.82kB)
[INFO] Fetching org.eclipse.ocl.common.source_1.4.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.ocl.common.source_1.4.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.ocl.source_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (893.28kB)
[INFO] Fetching org.eclipse.ocl.source_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (893.28kB)
[INFO] Fetching lpg.runtime.java.source_2.0.17.v201004271640.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.79kB)
[INFO] Fetching lpg.runtime.java.source_2.0.17.v201004271640.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (92.79kB)
[INFO] Fetching org.eclipse.ocl.ecore.source_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (298.49kB)
[INFO] Fetching org.eclipse.ocl.ecore.source_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (298.49kB)
[INFO] Fetching org.eclipse.ocl.source_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.76kB)
[INFO] Fetching org.eclipse.ocl.source_3.6.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.76kB)
[INFO] Fetching org.eclipse.ocl.ui_1.2.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.89kB)
[INFO] Fetching org.eclipse.ocl.ui_1.2.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.89kB)
[INFO] Fetching org.eclipse.ocl.uml.ui_2.0.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.46kB)
[INFO] Fetching org.eclipse.ocl.uml.ui_2.0.200.v20150611-1921.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (8.46kB)
[INFO] Fetching org.eclipse.ocl.ui_2.1.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.26kB)
[INFO] Fetching org.eclipse.ocl.ui_2.1.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.26kB)
[INFO] Fetching org.eclipse.ocl.common.ui.source_1.3.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.31kB)
[INFO] Fetching org.eclipse.ocl.common.ui.source_1.3.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.31kB)
[INFO] Fetching org.eclipse.ocl.ui.source_1.2.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.12kB)
[INFO] Fetching org.eclipse.ocl.ui.source_1.2.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.12kB)
[INFO] Fetching org.eclipse.ocl.uml.ui.source_2.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11kB)
[INFO] Fetching org.eclipse.ocl.uml.ui.source_2.0.200.v20150611-1921.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11kB)
[INFO] Fetching org.eclipse.ocl.ui.source_2.1.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.71kB)
[INFO] Fetching org.eclipse.ocl.ui.source_2.1.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.71kB)
[INFO] Fetching org.eclipse.ocl.uml_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.37kB)
[INFO] Fetching org.eclipse.ocl.uml_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.37kB)
[INFO] Fetching org.eclipse.ocl.uml.source_5.2.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (267.48kB)
[INFO] Fetching org.eclipse.ocl.uml.source_5.2.0.v20160521-2033.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (267.48kB)
[INFO] Fetching org.eclipse.ocl.uml.source_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.75kB)
[INFO] Fetching org.eclipse.ocl.uml.source_5.2.0.v20160523-1914.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.75kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.22kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (62.22kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.1.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (205.62kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.1.0.v20160523-1914.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (205.62kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (222.96kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (222.96kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.61kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.61kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.9kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.1.0.v20160521-2033.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (59.9kB)
[INFO] Fetching org.eclipse.osgi.util_3.3.100.v20150423-1351.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.osgi.util_3.3.100.v20150423-1351.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.papyrus.cdo.ui.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.papyrus.cdo.ui.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.02MB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (65.26kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (65.26kB)
[INFO] Fetching org.eclipse.papyrus.customization.nattableconfiguration_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (51.83kB)
[INFO] Fetching org.eclipse.papyrus.customization.nattableconfiguration_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (51.83kB)
[INFO] Fetching org.eclipse.papyrus.customization.paletteconfiguration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.papyrus.customization.paletteconfiguration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties.generation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (48.57kB)
[INFO] Fetching org.eclipse.papyrus.customization.properties.generation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (48.57kB)
[INFO] Fetching org.eclipse.papyrus.customization.palette_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (57kB)
[INFO] Fetching org.eclipse.papyrus.customization.palette_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (57kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.07kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.15kB)
[INFO] Fetching org.eclipse.papyrus.customization.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.14kB)
[INFO] Fetching org.eclipse.papyrus.customization.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.29kB)
[INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.83kB)
[INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (46.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.paletteconfiguration.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.8kB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (279.22kB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (279.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (2.79MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (2.79MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (364.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (364.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (3.02MB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (3.02MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (372.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (372.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (374.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (374.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.84kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (458.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (458.18kB)
[INFO] Fetching org.eclipse.papyrus.layers.documentation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.papyrus.layers.documentation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.54MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.54MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (3.07MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (3.07MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (3.05MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (3.05MB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (56.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (56.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (886.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (886.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (630.12kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (630.12kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (82.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (82.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (144.27kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (144.27kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (505.87kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (505.87kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (159.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (159.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (322.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (322.05kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (121.65kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (121.65kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.16kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.16kB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.51kB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.51kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.78kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.78kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (17.98kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (17.98kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.98kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.98kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (57.64kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (57.64kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (71.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (71.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.53kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (35.53kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.49kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (45.75kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (45.75kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (73.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.09kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.09kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.31kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.52kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.52kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.73kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.73kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.45kB)
[INFO] Fetching org.eclipse.papyrus.marte.vsl_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (263.13kB)
[INFO] Fetching org.eclipse.papyrus.marte.vsl_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (263.13kB)
[INFO] Fetching org.eclipse.papyrus.marte.vsl.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (79.44kB)
[INFO] Fetching org.eclipse.papyrus.marte.vsl.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (79.44kB)
[INFO] Fetching org.eclipse.papyrus.extra.marte.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.14kB)
[INFO] Fetching org.eclipse.papyrus.extra.marte.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.14kB)
[INFO] Fetching org.eclipse.papyrus.marte.properties_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (67.39kB)
[INFO] Fetching org.eclipse.papyrus.marte.properties_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (67.39kB)
[INFO] Fetching org.eclipse.papyrus.extra.marte.properties.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.1kB)
[INFO] Fetching org.eclipse.papyrus.extra.marte.properties.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.1kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (84.25kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (84.25kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (65.65kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.constraintwithvsl.xtext.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (65.65kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (92.25kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (92.25kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (72.47kB)
[INFO] Fetching org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (72.47kB)
[INFO] Fetching org.eclipse.papyrus.extra.marte.textedit.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.19kB)
[INFO] Fetching org.eclipse.papyrus.extra.marte.textedit.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.ui.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.ui.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.discovery.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (48.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (48.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.83kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (109.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (109.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (87.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (87.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.64kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.4kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (85.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (85.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.02kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.1.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.62kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.42kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.75kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (20.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration.edit_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.iso42010.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.iso42010.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.configuration.editor_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.51kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.preferences_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.preferences_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.13kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.08kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (39.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (39.69kB)
[INFO] Fetching org.eclipse.papyrus.sdk_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.88kB)
[INFO] Fetching org.eclipse.papyrus.sdk_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.88kB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_2.0.3.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.34kB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_2.0.3.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.34kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.css_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (7.82kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.css_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (7.82kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.requirement_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (33.22kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.requirement_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (33.22kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (10.99kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.ui_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (10.99kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.parametric_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (51.41kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.parametric_2.0.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (51.41kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.feature_2.0.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.14kB)
[INFO] Fetching org.eclipse.papyrus.sysml.diagram.feature_2.0.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.14kB)
[INFO] Fetching org.eclipse.papyrus.sysml.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (36.33kB)
[INFO] Fetching org.eclipse.papyrus.sysml.edit_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (36.33kB)
[INFO] Fetching org.eclipse.papyrus.sysml.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.sysml.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.sysml.modelexplorer_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.papyrus.sysml.modelexplorer_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (16.64kB)
[INFO] Fetching org.eclipse.papyrus.sysml.modelexplorer.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.03kB)
[INFO] Fetching org.eclipse.papyrus.sysml.modelexplorer.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.03kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (10.21kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (10.21kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.allocation_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (8.58kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.allocation_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (8.58kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.allocation.config_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.allocation.config_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.menu_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (15.19kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.menu_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (15.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.42kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.requirement_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (8.55kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.requirement_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (8.55kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.requirement.config_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (11.3kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.requirement.config_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (11.3kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.36kB)
[INFO] Fetching org.eclipse.papyrus.sysml.nattable.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.36kB)
[INFO] Fetching org.eclipse.papyrus.sysml.properties_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (21.35kB)
[INFO] Fetching org.eclipse.papyrus.sysml.properties_1.2.0.201703081153.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/plugins/ (21.35kB)
[INFO] Fetching org.eclipse.papyrus.sysml.properties.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.04kB)
[INFO] Fetching org.eclipse.papyrus.sysml.properties.feature_1.2.0.201703081153.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/extra/features/ (18.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (558.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (558.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (394.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (394.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (204.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (204.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (40.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (68.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (68.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.assistants.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.assistants.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (50.7kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (21.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (44.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (44.59kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (27.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.37kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (911kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (911kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.palette.customaction_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.palette.customaction_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (17.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (274.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (274.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (208.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (208.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (14.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.palette_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.palette_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.57kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (179.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (179.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (285.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (285.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (210.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (210.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (483.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (483.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (267.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (267.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (58.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (58.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.41kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_1.2.1.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.5kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (1.45MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (53.73kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (15.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (16.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (11.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.32kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (10.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.75kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (17.97kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (17.97kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (34.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (39.55kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (39.55kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (24.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (32.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (32.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (55.61kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.36kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (63.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (63.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (31.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (30.8kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (9.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (64.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (64.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (43.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (41.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (155.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (155.38kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (199.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (199.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_2.0.1.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.02kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (8.39kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.08kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.08kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.18kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (13.18kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (12.58kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.1kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.1kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.09kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.09kB)
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.45kB)
[INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201703080851.jar.pack.gz from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/plugins/ (18.45kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.03kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.03kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (17.97kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_1.2.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (17.97kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.06kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201703080851.jar from https://download.eclipse.org/modeling/mdt/papyrus/updates/releases/neon/2.0.3/main/features/ (18.06kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.1.2.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (890.12kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.1.2.v20161115-0549.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (890.12kB)
[INFO] Fetching org.objectweb.asm.tree_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.58kB)
[INFO] Fetching org.objectweb.asm.tree_5.0.1.v201404251740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.0.v20160519-0701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (159.52kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.0.v20160519-0701.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (159.52kB)
[INFO] Fetching org.eclipse.ui.trace_1.0.400.v20160509-1055.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.69kB)
[INFO] Fetching org.eclipse.ui.trace_1.0.400.v20160509-1055.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (34.69kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.12.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.21MB)
[INFO] Fetching org.eclipse.pde.doc.user_3.12.2.v20170221-1001.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (5.21MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.0.0.v20160525-1437.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.47kB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.0.0.v20160525-1437.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (45.47kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.1.0.v20151201-1325.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.54kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.1.0.v20151201-1325.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.54kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.0.v20151013-0625.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.69kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.0.v20151013-0625.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.69kB)
[INFO] Fetching org.eclipse.pde.runtime_3.5.0.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (64.72kB)
[INFO] Fetching org.eclipse.pde.runtime_3.5.0.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (64.72kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.6.0.v20160424-1948.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (371.56kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.6.0.v20160424-1948.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (371.56kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1.v20160829-0826.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (57.39kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.0.100.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.64kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.0.100.v20160418-1724.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.64kB)
[INFO] Fetching org.eclipse.pde.launching_3.6.401.v20161115-0549.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.96kB)
[INFO] Fetching org.eclipse.pde.launching_3.6.401.v20161115-0549.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (49.96kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.0.500.v20160204-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.68kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.0.500.v20160204-0642.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (144.02kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.1.0.v20160518-1843.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (144.02kB)
[INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.17kB)
[INFO] Fetching org.eclipse.pde_3.12.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (18.17kB)
[INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.15kB)
[INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (450.15kB)
[INFO] Fetching org.eclipse.platform.doc.user_4.6.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.97MB)
[INFO] Fetching org.eclipse.platform.doc.user_4.6.1.v20160727-2009.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.97MB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.1.v20160829-1558.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.71MB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.1.v20160829-1558.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (1.71MB)
[INFO] Fetching org.eclipse.ui.browser_3.5.2.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.95kB)
[INFO] Fetching org.eclipse.ui.browser_3.5.2.v20161114-0210.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (100.95kB)
[INFO] Fetching org.eclipse.ui.monitoring_1.1.2.v20170203-1115.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.ui.monitoring_1.1.2.v20170203-1115.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.ui.net_1.3.0.v20160426-1633.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.79kB)
[INFO] Fetching org.eclipse.ui.net_1.3.0.v20160426-1633.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.79kB)
[INFO] Fetching org.eclipse.ui.themes_1.1.300.v20161107-1827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.68kB)
[INFO] Fetching org.eclipse.ui.themes_1.1.300.v20161107-1827.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.68kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.0.v20160515-0255.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.27kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.0.v20160515-0255.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.27kB)
[INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.31kB)
[INFO] Fetching org.eclipse.platform_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (19.31kB)
[INFO] Fetching org.eclipse.platform_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (195B)
[INFO] Fetching org.eclipse.platform_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (195B)
[INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB)
[INFO] Fetching org.eclipse.rcp_4.6.3.v20170301-0400.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (17.88kB)
[INFO] Fetching org.eclipse.rcp_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (27.05kB)
[INFO] Fetching org.eclipse.rcp_root_4.6.3.v20170301-0400 from http://download.eclipse.org/releases/neon/201705151400/binary/ (27.05kB)
[INFO] Fetching org.eclipse.sirius.aql_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.58kB)
[INFO] Fetching org.eclipse.sirius.aql_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.58kB)
[INFO] Fetching org.eclipse.sirius.common.ocl_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.sirius.common.ocl_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.sirius.common.xtext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13.74kB)
[INFO] Fetching org.eclipse.sirius.common.xtext_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13.74kB)
[INFO] Fetching org.eclipse.sirius.doc.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.6kB)
[INFO] Fetching org.eclipse.sirius.doc.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.6kB)
[INFO] Fetching org.eclipse.sirius.editor.properties_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (43.59kB)
[INFO] Fetching org.eclipse.sirius.editor.properties_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (43.59kB)
[INFO] Fetching org.eclipse.sirius.properties_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (49.43kB)
[INFO] Fetching org.eclipse.sirius.properties_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (49.43kB)
[INFO] Fetching org.eclipse.sirius.properties.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (37.65kB)
[INFO] Fetching org.eclipse.sirius.properties.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (37.65kB)
[INFO] Fetching org.eclipse.sirius.ui.properties_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (46.15kB)
[INFO] Fetching org.eclipse.sirius.ui.properties_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (46.15kB)
[INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.47kB)
[INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (9.47kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (14.6kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (14.6kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.sirius.eef.adapters_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (797.89kB)
[INFO] Fetching org.eclipse.sirius.eef.adapters_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (797.89kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.47kB)
[INFO] Fetching org.eclipse.sirius.interpreter.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.47kB)
[INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (8.8kB)
[INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (8.8kB)
[INFO] Fetching org.eclipse.sirius.properties.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.43kB)
[INFO] Fetching org.eclipse.sirius.properties.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.43kB)
[INFO] Fetching org.eclipse.sirius.runtime.acceleo_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.sirius.runtime.acceleo_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.56kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.56kB)
[INFO] Fetching org.eclipse.sirius.runtime_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.79kB)
[INFO] Fetching org.eclipse.sirius.runtime_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.79kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.eef_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.62kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.eef_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.62kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.64kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.64kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.94kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.ui_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.94kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.59kB)
[INFO] Fetching org.eclipse.sirius.runtime.ide.xtext_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.59kB)
[INFO] Fetching org.eclipse.sirius.runtime.ocl_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.sirius.runtime.ocl_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.sirius.samples_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.64kB)
[INFO] Fetching org.eclipse.sirius.samples_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.64kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.acceleo_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.aql_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.59kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui.aql_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.59kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.67kB)
[INFO] Fetching org.eclipse.sirius.specifier.ide.ui_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.67kB)
[INFO] Fetching org.eclipse.sirius.specifier.properties.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.32kB)
[INFO] Fetching org.eclipse.sirius.specifier.properties.feature_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.32kB)
[INFO] Fetching org.eclipse.sirius.tests.junit.support_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (52.17kB)
[INFO] Fetching org.eclipse.sirius.tests.junit.support_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (52.17kB)
[INFO] Fetching org.eclipse.sirius.tests.swtbot.support_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (92.62kB)
[INFO] Fetching org.eclipse.sirius.tests.swtbot.support_4.1.9.201802221507.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/plugins/ (92.62kB)
[INFO] Fetching org.eclipse.sirius.tests.support_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.sirius.tests.support_4.1.9.201802221507.jar from http://download.eclipse.org/sirius/updates/releases/4.1.9/neon/features/ (18.63kB)
[INFO] Fetching org.eclipse.swtbot.junit4_x_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.63kB)
[INFO] Fetching org.eclipse.swtbot.junit4_x_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (20.63kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (240.08kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (240.08kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.gef.finder_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.93kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.gef.finder_2.5.0.201609021837.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (41.93kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v201505072020.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.38kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v201505072020.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.38kB)
[INFO] Fetching org.eclipse.uml2.ant_1.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.99kB)
[INFO] Fetching org.eclipse.uml2.ant_1.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (23.99kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.06kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.06kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.56kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (28.56kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.source_2.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (190.28kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.source_2.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (190.28kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.46kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui.source_2.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.46kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.05kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.05kB)
[INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.1kB)
[INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (19.1kB)
[INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.46kB)
[INFO] Fetching org.eclipse.uml2.common.edit.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.46kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.03kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.03kB)
[INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.79kB)
[INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.79kB)
[INFO] Fetching org.eclipse.uml2.types.source_2.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.56kB)
[INFO] Fetching org.eclipse.uml2.types.source_2.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.56kB)
[INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.46kB)
[INFO] Fetching org.eclipse.uml2.common.source_2.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.46kB)
[INFO] Fetching org.eclipse.uml2.doc_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.52kB)
[INFO] Fetching org.eclipse.uml2.doc_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (13.52kB)
[INFO] Fetching org.eclipse.uml2.doc_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.9kB)
[INFO] Fetching org.eclipse.uml2.doc_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.9kB)
[INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.82kB)
[INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.82kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (180.84kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui_5.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (180.84kB)
[INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.95kB)
[INFO] Fetching org.eclipse.uml2.examples_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.95kB)
[INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (6.87kB)
[INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (6.87kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui.source_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.36kB)
[INFO] Fetching org.eclipse.uml2.examples.uml.ui.source_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (39.36kB)
[INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.41kB)
[INFO] Fetching org.eclipse.uml2.examples.source_5.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.41kB)
[INFO] Fetching org.eclipse.uml2_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.81kB)
[INFO] Fetching org.eclipse.uml2_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (11.81kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.89kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.0.0.v20170227-0935.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.89kB)
[INFO] Fetching org.eclipse.uml2_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.17kB)
[INFO] Fetching org.eclipse.uml2_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.17kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.98kB)
[INFO] Fetching org.eclipse.uml2.sdk_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.98kB)
[INFO] Fetching org.eclipse.uml2.uml.edit.source_5.2.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (553.73kB)
[INFO] Fetching org.eclipse.uml2.uml.edit.source_5.2.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (553.73kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer.source_3.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.35kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer.source_3.1.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (26.35kB)
[INFO] Fetching org.eclipse.uml2.ant.source_1.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.68kB)
[INFO] Fetching org.eclipse.uml2.ant.source_1.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.68kB)
[INFO] Fetching org.eclipse.uml2.uml.source_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.86MB)
[INFO] Fetching org.eclipse.uml2.uml.source_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (2.86MB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter.source_3.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.71kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter.source_3.0.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (15.71kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard.source_1.0.100.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (148.77kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard.source_1.0.100.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (148.77kB)
[INFO] Fetching org.eclipse.uml2.uml.resources.source_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.18kB)
[INFO] Fetching org.eclipse.uml2.uml.resources.source_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.18kB)
[INFO] Fetching org.eclipse.uml2.source_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (175.81kB)
[INFO] Fetching org.eclipse.uml2.source_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (175.81kB)
[INFO] Fetching org.eclipse.uml2.uml.editor.source_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.56kB)
[INFO] Fetching org.eclipse.uml2.uml.editor.source_5.2.0.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (72.56kB)
[INFO] Fetching org.eclipse.uml2.uml.validation.source_5.0.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.68kB)
[INFO] Fetching org.eclipse.uml2.uml.validation.source_5.0.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/plugins/ (16.68kB)
[INFO] Fetching org.eclipse.uml2.source_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.63kB)
[INFO] Fetching org.eclipse.uml2.source_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.63kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.2.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.03kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.2.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.03kB)
[INFO] Fetching org.eclipse.uml2.uml.edit.source_5.2.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.44kB)
[INFO] Fetching org.eclipse.uml2.uml.edit.source_5.2.1.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.44kB)
[INFO] Fetching org.eclipse.uml2.uml_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.1kB)
[INFO] Fetching org.eclipse.uml2.uml_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (31.1kB)
[INFO] Fetching org.eclipse.uml2.uml.source_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.49kB)
[INFO] Fetching org.eclipse.uml2.uml.source_5.2.3.v20170227-0935.jar from http://download.eclipse.org/releases/neon/201705151400/features/ (30.49kB)
[INFO] Fetching org.eclipse.xtend.core_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (737.79kB)
[INFO] Fetching org.eclipse.xtend.core_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (737.79kB)
[INFO] Fetching org.eclipse.xtend.doc_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (485.17kB)
[INFO] Fetching org.eclipse.xtend.doc_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (485.17kB)
[INFO] Fetching org.eclipse.xtend.examples_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (142.73kB)
[INFO] Fetching org.eclipse.xtend.examples_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (142.73kB)
[INFO] Fetching org.eclipse.xtend.ide_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (246.62kB)
[INFO] Fetching org.eclipse.xtend.ide_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (246.62kB)
[INFO] Fetching org.eclipse.xtend.ide.common_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (277.49kB)
[INFO] Fetching org.eclipse.xtend.ide.common_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (277.49kB)
[INFO] Fetching org.eclipse.xtend.m2e_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.xtend.m2e_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (107.54kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (107.54kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (89.15kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (89.15kB)
[INFO] Fetching org.eclipse.xtend.standalone_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (6.87kB)
[INFO] Fetching org.eclipse.xtend.standalone_2.12.0.v20170519-0902.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (6.87kB)
[INFO] Fetching org.eclipse.xtend.core.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1.34MB)
[INFO] Fetching org.eclipse.xtend.core.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1.34MB)
[INFO] Fetching org.eclipse.xtend.ide.common.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (275.39kB)
[INFO] Fetching org.eclipse.xtend.ide.common.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (275.39kB)
[INFO] Fetching org.eclipse.xtend.ide.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (437.05kB)
[INFO] Fetching org.eclipse.xtend.ide.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (437.05kB)
[INFO] Fetching org.eclipse.xtend.m2e.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.xtend.m2e.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.xtend.standalone.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (7.32kB)
[INFO] Fetching org.eclipse.xtend.standalone.source_2.12.0.v20170519-0902.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (7.32kB)
[INFO] Fetching org.eclipse.xtext.junit4.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (144.4kB)
[INFO] Fetching org.eclipse.xtext.junit4.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (144.4kB)
[INFO] Fetching org.eclipse.xtext.testing.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (139.44kB)
[INFO] Fetching org.eclipse.xtext.testing.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (139.44kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (86.78kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (86.78kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (143.17kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (143.17kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (115.95kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (115.95kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (33.87kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (33.87kB)
[INFO] Fetching org.eclipse.xtext.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (42.44kB)
[INFO] Fetching org.eclipse.xtext.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (42.44kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (15.94kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (15.94kB)
[INFO] Fetching org.eclipse.xtend.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.05kB)
[INFO] Fetching org.eclipse.xtend.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.05kB)
[INFO] Fetching org.eclipse.xtext.activities_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (7.8kB)
[INFO] Fetching org.eclipse.xtext.activities_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (7.8kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (33.37kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (33.37kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (10.93kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (10.93kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (11.75kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (11.75kB)
[INFO] Fetching org.eclipse.xtext.doc_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (6.49MB)
[INFO] Fetching org.eclipse.xtext.doc_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (6.49MB)
[INFO] Fetching org.eclipse.xtext.docs_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.54kB)
[INFO] Fetching org.eclipse.xtext.docs_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.54kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (970.35kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (970.35kB)
[INFO] Fetching org.eclipse.xtext.examples_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.6kB)
[INFO] Fetching org.eclipse.xtext.examples_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.6kB)
[INFO] Fetching org.eclipse.xtext.idea.generator_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (92.98kB)
[INFO] Fetching org.eclipse.xtext.idea.generator_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (92.98kB)
[INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (33.16kB)
[INFO] Fetching org.eclipse.xtext.java_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (33.16kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.23kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (11.23kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (11.23kB)
[INFO] Fetching org.eclipse.xtext.purexbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (111.81kB)
[INFO] Fetching org.eclipse.xtext.purexbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (111.81kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (125.4kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (125.4kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (19.91kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (19.91kB)
[INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1.64MB)
[INFO] Fetching org.eclipse.xtext.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1.64MB)
[INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (144.1kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (144.1kB)
[INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (10.03kB)
[INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (10.03kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (365.3kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (365.3kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (210.36kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (210.36kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (13.05kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (13.05kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1,005.58kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1,005.58kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (148.65kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (148.65kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (14.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (14.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (26.93kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (26.93kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (125.58kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (125.58kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (155.49kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (155.49kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (97.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (97.56kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (387.14kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (387.14kB)
[INFO] Fetching org.eclipse.xtext.redist_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.33kB)
[INFO] Fetching org.eclipse.xtext.redist_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.33kB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (531.72kB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (531.72kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1.15MB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (1.15MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (67.04kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (67.04kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (92.88kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (92.88kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (165.1kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (165.1kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (206.53kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.12.0.v20170518-0959.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (206.53kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (58.49kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (58.49kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (62.08kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (62.08kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.18kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.18kB)
[INFO] Fetching org.eclipse.xtext.purexbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (150.56kB)
[INFO] Fetching org.eclipse.xtext.purexbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (150.56kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (160.71kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (160.71kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (29.22kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (29.22kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (12.08kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (12.08kB)
[INFO] Fetching org.eclipse.xtext.idea.generator.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (191.28kB)
[INFO] Fetching org.eclipse.xtext.idea.generator.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (191.28kB)
[INFO] Fetching org.eclipse.xtext.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.02kB)
[INFO] Fetching org.eclipse.xtext.sdk_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (21.02kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (9.35kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (12.1kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (12.1kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.89kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.89kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (2.01MB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (2.01MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (336.22kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (336.22kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (451.92kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.12.0.v20170519-0752.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (451.92kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.68kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.68kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (110.14kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.12.0.v20170518-0757.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (110.14kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0758.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.59kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0758.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.59kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (100.36kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (100.36kB)
[INFO] Fetching org.eclipse.xtext.activities.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (8.36kB)
[INFO] Fetching org.eclipse.xtext.activities.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (8.36kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (143.8kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (143.8kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (26.91kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (26.91kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (51.04kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.12.0.v20170519-0809.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/plugins/ (51.04kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.73kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.12.0.v20170519-1412.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.12.0/features/ (20.73kB)
[INFO] Fetching org.eclipse.compare.win32_1.1.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.35kB)
[INFO] Fetching org.eclipse.compare.win32_1.1.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (21.35kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.19kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.19kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.76kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.0.v20160323-1650.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (27.76kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.91kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (25.91kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.07kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.07kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (34.39kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (34.39kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.78kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.0.100.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (30.78kB)
[INFO] Fetching org.eclipse.ui.win32_3.3.0.v20160505-1310.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.12kB)
[INFO] Fetching org.eclipse.ui.win32_3.3.0.v20160505-1310.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (14.12kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.4kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.0.v20140124-1940.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.4kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.69kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.11.300.v20160330-1418.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (18.69kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.14kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.401.v20161122-1740.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (32.14kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (10.72kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.6.300.v20161122-1740 from http://download.eclipse.org/releases/neon/201705151400/binary/ (10.72kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.77kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.100.200.v20130327-1442.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.77kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.3.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.3.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.1.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.2kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.1.0.v20160418-1524.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (29.2kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.1.100.v20151202-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.62kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.1.100.v20151202-1450.jar.pack.gz from http://download.eclipse.org/releases/neon/201705151400/plugins/ (7.62kB)
[INFO] Resolving class path of MavenProject: org.polarsys.chess:org.polarsys.chess.product:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml
[WARNING] The project org.polarsys.chess:org.polarsys.chess.configuration:pom:1.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.polarsys.chess.configuration                                   [pom]
[INFO] org.polarsys.chess.parent                                          [pom]
[INFO] org.polarsys.chess.chessmlprofile                       [eclipse-plugin]
[INFO] org.polarsys.chess.core                                 [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.profile                    [eclipse-plugin]
[INFO] org.polarsys.chess.service                              [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.chessextension             [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.contractEditor             [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.contractPropertyManager    [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.integration                [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.refinementView             [eclipse-plugin]
[INFO] org.polarsys.chess.smvExporter                          [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.verificationService        [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.safetyAnalysis             [eclipse-plugin]
[INFO] org.polarsys.chess.validator                            [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.validation                 [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.transformations            [eclipse-plugin]
[INFO] org.eclipse.papyrus.junit.framework                     [eclipse-plugin]
[INFO] org.eclipse.papyrus.junit.utils                         [eclipse-plugin]
[INFO] org.polarsys.chess.diagram.ui                           [eclipse-plugin]
[INFO] org.polarsys.chess.diagramsCreator                      [eclipse-plugin]
[INFO] org.polarsys.chess.OSSImporter                          [eclipse-plugin]
[INFO] org.polarsys.chess.contracts.verificationService.test.runtime [eclipse-test-plugin]
[INFO] org.polarsys.chess.contracts.hierarchicalContractView   [eclipse-plugin]
[INFO] org.polarsys.chess.fla.flamm                            [eclipse-plugin]
[INFO] org.polarsys.chess.fla.flaxml                           [eclipse-plugin]
[INFO] org.polarsys.chess.m2m                                  [eclipse-plugin]
[INFO] org.polarsys.chess.fla                                  [eclipse-plugin]
[INFO] org.polarsys.chess.fla.faultTreeGenerator               [eclipse-plugin]
[INFO] org.polarsys.chess.fla.transformations                  [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.global                         [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.fladsl                         [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.fladsl.ide                     [eclipse-plugin]
[INFO] org.polarsys.chess.xtext.fladsl.ui                      [eclipse-plugin]
[INFO] org.polarsys.chess.wizards                              [eclipse-plugin]
[INFO] org.polarsys.chess.cdo                                  [eclipse-plugin]
[INFO] org.polarsys.chess.checkers                             [eclipse-plugin]
[INFO] org.polarsys.chess.cleanCExporter                       [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring                           [eclipse-plugin]
[INFO] org.polarsys.chess.multicore                            [eclipse-plugin]
[INFO] org.polarsys.chess.codegen.ada                          [eclipse-plugin]
[INFO] org.polarsys.chess.commands                             [eclipse-plugin]
[INFO] org.polarsys.chess.constraints.constraintEditor         [eclipse-plugin]
[INFO] org.polarsys.chess.discovery                            [eclipse-plugin]
[INFO] org.polarsys.chess.functionBehaviors.functionBehaviorEditor [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring.edit                      [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring.editor                    [eclipse-plugin]
[INFO] org.polarsys.chess.monitoring.tests                     [eclipse-plugin]
[INFO] org.polarsys.chess.paramArchConfigurator                [eclipse-plugin]
[INFO] org.polarsys.chess.patterns.profile                     [eclipse-plugin]
[INFO] org.polarsys.chess.patterns.library                     [eclipse-plugin]
[INFO] org.polarsys.chess.patterns                             [eclipse-plugin]
[INFO] org.polarsys.chess.properties.propertyEditor            [eclipse-plugin]
[INFO] org.polarsys.chess.tabbedproperties                     [eclipse-plugin]
[INFO] org.polarsys.chess.test.runtime                    [eclipse-test-plugin]
[INFO] org.polarsys.chess.tradeoffAnalysis                     [eclipse-plugin]
[INFO] org.polarsys.chess.statebased                           [eclipse-plugin]
[INFO] org.eclipse.papyrus.uml.profile.tests                   [eclipse-plugin]
[INFO] org.polarsys.chess.fla.FPTC2FLABehavior                 [eclipse-plugin]
[INFO] org.polarsys.chess.mainmenu                             [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.preferences                   [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.model                         [eclipse-plugin]
[INFO] org.polarsys.chess.mobius                               [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.model.edit                    [eclipse-plugin]
[INFO] org.polarsys.chess.mobius.model.editor                  [eclipse-plugin]
[INFO] org.polarsys.chess.bundles                                         [pom]
[INFO] org.polarsys.chess.features                                        [pom]
[INFO] org.polarsys.chess.feature                             [eclipse-feature]
[INFO] org.polarsys.chess.releng                                          [pom]
[INFO] org.polarsys.chess.target.neon               [eclipse-target-definition]
[INFO] org.polarsys.chess.repository                       [eclipse-repository]
[INFO] org.polarsys.chess.product                          [eclipse-repository]
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.configuration >---------
[INFO] Building org.polarsys.chess.configuration 1.0.0-SNAPSHOT          [1/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.configuration ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.configuration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.configuration ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.configuration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.configuration ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.configuration/1.0.0-SNAPSHOT/org.polarsys.chess.configuration-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.polarsys.chess:org.polarsys.chess.parent >------------
[INFO] Building org.polarsys.chess.parent 1.0.0-SNAPSHOT                 [2/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.parent ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.parent ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.parent ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.parent/1.0.0-SNAPSHOT/org.polarsys.chess.parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.chessmlprofile >--------
[INFO] Building org.polarsys.chess.chessmlprofile 1.0.0-SNAPSHOT         [3/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.chessmlprofile ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.chessmlprofile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.chessmlprofile ---
[INFO] Compiling 460 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.chessmlprofile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.chessmlprofile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.chessmlprofile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.chessmlprofile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.chessmlprofile ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.chessmlprofile ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.chessmlprofile ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.core >-------------
[INFO] Building org.polarsys.chess.core 1.0.0-SNAPSHOT                   [4/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.core ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.core ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.core ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.core ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.core ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.core ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.core ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.contracts.profile >-------
[INFO] Building org.polarsys.chess.contracts.profile 1.0.0-SNAPSHOT      [5/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.profile ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.profile ---
[INFO] Compiling 53 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.profile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.profile ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.profile ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.service >------------
[INFO] Building org.polarsys.chess.service 1.0.0-SNAPSHOT                [6/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.service ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.service ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.service ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.service ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.service ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.service ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.service ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.service ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.service ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.chessextension >---
[INFO] Building org.polarsys.chess.contracts.chessextension 1.0.0-SNAPSHOT [7/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.chessextension ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.chessextension ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.chessextension ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.chessextension ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.chessextension ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.contractEditor >---
[INFO] Building org.polarsys.chess.contracts.contractEditor 1.0.0-SNAPSHOT [8/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.contractEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.contractEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.contractEditor ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.contractPropertyManager >--
[INFO] Building org.polarsys.chess.contracts.contractPropertyManager 1.0.0-SNAPSHOT [9/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.contractPropertyManager ---
[INFO] 
[INFO] ----< org.polarsys.chess:org.polarsys.chess.contracts.integration >-----
[INFO] Building org.polarsys.chess.contracts.integration 1.0.0-SNAPSHOT [10/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.integration ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.integration ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.integration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.integration ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.integration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.integration ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.integration ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.integration ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.integration ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.refinementView >---
[INFO] Building org.polarsys.chess.contracts.refinementView 1.0.0-SNAPSHOT [11/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.refinementView ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.refinementView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.refinementView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.refinementView ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.refinementView ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.smvExporter >----------
[INFO] Building org.polarsys.chess.smvExporter 1.0.0-SNAPSHOT           [12/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.smvExporter ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.smvExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.smvExporter ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.smvExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.smvExporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.smvExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.smvExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.smvExporter ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.smvExporter ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.smvExporter ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.verificationService >--
[INFO] Building org.polarsys.chess.contracts.verificationService 1.0.0-SNAPSHOT [13/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.verificationService ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.verificationService ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.verificationService ---
[INFO] 
[INFO] ---< org.polarsys.chess:org.polarsys.chess.contracts.safetyAnalysis >---
[INFO] Building org.polarsys.chess.contracts.safetyAnalysis 1.0.0-SNAPSHOT [14/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.safetyAnalysis ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.validator >-----------
[INFO] Building org.polarsys.chess.validator 1.0.0-SNAPSHOT             [15/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.validator ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.validator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.validator ---
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.validator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.validator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.validator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.validator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.validator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.validator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.validator ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.contracts.validation >-----
[INFO] Building org.polarsys.chess.contracts.validation 1.0.0-SNAPSHOT  [16/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.validation ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.validation ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.validation ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.validation ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.validation ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.validation ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.validation ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.transformations >---
[INFO] Building org.polarsys.chess.contracts.transformations 1.0.0-SNAPSHOT [17/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.transformations ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.transformations ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.transformations ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.transformations ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.transformations ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.transformations ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.eclipse.papyrus.junit.framework >-------
[INFO] Building org.eclipse.papyrus.junit.framework 1.0.0-SNAPSHOT      [18/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.framework ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.papyrus.junit.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.papyrus.junit.framework ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.eclipse.papyrus.junit.framework ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.eclipse.papyrus.junit.framework ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.papyrus.junit.framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.eclipse.papyrus.junit.framework ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.papyrus.junit.framework ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.eclipse.papyrus.junit.framework ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.eclipse.papyrus.junit.utils >---------
[INFO] Building org.eclipse.papyrus.junit.utils 1.0.0-SNAPSHOT          [19/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.junit.utils ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.papyrus.junit.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.papyrus.junit.utils ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.eclipse.papyrus.junit.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.eclipse.papyrus.junit.utils ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.papyrus.junit.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.eclipse.papyrus.junit.utils ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.junit.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.papyrus.junit.utils ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.eclipse.papyrus.junit.utils ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.diagram.ui >----------
[INFO] Building org.polarsys.chess.diagram.ui 1.0.0-SNAPSHOT            [20/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.diagram.ui ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.diagram.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.diagram.ui ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.diagram.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.diagram.ui ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.diagram.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.diagram.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.diagram.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.diagram.ui ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.diagram.ui ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.diagramsCreator >--------
[INFO] Building org.polarsys.chess.diagramsCreator 1.0.0-SNAPSHOT       [21/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.diagramsCreator ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.diagramsCreator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.diagramsCreator ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.diagramsCreator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.diagramsCreator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.diagramsCreator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.diagramsCreator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.diagramsCreator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.diagramsCreator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.diagramsCreator ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.OSSImporter >----------
[INFO] Building org.polarsys.chess.OSSImporter 1.0.0-SNAPSHOT           [22/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.OSSImporter ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.OSSImporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.OSSImporter ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.OSSImporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.OSSImporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.OSSImporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.OSSImporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.OSSImporter ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.OSSImporter ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.OSSImporter ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.verificationService.test.runtime >--
[INFO] Building org.polarsys.chess.contracts.verificationService.test.runtime 1.0.0-SNAPSHOT [23/72]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.241 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations
testExportStateMachinesAsMonolithicSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations) skipped
testInstantiateParameterizedAchitecture(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations) skipped
testGenerationDocumentation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperations) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations
testFTA(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations) skipped
testFMEA(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations) skipped
testContractBasedFTA(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestSafetyAnalysisOperations) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking
testModelChecking(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestModelChecking) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyCHESSStereotype
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyCHESSStereotype
testApplyCHESSStereotype(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyCHESSStereotype) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyRecursively
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyRecursively
testApplyRecursively(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestApplyRecursively) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.003 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations
testModelChecking(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testModelCheckingOnSystemComponent(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckContractRefinement(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckCompositeContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckContractRefinementOnInstantiateArch(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckValidationOnProperties(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
testCheckContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVAndVOperations) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent
testCheckContractRefinementOfCHESSComponent(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCheckContractRefinementOfCHESSComponent) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.001 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC
testModelChecking(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testModelCheckingOnSystemComponent(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckContractRefinement(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckCompositeContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckContractRefinementOnInstantiateArch(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckValidationOnProperties(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
testCheckContractImplementation(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestVandVOperationsOSLC) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews
testcreateViews(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestCreateViews) skipped
Running org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.003 sec - in org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless
testImportModelFromOssFile(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless) skipped
testExportModelAsOss(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless) skipped
testExportStateMachinesAsSmv(org.polarsys.chess.contracts.verificationService.test.runtime.tests.TestBasicOperationsHeadless) skipped

Results :

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

[INFO] All tests passed!
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.verificationService.test.runtime ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.contracts.hierarchicalContractView >--
[INFO] Building org.polarsys.chess.contracts.hierarchicalContractView 1.0.0-SNAPSHOT [24/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.contracts.hierarchicalContractView ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.fla.flamm >-----------
[INFO] Building org.polarsys.chess.fla.flamm 1.0.0-SNAPSHOT             [25/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.flamm ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.flamm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.flamm ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.flamm ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.flamm ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.flamm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.flamm ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.flamm ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.flamm ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.flamm ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.fla.flaxml >----------
[INFO] Building org.polarsys.chess.fla.flaxml 1.0.0-SNAPSHOT            [26/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.flaxml ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.flaxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.flaxml ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.flaxml ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.flaxml ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.flaxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.flaxml ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.flaxml ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.flaxml ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.flaxml ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.m2m >--------------
[INFO] Building org.polarsys.chess.m2m 1.0.0-SNAPSHOT                   [27/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.m2m ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.m2m ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.m2m ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.m2m ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.m2m ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.m2m ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.m2m ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.m2m ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.m2m ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.m2m ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.fla >--------------
[INFO] Building org.polarsys.chess.fla 1.0.0-SNAPSHOT                   [28/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla ---
[INFO] 
[INFO] ----< org.polarsys.chess:org.polarsys.chess.fla.faultTreeGenerator >----
[INFO] Building org.polarsys.chess.fla.faultTreeGenerator 1.0.0-SNAPSHOT [29/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.faultTreeGenerator ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.fla.transformations >------
[INFO] Building org.polarsys.chess.fla.transformations 1.0.0-SNAPSHOT   [30/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.transformations ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.transformations ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.transformations ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.transformations ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.transformations ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.transformations ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.transformations ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.transformations ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.xtext.global >---------
[INFO] Building org.polarsys.chess.xtext.global 1.0.0-SNAPSHOT          [31/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.global ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.global ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.global ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.global ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.global ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.global ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.global ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.global ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.global ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.global ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.xtext.fladsl >---------
[INFO] Building org.polarsys.chess.xtext.fladsl 1.0.0-SNAPSHOT          [32/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.launch/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.launch/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.language/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[WARNING] Could not transfer metadata com.google.guava:guava/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/com/google/guava/guava/maven-metadata.xml
[WARNING] Failure to transfer com.google.guava:guava/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata com.google.guava:guava/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/com/google/guava/guava/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.jobs/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.contenttype/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.app/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.common/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.text/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.launching/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.launching/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.debug/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.debug/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.platform:org.eclipse.text/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen.ecore/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.codegen.ecore/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Failure to transfer org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from http://nexus.codehaus.org/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of codehaus-snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe.core/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.xtext:xtext-antlr-generator/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/eclipse/xtext/xtext-antlr-generator/maven-metadata.xml
[WARNING] Could not transfer metadata org.antlr:antlr-runtime/maven-metadata.xml from/to codehaus-snapshots (http://nexus.codehaus.org/snapshots/): Transfer failed for http://nexus.codehaus.org/snapshots/org/antlr/antlr-runtime/maven-metadata.xml
[WARNING] No project file found for /opt/tools/apache-maven/3.6.3/conf/logging. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project antlr at 'archive:file:/home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project doxia at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' instead.
[WARNING] Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' instead.
[WARNING] Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.3.v20170209-1843/org.eclipse.osgi-3.11.3.v20170209-1843.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar!/' instead.
[WARNING] Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/.m2/repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.1.v20161221-1651/org.eclipse.core.commands-3.8.1.v20161221-1651.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.11.0.v20160526-0356/org.eclipse.emf.codegen-2.11.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.3.v20170228-1205/org.eclipse.jdt.core-3.12.3.v20170228-1205.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.8.101.v20161111-2014/org.eclipse.jdt.launching-3.8.101.v20161111-2014.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.21.0/org.eclipse.emf.codegen.ecore-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.12.0.v20160526-0356/org.eclipse.emf.codegen.ecore-2.12.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.3.20.v201605261103/org.eclipse.emf.mwe.core-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-antlr.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.9.0.v201605261103/org.eclipse.emf.mwe2.runtime-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.3.20.v201605261103/org.eclipse.emf.mwe.utils-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.9.0.v201605261103/org.eclipse.emf.mwe2.language-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.12.0.v20170518-0959/org.eclipse.xtext-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.12.0.v20170519-0752/org.eclipse.xtext.common.types-2.12.0.v20170519-0752.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.9.0.v201605261103/org.eclipse.emf.mwe2.launch-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.9.0.v201605261103/org.eclipse.emf.mwe2.lib-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.12.0.v20170518-0757/org.eclipse.xtend.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.12.0.v20170518-0757/org.eclipse.xtext.xbase.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.12.0.v20170518-0757/org.eclipse.xtend.lib.macro-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.12.0.v20170518-0959/org.eclipse.xtext.util-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/5.0.1.v201404251740/org.objectweb.asm-5.0.1.v201404251740.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.12.0.v20170519-0752/org.eclipse.xtext.xbase-2.12.0.v20170519-0752.jar!/' instead.
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore' to 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.emf.codegen.ecore/model/GenModel.genmodel' to 'platform:/resource/org.eclipse.emf.codegen.ecore/model/GenModel.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel' to 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
[INFO] Adding generated EPackage 'org.eclipse.emf.ecore.EcorePackage'
[INFO] Adding generated EPackage 'org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage'
[INFO] Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/emf/2002/GenModel' from 'platform:/resource/org.eclipse.emf.codegen.ecore/model/GenModel.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.types/model/Types.genmodel' to 'platform:/resource/org.eclipse.uml2.types/model/Types.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.uml/model/UML.genmodel' to 'platform:/resource/org.eclipse.uml2.uml/model/UML.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.codegen.ecore/model/GenModel.genmodel' to 'platform:/resource/org.eclipse.uml2.codegen.ecore/model/GenModel.genmodel'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.codegen.ecore/model/GenModel.ecore' to 'platform:/resource/org.eclipse.uml2.codegen.ecore/model/GenModel.ecore'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore' to 'platform:/resource/org.eclipse.uml2.uml/model/UML.ecore'
[INFO] Adding URI mapping from 'platform:/plugin/org.eclipse.uml2.types/model/Types.ecore' to 'platform:/resource/org.eclipse.uml2.types/model/Types.ecore'
[INFO] Adding generated EPackage 'org.eclipse.uml2.types.TypesPackage'
[INFO] Adding generated EPackage 'org.eclipse.uml2.uml.UMLPackage'
[INFO] Adding generated EPackage 'org.eclipse.uml2.codegen.ecore.genmodel.GenModelPackage'
[INFO] Registered GenModel 'http://www.eclipse.org/uml2/5.0.0/Types' from 'platform:/resource/org.eclipse.uml2.types/model/Types.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/uml2/5.0.0/UML' from 'platform:/resource/org.eclipse.uml2.uml/model/UML.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/uml2/2.2.0/GenModel' from 'platform:/resource/org.eclipse.uml2.codegen.ecore/model/GenModel.genmodel'
0    INFO  XtextGenerator     - Initializing Xtext generator
[INFO] Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
[WARNING] No project file found for /opt/tools/apache-maven/3.6.3/conf/logging. The folder was neither an Eclipse 'bin' folder, nor a Maven 'target/classes' folder.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.9.0.v201605261103/org.eclipse.emf.mwe2.language-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.12.0.v20170518-0959/org.eclipse.xtext.util-2.12.0.v20170518-0959.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.3.20.v201605261103/org.eclipse.emf.mwe.core-1.3.20.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.3.v20170209-1843/org.eclipse.osgi-3.11.3.v20170209-1843.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.12.0.v20170519-0752/org.eclipse.xtext.common.types-2.12.0.v20170519-0752.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.3.20.v201605261103/org.eclipse.emf.mwe.utils-1.3.20.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.9.0.v201605261103/org.eclipse.emf.mwe2.lib-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' instead.
[WARNING] Skipping conflicting project doxia at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
[WARNING] Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' instead.
[WARNING] Skipping conflicting project antlr at 'archive:file:/home/jenkins/.m2/repository/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.12.0.v20170518-0757/org.eclipse.xtend.lib.macro-2.12.0.v20170518-0757.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/5.0.1.v201404251740/org.objectweb.asm-5.0.1.v201404251740.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.1.v20161221-1651/org.eclipse.core.commands-3.8.1.v20161221-1651.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.11.0.v20160526-0356/org.eclipse.emf.codegen-2.11.0.v20160526-0356.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.12.0.v20170518-0959/org.eclipse.xtext-2.12.0.v20170518-0959.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.12.0.v20170518-0757/org.eclipse.xtext.xbase.lib-2.12.0.v20170518-0757.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.12.0.v20170518-0757/org.eclipse.xtend.lib-2.12.0.v20170518-0757.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.8.101.v20161111-2014/org.eclipse.jdt.launching-3.8.101.v20161111-2014.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.12.0.v20170519-0752/org.eclipse.xtext.xbase-2.12.0.v20170519-0752.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar!/' instead.
[WARNING] Skipping conflicting project antlr at 'archive:file:/home/jenkins/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/xtext/antlr-generator/3.2.1/antlr-generator-3.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.jar!/' instead.
[WARNING] Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.9.0.v201605261103/org.eclipse.emf.mwe2.launch-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project plexus at 'archive:file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.9.0.v201605261103/org.eclipse.emf.mwe2.runtime-2.9.0.v201605261103.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.3.v20170228-1205/org.eclipse.jdt.core-3.12.3.v20170228-1205.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.12.0.v20160526-0356/org.eclipse.emf.codegen.ecore-2.12.0.v20160526-0356.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.21.0/org.eclipse.emf.codegen.ecore-2.21.0.jar!/' instead.
[WARNING] Skipping conflicting project doxia at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.jar!/' instead.
[WARNING] Skipping conflicting project maven at 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar!/' instead.
[WARNING] Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/15.0.0.v201403281430/com.google.guava-15.0.0.v201403281430.jar!/' instead.
[WARNING] Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201312141243/com.google.inject-3.0.0.v201312141243.jar!/' instead.
[WARNING] Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.11.3.v20170209-1843/org.eclipse.osgi-3.11.3.v20170209-1843.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
[WARNING] Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.1.1.v201101211721/org.apache.commons.logging-1.1.1.v201101211721.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.3.0.v20160419-1720/org.eclipse.core.variables-3.3.0.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.17.100/org.eclipse.core.runtime-3.17.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.12.0.v20160606-1342/org.eclipse.core.runtime-3.12.0.v20160606-1342.jar!/' instead.
[WARNING] Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/.m2/repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/56.1.0.v201601250100/com.ibm.icu-56.1.0.v201601250100.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.8.1.v20161221-1651/org.eclipse.core.commands-3.8.1.v20161221-1651.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.11.0/org.eclipse.equinox.common-3.11.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.8.0.v20160509-1230/org.eclipse.equinox.common-3.8.0.v20160509-1230.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.600/org.eclipse.core.contenttype-3.7.600.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.5.100.v20160418-1621/org.eclipse.core.contenttype-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.7.700/org.eclipse.equinox.preferences-3.7.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.6.1.v20160815-1406/org.eclipse.equinox.preferences-3.6.1.v20160815-1406.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.8.700/org.eclipse.equinox.registry-3.8.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.6.100.v20160223-2218/org.eclipse.equinox.registry-3.6.100.v20160223-2218.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.6.700/org.eclipse.core.expressions-3.6.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.5.100.v20160418-1621/org.eclipse.core.expressions-3.5.100.v20160418-1621.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.10.100/org.eclipse.text-3.10.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.6.0.v20160503-1849/org.eclipse.text-3.6.0.v20160503-1849.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.6.1.v20161113-2349/org.eclipse.core.filesystem-1.6.1.v20161113-2349.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.700/org.eclipse.core.jobs-3.10.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.8.0.v20160509-0411/org.eclipse.core.jobs-3.8.0.v20160509-0411.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.11.1.v20161107-2032/org.eclipse.core.resources-3.11.1.v20161107-2032.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.4.400/org.eclipse.equinox.app-1.4.400.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.3.400.v20150715-1528/org.eclipse.equinox.app-1.3.400.v20150715-1528.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.15.0/org.eclipse.debug.core-3.15.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.10.100.v20160419-1720/org.eclipse.debug.core-3.10.100.v20160419-1720.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.12.0.v20160420-0247/org.eclipse.emf.ecore-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.12.0.v20160420-0247/org.eclipse.emf.ecore.xmi-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.11.0.v20160526-0356/org.eclipse.emf.codegen-2.11.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.12.0.v20160420-0247/org.eclipse.emf.common-2.12.0.v20160420-0247.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.21.0/org.eclipse.jdt.core-3.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.12.3.v20170228-1205/org.eclipse.jdt.core-3.12.3.v20170228-1205.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.17.0/org.eclipse.jdt.launching-3.17.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.8.101.v20161111-2014/org.eclipse.jdt.launching-3.8.101.v20161111-2014.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.21.0/org.eclipse.emf.codegen.ecore-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.12.0.v20160526-0356/org.eclipse.emf.codegen.ecore-2.12.0.v20160526-0356.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.3.20.201605261059/org.eclipse.emf.mwe.core-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.3.20.v201605261103/org.eclipse.emf.mwe.core-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-antlr.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-antlr.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bcel.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-bsf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-log4j.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-oro.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-regexp.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-resolver.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-apache-xalan2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-logging.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-commons-net.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jai.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-javamail.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jdepend.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jmf.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-jsch.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-junit4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-launcher.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-netrexx.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-swing.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' instead.
[WARNING] Skipping conflicting project ant at 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant-testutil.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.9.6.v201510161327.jar/lib/ant.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.9.0.201605261059/org.eclipse.emf.mwe2.runtime-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.9.0.v201605261103/org.eclipse.emf.mwe2.runtime-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.3.20.201605261059/org.eclipse.emf.mwe.utils-1.3.20.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.3.20.v201605261103/org.eclipse.emf.mwe.utils-1.3.20.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.9.0.201605261059/org.eclipse.emf.mwe2.language-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.9.0.v201605261103/org.eclipse.emf.mwe2.language-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.12.0/org.eclipse.xtext-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.12.0.v20170518-0959/org.eclipse.xtext-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.12.0/org.eclipse.xtext.common.types-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.12.0.v20170519-0752/org.eclipse.xtext.common.types-2.12.0.v20170519-0752.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.9.0.201605261059/org.eclipse.emf.mwe2.launch-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.9.0.v201605261103/org.eclipse.emf.mwe2.launch-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.emf.mwe2.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.lib/2.9.0.201605261059/org.eclipse.emf.mwe2.lib-2.9.0.201605261059.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.lib/2.9.0.v201605261103/org.eclipse.emf.mwe2.lib-2.9.0.v201605261103.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.12.0/org.eclipse.xtend.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.12.0.v20170518-0757/org.eclipse.xtend.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.12.0/org.eclipse.xtext.xbase.lib-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.12.0.v20170518-0757/org.eclipse.xtext.xbase.lib-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.12.0/org.eclipse.xtend.lib.macro-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.12.0.v20170518-0757/org.eclipse.xtend.lib.macro-2.12.0.v20170518-0757.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.12.0/org.eclipse.xtext.util-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.12.0.v20170518-0959/org.eclipse.xtext.util-2.12.0.v20170518-0959.jar!/' instead.
[WARNING] Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/5.0.1.v201404251740/org.objectweb.asm-5.0.1.v201404251740.jar!/' instead.
[WARNING] Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.12.0/org.eclipse.xtext.xbase-2.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.12.0.v20170519-0752/org.eclipse.xtext.xbase-2.12.0.v20170519-0752.jar!/' instead.
[INFO] Registering project org.polarsys.chess.xtext.fladsl at 'file:/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ide at 'file:/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/'
[INFO] Registering project org.polarsys.chess.xtext.fladsl.ui at 'file:/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/'
[INFO] Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
[INFO] Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
986  INFO  XtextGenerator     - Generating org.polarsys.chess.xtext.FlaDsl
3277 INFO  EMFGeneratorFragment2 - Generating EMF model code
[INFO] Registered GenModel 'http://www.intecs.org/chess/xtext/FlaDsl' from 'platform:/resource/org.polarsys.chess.xtext.fladsl/model/generated/FlaDsl.genmodel'
[WARNING] There is already a GenModel registered for NamespaceURI 'http://www.eclipse.org/emf/2002/Ecore'. It will be overwritten from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel' to 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel'
[INFO] Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel'
11871 INFO  XtextGenerator     - Generating common infrastructure
11910 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] 
WARNING: 	FlaDslFormatter.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/formatting2/FlaDslFormatter.xtend
15: The extension org.polarsys.chess.xtext.services.FlaDslGrammarAccess is not used in FlaDslFormatter
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
47: Unnecessary cast from FPTC to FPTC
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
49: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
49: Unnecessary cast from FLABehavior to FLABehavior
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
50: Unnecessary cast from FLABehavior to FLABehavior
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
52: The operator '!=' should be replaced by '!==' when null is one of the arguments.
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
52: Unnecessary cast from FLABehavior to FLABehavior
[WARNING] 
WARNING: 	FlaDslScopeProvider.xtend - /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/org/polarsys/chess/xtext/scoping/FlaDslScopeProvider.xtend
53: Unnecessary cast from FLABehavior to FLABehavior
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Compiling 66 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 8 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/src/test/java is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.fladsl ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ide >-------
[INFO] Building org.polarsys.chess.xtext.fladsl.ide 1.0.0-SNAPSHOT      [33/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/src/test/java is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.fladsl.ide ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.xtext.fladsl.ui >--------
[INFO] Building org.polarsys.chess.xtext.fladsl.ui 1.0.0-SNAPSHOT       [34/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.xtext.fladsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/src/test/java is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.xtext.fladsl.ui ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.wizards >------------
[INFO] Building org.polarsys.chess.wizards 1.0.0-SNAPSHOT               [35/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.wizards ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.wizards ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.wizards ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.wizards ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.wizards ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.wizards ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.wizards ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.wizards ---
[INFO] 
[INFO] -------------< org.polarsys.chess:org.polarsys.chess.cdo >--------------
[INFO] Building org.polarsys.chess.cdo 1.0.0-SNAPSHOT                   [36/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.cdo ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.cdo ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.cdo ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.cdo ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.cdo ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.cdo ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.cdo ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.checkers >-----------
[INFO] Building org.polarsys.chess.checkers 1.0.0-SNAPSHOT              [37/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.checkers ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.checkers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.checkers ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.checkers ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.checkers ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.checkers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.checkers ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.checkers ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.checkers ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.checkers ---
[INFO] 
[INFO] --------< org.polarsys.chess:org.polarsys.chess.cleanCExporter >--------
[INFO] Building org.polarsys.chess.cleanCExporter 1.0.0-SNAPSHOT        [38/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.cleanCExporter ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.cleanCExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.cleanCExporter ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.cleanCExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.cleanCExporter ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.cleanCExporter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.cleanCExporter ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.cleanCExporter ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.cleanCExporter ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.cleanCExporter ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.monitoring >----------
[INFO] Building org.polarsys.chess.monitoring 1.0.0-SNAPSHOT            [39/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.multicore >-----------
[INFO] Building org.polarsys.chess.multicore 1.0.0-SNAPSHOT             [40/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.multicore ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.multicore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.multicore ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.multicore ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.multicore ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.multicore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.multicore ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.multicore ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.multicore ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.multicore ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.codegen.ada >----------
[INFO] Building org.polarsys.chess.codegen.ada 1.0.0-SNAPSHOT           [41/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.codegen.ada ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.codegen.ada ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.codegen.ada ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.codegen.ada ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.codegen.ada ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.codegen.ada ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.codegen.ada ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.codegen.ada ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.codegen.ada ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.codegen.ada ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.commands >-----------
[INFO] Building org.polarsys.chess.commands 1.0.0-SNAPSHOT              [42/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.commands ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.commands ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.commands ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.commands ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.commands ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.commands ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.commands ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.commands ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.commands ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.constraints.constraintEditor >--
[INFO] Building org.polarsys.chess.constraints.constraintEditor 1.0.0-SNAPSHOT [43/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.constraints.constraintEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.constraints.constraintEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.constraints.constraintEditor ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.discovery >-----------
[INFO] Building org.polarsys.chess.discovery 1.0.0-SNAPSHOT             [44/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.discovery ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.discovery ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.discovery ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.discovery ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.discovery ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.discovery ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.discovery ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.discovery ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.functionBehaviors.functionBehaviorEditor >--
[INFO] Building org.polarsys.chess.functionBehaviors.functionBehaviorEditor 1.0.0-SNAPSHOT [45/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.functionBehaviors.functionBehaviorEditor ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.monitoring.edit >--------
[INFO] Building org.polarsys.chess.monitoring.edit 1.0.0-SNAPSHOT       [46/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.edit ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring.edit ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.edit ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring.edit ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.monitoring.editor >-------
[INFO] Building org.polarsys.chess.monitoring.editor 1.0.0-SNAPSHOT     [47/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.editor ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring.editor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.editor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring.editor ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.monitoring.tests >-------
[INFO] Building org.polarsys.chess.monitoring.tests 1.0.0-SNAPSHOT      [48/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.monitoring.tests ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.monitoring.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.monitoring.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.monitoring.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.monitoring.tests ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.monitoring.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.monitoring.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.monitoring.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.monitoring.tests ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.monitoring.tests ---
[INFO] 
[INFO] ----< org.polarsys.chess:org.polarsys.chess.paramArchConfigurator >-----
[INFO] Building org.polarsys.chess.paramArchConfigurator 1.0.0-SNAPSHOT [49/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.paramArchConfigurator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.paramArchConfigurator ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.paramArchConfigurator ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.patterns.profile >-------
[INFO] Building org.polarsys.chess.patterns.profile 1.0.0-SNAPSHOT      [50/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns.profile ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.patterns.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.patterns.profile ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/src does not exist
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/src is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.patterns.profile ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.patterns.profile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns.profile ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns.profile ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.patterns.profile ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.patterns.profile ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.patterns.library >-------
[INFO] Building org.polarsys.chess.patterns.library 1.0.0-SNAPSHOT      [51/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns.library ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.patterns.library ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.patterns.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns.library ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.patterns.library ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.patterns.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns.library ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns.library ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.patterns.library ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.patterns.library ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.patterns >-----------
[INFO] Building org.polarsys.chess.patterns 1.0.0-SNAPSHOT              [52/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.patterns ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.patterns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.patterns ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.patterns ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.patterns ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.patterns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.patterns ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.patterns ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.patterns ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.patterns ---
[INFO] 
[INFO] --< org.polarsys.chess:org.polarsys.chess.properties.propertyEditor >---
[INFO] Building org.polarsys.chess.properties.propertyEditor 1.0.0-SNAPSHOT [53/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.properties.propertyEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.properties.propertyEditor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.properties.propertyEditor ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.tabbedproperties >-------
[INFO] Building org.polarsys.chess.tabbedproperties 1.0.0-SNAPSHOT      [54/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.tabbedproperties ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.tabbedproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.tabbedproperties ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.tabbedproperties ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.tabbedproperties ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.tabbedproperties ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.tabbedproperties ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.tabbedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.tabbedproperties ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.tabbedproperties ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.test.runtime >---------
[INFO] Building org.polarsys.chess.test.runtime 1.0.0-SNAPSHOT          [55/72]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.test.runtime ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.test.runtime ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.test.runtime ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.test.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.test.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.test.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.polarsys.chess.test.runtime ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/work/data, -install, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/work, -configuration, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/surefire.properties]
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.polarsys.chess.test.runtime.tests.TestApplyRecursively
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.022 sec - in org.polarsys.chess.test.runtime.tests.TestApplyRecursively
testApplyRecursively(org.polarsys.chess.test.runtime.tests.TestApplyRecursively) skipped
Running org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype
testApplyCHESSStereotype(org.polarsys.chess.test.runtime.tests.TestApplyCHESSStereotype) skipped
Running org.polarsys.chess.test.runtime.tests.TestCreateViews
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.polarsys.chess.test.runtime.tests.TestCreateViews
testcreateViews(org.polarsys.chess.test.runtime.tests.TestCreateViews) skipped

Results :

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

[INFO] All tests passed!
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.test.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.test.runtime ---
[INFO] 
[INFO] -------< org.polarsys.chess:org.polarsys.chess.tradeoffAnalysis >-------
[INFO] Building org.polarsys.chess.tradeoffAnalysis 1.0.0-SNAPSHOT      [56/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.tradeoffAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.tradeoffAnalysis ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.tradeoffAnalysis ---
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.statebased >----------
[INFO] Building org.polarsys.chess.statebased 1.0.0-SNAPSHOT            [57/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.statebased ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.statebased ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.statebased ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.statebased ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.statebased ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.statebased ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.statebased ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.statebased ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.statebased ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.statebased ---
[INFO] 
[INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests >------
[INFO] Building org.eclipse.papyrus.uml.profile.tests 1.0.0-SNAPSHOT    [58/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests ---
[WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.eclipse.papyrus.uml.profile.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.eclipse.papyrus.uml.profile.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.eclipse.papyrus.uml.profile.tests ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.fla.FPTC2FLABehavior >-----
[INFO] Building org.polarsys.chess.fla.FPTC2FLABehavior 1.0.0-SNAPSHOT  [59/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.fla.FPTC2FLABehavior ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.mainmenu >-----------
[INFO] Building org.polarsys.chess.mainmenu 1.0.0-SNAPSHOT              [60/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mainmenu ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mainmenu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mainmenu ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mainmenu ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mainmenu ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mainmenu ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mainmenu ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mainmenu ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mainmenu ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mainmenu ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.mobius.preferences >------
[INFO] Building org.polarsys.chess.mobius.preferences 1.0.0-SNAPSHOT    [61/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.preferences ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.preferences ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.preferences ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.preferences ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.preferences ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.preferences ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.preferences ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.preferences ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.preferences ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.preferences ---
[INFO] 
[INFO] ---------< org.polarsys.chess:org.polarsys.chess.mobius.model >---------
[INFO] Building org.polarsys.chess.mobius.model 1.0.0-SNAPSHOT          [62/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.model ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.model ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.model ---
[INFO] 
[INFO] ------------< org.polarsys.chess:org.polarsys.chess.mobius >------------
[INFO] Building org.polarsys.chess.mobius 1.0.0-SNAPSHOT                [63/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius ---
[INFO] 
[INFO] ------< org.polarsys.chess:org.polarsys.chess.mobius.model.edit >-------
[INFO] Building org.polarsys.chess.mobius.model.edit 1.0.0-SNAPSHOT     [64/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model.edit ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model.edit ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.model.edit ---
[INFO] 
[INFO] -----< org.polarsys.chess:org.polarsys.chess.mobius.model.editor >------
[INFO] Building org.polarsys.chess.mobius.model.editor 1.0.0-SNAPSHOT   [65/72]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.polarsys.chess.mobius.model.editor ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.mobius.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.mobius.model.editor ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.mobius.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.mobius.model.editor ---
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.bundles >------------
[INFO] Building org.polarsys.chess.bundles 1.0.0-SNAPSHOT               [66/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.bundles ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.bundles ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.bundles ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.bundles ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.bundles/1.0.0-SNAPSHOT/org.polarsys.chess.bundles-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.features >-----------
[INFO] Building org.polarsys.chess.features 1.0.0-SNAPSHOT              [67/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.features ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.features ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.features ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.features ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.features/1.0.0-SNAPSHOT/org.polarsys.chess.features-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.feature >------------
[INFO] Building org.polarsys.chess.feature 1.0.0-SNAPSHOT               [68/72]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.feature ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-feature (default-package-feature) @ org.polarsys.chess.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.feature ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.feature ---
[INFO] 
[INFO] ------------< org.polarsys.chess:org.polarsys.chess.releng >------------
[INFO] Building org.polarsys.chess.releng 1.0.0-SNAPSHOT                [69/72]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.releng ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.releng ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/target/test-classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.polarsys.chess.releng ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.releng/1.0.0-SNAPSHOT/org.polarsys.chess.releng-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------< org.polarsys.chess.target:org.polarsys.chess.target.neon >------
[INFO] Building org.polarsys.chess.target.neon 1.0.0-SNAPSHOT           [70/72]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.target.neon ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/main/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.target.neon ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.target.neon ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.target.neon ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-target-definition (default-package-target-definition) @ org.polarsys.chess.target.neon ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.target.neon ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target to /home/jenkins/.m2/repository/org/polarsys/chess/target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.polarsys.chess:org.polarsys.chess.repository >----------
[INFO] Building org.polarsys.chess.repository 1.0.0-SNAPSHOT            [71/72]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.repository ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.repository ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/main/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.repository ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.repository ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.repository ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.polarsys.chess.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.repository ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (create_mount_dir) @ org.polarsys.chess.repository ---
[INFO] skipping execute as per configuration
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (change_dir_permissions) @ org.polarsys.chess.repository ---
[INFO] skipping execute as per configuration
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (mount_sshfs) @ org.polarsys.chess.repository ---
[INFO] skipping execute as per configuration
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (update_development_site) @ org.polarsys.chess.repository ---
[INFO] skipping execute as per configuration
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (change_site_permissions) @ org.polarsys.chess.repository ---
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:exec (umount_sshfs) @ org.polarsys.chess.repository ---
[INFO] skipping execute as per configuration
[INFO] 
[INFO] -----------< org.polarsys.chess:org.polarsys.chess.product >------------
[INFO] Building org.polarsys.chess.product 1.0.0-SNAPSHOT               [72/72]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.polarsys.chess.product ---
[INFO] The project's OSGi version is 1.0.0.202006051205
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:compile (default) @ org.polarsys.chess.product ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/main/java]' does not exists.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.polarsys.chess.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/main/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-install-debug-info (default) @ org.polarsys.chess.product ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:testCompile (default) @ org.polarsys.chess.product ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/test/java]' does not exists.
[INFO] 
[INFO] --- xtend-maven-plugin:2.12.0:xtend-test-install-debug-info (default) @ org.polarsys.chess.product ---
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/test-classes
[INFO] 
[INFO] --- replacer:1.5.3:replace (default) @ org.polarsys.chess.product ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.polarsys.chess.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.polarsys.chess.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.0.0:materialize-products (materialize-products) @ org.polarsys.chess.product ---
[INFO] Installing product org.polarsys.chess.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/org.polarsys.chess.product/linux/gtk/x86_64
Installing org.polarsys.chess.product 1.0.0.202006051205.
Installing eu.fbk.eclipse.standardtools.feature.feature.group 1.0.0.202006041039.
Installing org.polarsys.chess.feature.feature.group 1.0.0.202006051205.
Installing eu.fbk.tools.sde.feature.feature.group 1.0.0.202006041032.
Operation completed in 164096 ms.
[INFO] Installing product org.polarsys.chess.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/org.polarsys.chess.product/win32/win32/x86_64
Installing org.polarsys.chess.product 1.0.0.202006051205.
Installing eu.fbk.eclipse.standardtools.feature.feature.group 1.0.0.202006041039.
Installing org.polarsys.chess.feature.feature.group 1.0.0.202006051205.
Installing eu.fbk.tools.sde.feature.feature.group 1.0.0.202006041032.
Operation completed in 339792 ms.
[INFO] Installing product org.polarsys.chess.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/org.polarsys.chess.product/macosx/cocoa/x86_64/Eclipse.app
Installing org.polarsys.chess.product 1.0.0.202006051205.
Installing eu.fbk.eclipse.standardtools.feature.feature.group 1.0.0.202006041039.
Installing org.polarsys.chess.feature.feature.group 1.0.0.202006051205.
Installing eu.fbk.tools.sde.feature.feature.group 1.0.0.202006041032.
Operation completed in 311380 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.0.0:archive-products (archive-products) @ org.polarsys.chess.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-macosx.cocoa.x86_64.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.polarsys.chess.product ---
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2content.xml to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-linux.gtk.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-macosx.cocoa.x86_64.zip to /home/jenkins/.m2/repository/org/polarsys/chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-macosx.cocoa.x86_64.zip
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:update-local-index (default-update-local-index) @ org.polarsys.chess.product ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.polarsys.chess.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.polarsys.chess.configuration ................... SUCCESS [03:29 min]
[INFO] org.polarsys.chess.parent .......................... SUCCESS [  0.411 s]
[INFO] org.polarsys.chess.chessmlprofile .................. SUCCESS [ 30.267 s]
[INFO] org.polarsys.chess.core ............................ SUCCESS [  3.452 s]
[INFO] org.polarsys.chess.contracts.profile ............... SUCCESS [  5.645 s]
[INFO] org.polarsys.chess.service ......................... SUCCESS [  6.754 s]
[INFO] org.polarsys.chess.contracts.chessextension ........ SUCCESS [  3.101 s]
[INFO] org.polarsys.chess.contracts.contractEditor ........ SUCCESS [  3.478 s]
[INFO] org.polarsys.chess.contracts.contractPropertyManager SUCCESS [  2.361 s]
[INFO] org.polarsys.chess.contracts.integration ........... SUCCESS [  3.707 s]
[INFO] org.polarsys.chess.contracts.refinementView ........ SUCCESS [  2.444 s]
[INFO] org.polarsys.chess.smvExporter ..................... SUCCESS [  2.624 s]
[INFO] org.polarsys.chess.contracts.verificationService ... SUCCESS [  8.864 s]
[INFO] org.polarsys.chess.contracts.safetyAnalysis ........ SUCCESS [  3.129 s]
[INFO] org.polarsys.chess.validator ....................... SUCCESS [  3.716 s]
[INFO] org.polarsys.chess.contracts.validation ............ SUCCESS [  2.111 s]
[INFO] org.polarsys.chess.contracts.transformations ....... SUCCESS [  2.945 s]
[INFO] org.eclipse.papyrus.junit.framework ................ SUCCESS [  1.988 s]
[INFO] org.eclipse.papyrus.junit.utils .................... SUCCESS [  3.263 s]
[INFO] org.polarsys.chess.diagram.ui ...................... SUCCESS [  4.163 s]
[INFO] org.polarsys.chess.diagramsCreator ................. SUCCESS [  8.792 s]
[INFO] org.polarsys.chess.OSSImporter ..................... SUCCESS [  4.623 s]
[INFO] org.polarsys.chess.contracts.verificationService.test.runtime SUCCESS [ 30.338 s]
[INFO] org.polarsys.chess.contracts.hierarchicalContractView SUCCESS [  3.472 s]
[INFO] org.polarsys.chess.fla.flamm ....................... SUCCESS [  2.165 s]
[INFO] org.polarsys.chess.fla.flaxml ...................... SUCCESS [  4.324 s]
[INFO] org.polarsys.chess.m2m ............................. SUCCESS [  6.260 s]
[INFO] org.polarsys.chess.fla ............................. SUCCESS [  3.416 s]
[INFO] org.polarsys.chess.fla.faultTreeGenerator .......... SUCCESS [  3.021 s]
[INFO] org.polarsys.chess.fla.transformations ............. SUCCESS [  2.124 s]
[INFO] org.polarsys.chess.xtext.global .................... SUCCESS [  1.019 s]
[INFO] org.polarsys.chess.xtext.fladsl .................... SUCCESS [01:46 min]
[INFO] org.polarsys.chess.xtext.fladsl.ide ................ SUCCESS [  6.424 s]
[INFO] org.polarsys.chess.xtext.fladsl.ui ................. SUCCESS [  5.865 s]
[INFO] org.polarsys.chess.wizards ......................... SUCCESS [  4.040 s]
[INFO] org.polarsys.chess.cdo ............................. SUCCESS [  2.237 s]
[INFO] org.polarsys.chess.checkers ........................ SUCCESS [  2.126 s]
[INFO] org.polarsys.chess.cleanCExporter .................. SUCCESS [  2.194 s]
[INFO] org.polarsys.chess.monitoring ...................... SUCCESS [  8.774 s]
[INFO] org.polarsys.chess.multicore ....................... SUCCESS [  3.007 s]
[INFO] org.polarsys.chess.codegen.ada ..................... SUCCESS [  2.738 s]
[INFO] org.polarsys.chess.commands ........................ SUCCESS [  5.831 s]
[INFO] org.polarsys.chess.constraints.constraintEditor .... SUCCESS [  2.551 s]
[INFO] org.polarsys.chess.discovery ....................... SUCCESS [  1.821 s]
[INFO] org.polarsys.chess.functionBehaviors.functionBehaviorEditor SUCCESS [  2.008 s]
[INFO] org.polarsys.chess.monitoring.edit ................. SUCCESS [  5.662 s]
[INFO] org.polarsys.chess.monitoring.editor ............... SUCCESS [  4.056 s]
[INFO] org.polarsys.chess.monitoring.tests ................ SUCCESS [  2.726 s]
[INFO] org.polarsys.chess.paramArchConfigurator ........... SUCCESS [  4.097 s]
[INFO] org.polarsys.chess.patterns.profile ................ SUCCESS [  1.546 s]
[INFO] org.polarsys.chess.patterns.library ................ SUCCESS [  1.337 s]
[INFO] org.polarsys.chess.patterns ........................ SUCCESS [  2.589 s]
[INFO] org.polarsys.chess.properties.propertyEditor ....... SUCCESS [  2.278 s]
[INFO] org.polarsys.chess.tabbedproperties ................ SUCCESS [  3.365 s]
[INFO] org.polarsys.chess.test.runtime .................... SUCCESS [ 15.592 s]
[INFO] org.polarsys.chess.tradeoffAnalysis ................ SUCCESS [  2.932 s]
[INFO] org.polarsys.chess.statebased ...................... SUCCESS [  2.480 s]
[INFO] org.eclipse.papyrus.uml.profile.tests .............. SUCCESS [  2.377 s]
[INFO] org.polarsys.chess.fla.FPTC2FLABehavior ............ SUCCESS [  0.890 s]
[INFO] org.polarsys.chess.mainmenu ........................ SUCCESS [  1.030 s]
[INFO] org.polarsys.chess.mobius.preferences .............. SUCCESS [ 10.405 s]
[INFO] org.polarsys.chess.mobius.model .................... SUCCESS [  1.366 s]
[INFO] org.polarsys.chess.mobius .......................... SUCCESS [  2.171 s]
[INFO] org.polarsys.chess.mobius.model.edit ............... SUCCESS [  1.233 s]
[INFO] org.polarsys.chess.mobius.model.editor ............. SUCCESS [  1.360 s]
[INFO] org.polarsys.chess.bundles ......................... SUCCESS [  0.243 s]
[INFO] org.polarsys.chess.features ........................ SUCCESS [  0.441 s]
[INFO] org.polarsys.chess.feature ......................... SUCCESS [  2.981 s]
[INFO] org.polarsys.chess.releng .......................... SUCCESS [  0.296 s]
[INFO] org.polarsys.chess.target.neon ..................... SUCCESS [  0.282 s]
[INFO] org.polarsys.chess.repository ...................... SUCCESS [ 28.970 s]
[INFO] org.polarsys.chess.product ......................... SUCCESS [30:20 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:02 h
[INFO] Finished at: 2020-06-05T13:08:03Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/pom.xml to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cdo/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.cdo/1.0.0-SNAPSHOT/org.polarsys.chess.cdo-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.properties.propertyEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.properties.propertyEditor/1.0.0-SNAPSHOT/org.polarsys.chess.properties.propertyEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.library/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns.library/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.library-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.transformations/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.xtext.global/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.global/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.global-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/pom.xml to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2content.xml to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.framework/target/p2artifacts.xml to org.polarsys.chess/org.eclipse.papyrus.junit.framework/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.framework-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.chessextension/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.chessextension/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.chessextension-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.edit/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.edit/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.integration/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.integration/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.integration-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/pom.xml to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2content.xml to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.uml.profile.tests/target/p2artifacts.xml to org.eclipse.papyrus/org.eclipse.papyrus.uml.profile.tests/1.0.0-SNAPSHOT/org.eclipse.papyrus.uml.profile.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/pom.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.test.runtime/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flaxml/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.flaxml/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flaxml-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/pom.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.commands/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.commands/1.0.0-SNAPSHOT/org.polarsys.chess.commands-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/pom.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.core/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.core/1.0.0-SNAPSHOT/org.polarsys.chess.core-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.tests/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.tests/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.tests-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.validation/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.validation/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.validation-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/pom.xml to org.polarsys.chess/org.polarsys.chess.features/1.0.0-SNAPSHOT/org.polarsys.chess.features-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/pom.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.mainmenu/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mainmenu/1.0.0-SNAPSHOT/org.polarsys.chess.mainmenu-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractPropertyManager/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractPropertyManager/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractPropertyManager-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.refinementView/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.refinementView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.refinementView-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/pom.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagram.ui/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.diagram.ui/1.0.0-SNAPSHOT/org.polarsys.chess.diagram.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns/1.0.0-SNAPSHOT/org.polarsys.chess.patterns-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/pom.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.smvExporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.smvExporter/1.0.0-SNAPSHOT/org.polarsys.chess.smvExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/pom.xml to org.polarsys.chess/org.polarsys.chess.parent/1.0.0-SNAPSHOT/org.polarsys.chess.parent-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.contractEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.contractEditor/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.contractEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/pom.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.diagramsCreator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.diagramsCreator/1.0.0-SNAPSHOT/org.polarsys.chess.diagramsCreator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/pom.xml to org.polarsys.chess.target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target to org.polarsys.chess.target/org.polarsys.chess.target.neon/1.0.0-SNAPSHOT/org.polarsys.chess.target.neon-1.0.0-SNAPSHOT.target
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/pom.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.multicore/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.multicore/1.0.0-SNAPSHOT/org.polarsys.chess.multicore-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/bundles/pom.xml to org.polarsys.chess/org.polarsys.chess.bundles/1.0.0-SNAPSHOT/org.polarsys.chess.bundles-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/pom.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.paramArchConfigurator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.paramArchConfigurator/1.0.0-SNAPSHOT/org.polarsys.chess.paramArchConfigurator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ui/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ui/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ui-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/pom.xml to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.discovery/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.discovery/1.0.0-SNAPSHOT/org.polarsys.chess.discovery-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/pom.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.m2m/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.m2m/1.0.0-SNAPSHOT/org.polarsys.chess.m2m-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/pom.xml to org.polarsys.chess/org.polarsys.chess.releng/1.0.0-SNAPSHOT/org.polarsys.chess.releng-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.profile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.profile/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/pom.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/features/org.polarsys.chess.feature/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.feature/1.0.0-SNAPSHOT/org.polarsys.chess.feature-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.transformations/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.transformations/1.0.0-SNAPSHOT/org.polarsys.chess.fla.transformations-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.faultTreeGenerator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.faultTreeGenerator/1.0.0-SNAPSHOT/org.polarsys.chess.fla.faultTreeGenerator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.flamm/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.flamm/1.0.0-SNAPSHOT/org.polarsys.chess.fla.flamm-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/pom.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.wizards/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.wizards/1.0.0-SNAPSHOT/org.polarsys.chess.wizards-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/pom.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.patterns.profile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.patterns.profile/1.0.0-SNAPSHOT/org.polarsys.chess.patterns.profile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/pom.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.checkers/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.checkers/1.0.0-SNAPSHOT/org.polarsys.chess.checkers-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.constraints.constraintEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.constraints.constraintEditor/1.0.0-SNAPSHOT/org.polarsys.chess.constraints.constraintEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/pom.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.functionBehaviors.functionBehaviorEditor/1.0.0-SNAPSHOT/org.polarsys.chess.functionBehaviors.functionBehaviorEditor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.configuration/pom.xml to org.polarsys.chess/org.polarsys.chess.configuration/1.0.0-SNAPSHOT/org.polarsys.chess.configuration-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/pom.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.codegen.ada/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.codegen.ada/1.0.0-SNAPSHOT/org.polarsys.chess.codegen.ada-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/pom.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/sba/org.polarsys.chess.statebased/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.statebased/1.0.0-SNAPSHOT/org.polarsys.chess.statebased-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/pom.xml to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.repository/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.repository/1.0.0-SNAPSHOT/org.polarsys.chess.repository-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.verificationService.test.runtime/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.verificationService.test.runtime-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/pom.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.chessmlprofile/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.chessmlprofile/1.0.0-SNAPSHOT/org.polarsys.chess.chessmlprofile-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.preferences/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.preferences/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.preferences-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/pom.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.cleanCExporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.cleanCExporter/1.0.0-SNAPSHOT/org.polarsys.chess.cleanCExporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius/1.0.0-SNAPSHOT/org.polarsys.chess.mobius-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/pom.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.OSSImporter/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.OSSImporter/1.0.0-SNAPSHOT/org.polarsys.chess.OSSImporter-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/pom.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/mobius/org.polarsys.chess.mobius.model.editor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.mobius.model.editor/1.0.0-SNAPSHOT/org.polarsys.chess.mobius.model.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.edit/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.edit/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.edit-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl.ide/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl.ide/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl.ide-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/pom.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tradeoffAnalysis/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.tradeoffAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.tradeoffAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/pom.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.monitoring.editor/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.monitoring.editor/1.0.0-SNAPSHOT/org.polarsys.chess.monitoring.editor-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/pom.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.xtext.fladsl/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.xtext.fladsl/1.0.0-SNAPSHOT/org.polarsys.chess.xtext.fladsl-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/pom.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.service/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.service/1.0.0-SNAPSHOT/org.polarsys.chess.service-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/pom.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla/1.0.0-SNAPSHOT/org.polarsys.chess.fla-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/pom.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.validator/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.validator/1.0.0-SNAPSHOT/org.polarsys.chess.validator-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.hierarchicalContractView/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.hierarchicalContractView/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.hierarchicalContractView-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/pom.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/org.polarsys.chess.tabbedproperties/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.tabbedproperties/1.0.0-SNAPSHOT/org.polarsys.chess.tabbedproperties-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/pom.xml to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.gtk.linux.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.gtk.linux.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.win32.win32.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.win32.win32.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/extraArtifacts/org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-org.polarsys.chess.product.executable.cocoa.macosx.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-linux.gtk.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-linux.gtk.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-win32.win32.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-win32.win32.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/org.polarsys.chess.parent/releng/org.polarsys.chess.product/target/products/CHESS-1.0.0-macosx.cocoa.x86_64.zip to org.polarsys.chess/org.polarsys.chess.product/1.0.0-SNAPSHOT/org.polarsys.chess.product-1.0.0-SNAPSHOT-macosx.cocoa.x86_64.zip
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/pom.xml to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2content.xml to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/extra_plugins/org.eclipse.papyrus.junit.utils/target/p2artifacts.xml to org.polarsys.chess/org.eclipse.papyrus.junit.utils/1.0.0-SNAPSHOT/org.eclipse.papyrus.junit.utils-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/pom.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/contracts/org.polarsys.chess.contracts.safetyAnalysis/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.contracts.safetyAnalysis/1.0.0-SNAPSHOT/org.polarsys.chess.contracts.safetyAnalysis-1.0.0-SNAPSHOT-p2artifacts.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/pom.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT.jar
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2content.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2metadata.xml
[JENKINS] Archiving /home/jenkins/agent/workspace/CHESS-master-bundle/plugins/fla/org.polarsys.chess.fla.FPTC2FLABehavior/target/p2artifacts.xml to org.polarsys.chess/org.polarsys.chess.fla.FPTC2FLABehavior/1.0.0-SNAPSHOT/org.polarsys.chess.fla.FPTC2FLABehavior-1.0.0-SNAPSHOT-p2artifacts.xml
channel stopped
Finished: SUCCESS