Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Running as SYSTEM Agent centos-7-0v5v4 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-0v5v4" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.gendoc.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-0v5v4" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-0v5v4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.gendoc.svc.cluster.local/gendoc/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-gendoc" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-0v5v4 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Gendoc-2018-12 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git > git init /home/jenkins/agent/workspace/Gendoc-2018-12 # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/gendoc/org.eclipse.gendoc.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 4d534f030279d5c087e9af3780a24c86679f7c8f (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d534f030279d5c087e9af3780a24c86679f7c8f # timeout=10 Commit message: "Bug 577489: Improve xlsx performance in layoutCells() method" > git rev-list --no-walk c759735920b87ef8f271dbfcdff1c88021dc5f68 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Gendoc-2018-12] $ Xvnc -help Starting xvnc [Gendoc-2018-12] $ Xvnc :65 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Parsing POMs Thu Dec 9 11:13:52 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5965 vncext: created VNC server for screen 0 Established TCP socket on 35437 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [Gendoc-2018-12] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -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 35437 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/Gendoc-2018-12/pom.xml clean install -P2018-12 -B [INFO] Scanning for projects... [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.pom (2.1 kB at 46 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom (19 kB at 588 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.pom (4.5 kB at 133 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 130 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 534 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 4.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/6/apache-6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/6/apache-6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 2.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 130 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 138 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 4.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 399 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 63 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 65 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 15 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 141 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 17 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 101 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 740 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 400 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 97 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 2.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 35 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 41 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 482 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 99 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 185 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 78 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 93 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 26 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 222 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 633 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 154 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 341 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 481 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 150 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 88 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 76 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 198 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 47 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 80 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 50 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom (5.3 kB at 157 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom (4.9 kB at 79 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 307 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 241 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 40 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/9/apache-9.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/9/apache-9.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 389 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 738 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 6.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/16/apache-16.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/16/apache-16.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom (15 kB at 283 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 9.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/18/apache-18.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 870 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 99 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 516 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 855 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom (1.9 kB at 27 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.pom (1.1 kB at 1.0 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.pom (1.8 kB at 7.0 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/1.3.0/sisu-equinox-1.3.0.pom (1.0 kB at 21 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.pom (1.0 kB at 22 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.pom (1.7 kB at 26 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.pom (1.3 kB at 4.9 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 110 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.pom (2.1 kB at 3.2 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.pom (1.1 kB at 24 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/1.3.0/tycho-bundles-1.3.0.pom (3.3 kB at 46 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.pom (1.0 kB at 20 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 149 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 44 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 7.4 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/5/apache-5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/5/apache-5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/5/apache-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 372 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom (2.1 kB at 2.1 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/1.3.0/tycho-p2-1.3.0.pom (1.1 kB at 26 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.pom (1.1 kB at 19 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.pom (1.1 kB at 31 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/1.3.0/tycho-maven-plugin-1.3.0.jar (5.6 kB at 329 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 775 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 453 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 639 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 650 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar (187 kB at 725 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar (86 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar (532 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.1.100.v20180131-1413/org.eclipse.osgi.compatibility.state-1.1.100.v20180131-1413.jar (245 kB at 639 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar (3.2 kB at 7.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/1.3.0/tycho-embedder-api-1.3.0.jar (7.2 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/1.3.0/org.eclipse.tycho.embedder.shared-1.3.0.jar (9.4 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar (100 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/1.3.0/sisu-equinox-embedder-1.3.0.jar (13 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.jar (38 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 6.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar (1.4 MB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 350 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 29 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/1.3.0/org.eclipse.tycho.p2.tools.shared-1.3.0.jar (21 kB at 19 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/1.3.0/org.eclipse.tycho.core.shared-1.3.0.jar (37 kB at 24 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 73 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/1.3.0/tycho-bundles-external-1.3.0.zip (8.0 MB at 9.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/1.3.0/org.eclipse.tycho.p2.resolver.impl-1.3.0.jar (218 kB at 803 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/1.3.0/org.eclipse.tycho.p2.maven.repository-1.3.0.jar (148 kB at 516 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/1.3.0/org.eclipse.tycho.p2.tools.impl-1.3.0.jar (48 kB at 834 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.pom (2.5 kB at 51 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/1.3.0/tycho-compiler-plugin-1.3.0.jar (33 kB at 858 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.pom (1.7 kB at 6.8 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/1.3.0/target-platform-configuration-1.3.0.jar (7.7 kB at 34 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.pom (4.8 kB at 79 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/1.3.0/tycho-surefire-plugin-1.3.0.jar (58 kB at 1.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.pom (2.7 kB at 10 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 364 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/13/apache-13.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/13/apache-13.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 4.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.pom (3.3 kB at 182 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.pom (1.5 kB at 87 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/1.3.0/tycho-surefire-1.3.0.pom (3.0 kB at 215 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.pom (1.5 kB at 83 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.pom (1.9 kB at 109 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.pom (3.3 kB at 205 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.pom (2.1 kB at 148 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 186 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 60 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/19/apache-19.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/19/apache-19.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 5.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 122 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 812 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.pom (1.6 kB at 136 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.5.2/maven-plugin-tools-3.5.2.pom (15 kB at 327 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 526 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 395 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 7.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 2.6 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 167 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 5.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 106 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 57 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 305 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 324 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 41 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 113 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/google/1/google-1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/google/1/google-1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 32 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 12 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 889 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 531 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 2.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 208 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 98 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 964 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 1.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 147 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 54 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 122 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 2.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 428 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 3.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/1.3.0/sisu-equinox-launching-1.3.0.jar (28 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/1.3.0/org.eclipse.tycho.surefire.junit4-1.3.0.jar (65 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/1.3.0/org.eclipse.tycho.surefire.junit-1.3.0.jar (26 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/1.3.0/org.eclipse.tycho.surefire.osgibooter-1.3.0.jar (920 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 953 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 378 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 547 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 436 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/1.3.0/org.eclipse.tycho.surefire.junit5-1.3.0.jar (429 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 586 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 163 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 6.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/10/apache-10.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/10/apache-10.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/10/apache-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 779 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 2.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.pom (2.0 kB at 2.0 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/1.3.0/tycho-p2-publisher-plugin-1.3.0.jar (22 kB at 637 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 341 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.pom (2.7 kB at 53 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 168 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 580 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 85 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 6.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/1.3.0/tycho-packaging-plugin-1.3.0.jar (129 kB at 572 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.pom (1.4 kB at 49 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/1.3.0/tycho-p2-repository-plugin-1.3.0.jar (14 kB at 463 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 305 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 813 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 4.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/7/apache-7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/7/apache-7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 4.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 990 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.pom (2.2 kB at 147 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/1.3.0/tycho-p2-plugin-1.3.0.jar (28 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.pom (1.9 kB at 45 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.pom (2.0 kB at 165 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 119 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 679 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 824 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/5.0.3/asm-debug-all-5.0.3.jar (379 kB at 7.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 220 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 905 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 408 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 996 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 1.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 3.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 11 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 3.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.6.4/org.eclipse.acceleo.maven-3.6.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.6.4/org.eclipse.acceleo.maven-3.6.4.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.6.4/org.eclipse.acceleo.maven-3.6.4.pom (4.5 kB at 196 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.6.4/org.eclipse.acceleo.maven-3.6.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.6.4/org.eclipse.acceleo.maven-3.6.4.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.maven/3.6.4/org.eclipse.acceleo.maven-3.6.4.jar (15 kB at 1.2 MB/s) [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2018-12 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2018-12/ (491B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2018-12/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2018-12/ (25.15kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2018-12/201812191000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2018-12/201812191000/ (850.93kB) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/ (142B) [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/ (89.65kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150519210750/repository/ (89.65kB) [INFO] Fetching p2.index from http://download.eclipse.org/sirius/updates/releases/6.1.1/photon/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/sirius/updates/releases/6.1.1/photon/ (172B) [INFO] Adding repository http://download.eclipse.org/sirius/updates/releases/6.1.1/photon [INFO] Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/6.1.1/photon/ (45.05kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/6.1.1/photon/ (45.05kB) [INFO] Fetching p2.index from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/ (116B) [INFO] Fetching p2.index from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/ (116B) [INFO] Adding repository http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618 [INFO] Fetching content.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/ (27.65kB) [INFO] Fetching content.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/ (27.65kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/builds/release/2.18 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (26.23kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ (26.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/pom.xml [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ (63B) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB) [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (262.51kB) [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (253.01kB) [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (253.01kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (676.21kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB) [INFO] Fetching com.google.inject_3.0.0.v201312141243.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.12kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.07kB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB) [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.35MB) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (454.7kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (249kB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] Fetching org.apache.ant_1.10.5.v20180808-0324.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.74MB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.59kB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.62kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.37kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.04kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.51kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB) [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (248.02kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.95kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.17kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.71kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.42kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (112.2kB) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB) [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.56kB) [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB) [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.25kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (137.64kB) [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB) [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.61kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.52kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (405.11kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.7kB) [INFO] Fetching 2.18&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B) [INFO] Fetching c0f3a3ced18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/7e/ (84.18kB) [INFO] Fetching c0f3a3ced18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/7e/ (84.18kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB) [INFO] Fetching org.eclipse.ocl.ecore_3.10.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.54kB) [INFO] Fetching org.eclipse.acceleo.common_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (48.56kB) [INFO] Fetching org.eclipse.acceleo.common_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (48.56kB) [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB) [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.28kB) [INFO] Fetching org.eclipse.pde.core_3.12.200.v20181123-1424.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.pde.core_3.12.200.v20181123-1424.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.28MB) [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB) [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB) [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB) [INFO] Fetching org.eclipse.jdt.core_3.16.0.v20181130-1748.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.56MB) [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.76kB) [INFO] Fetching f043c6b8d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/38/ (485.5kB) [INFO] Fetching f043c6b8d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/38/ (485.5kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (20.41kB) [INFO] Fetching org.eclipse.acceleo.common.ide_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (20.41kB) [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB) [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (361.66kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (30.13kB) [INFO] Fetching org.eclipse.acceleo.common.ui_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (30.13kB) [INFO] Fetching org.eclipse.ocl_3.10.100.v20181210-1441.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl_3.10.100.v20181210-1441.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.acceleo.compatibility_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (55.67kB) [INFO] Fetching org.eclipse.acceleo.compatibility_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (55.67kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (451.18kB) [INFO] Fetching org.eclipse.acceleo.ide.ui_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (451.18kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (50.98kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (50.98kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (145.54kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (145.54kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (81.27kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (81.27kB) [INFO] Fetching org.eclipse.acceleo.compatibility.ui_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (127.15kB) [INFO] Fetching org.eclipse.acceleo.compatibility.ui_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (127.15kB) [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB) [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.44kB) [INFO] Fetching org.eclipse.acceleo.doc_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (2.91MB) [INFO] Fetching org.eclipse.acceleo.doc_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (2.91MB) [INFO] Fetching org.eclipse.acceleo.doc_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (23.88kB) [INFO] Fetching org.eclipse.acceleo.doc_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (23.88kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (17.92kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (17.92kB) [INFO] Fetching org.eclipse.acceleo.examples_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (172.02kB) [INFO] Fetching org.eclipse.acceleo.examples_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (172.02kB) [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB) [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (962.71kB) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB) [INFO] Fetching org.eclipse.jdt.ui_3.16.0.v20181203-1249.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.02MB) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] Fetching org.eclipse.ui.intro_3.5.400.v20181107-2118.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (141.99kB) [INFO] Fetching org.eclipse.acceleo.examples_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (24.08kB) [INFO] Fetching org.eclipse.acceleo.examples_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (24.08kB) [INFO] Fetching org.eclipse.acceleo.model.edit_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (30.11kB) [INFO] Fetching org.eclipse.acceleo.model.edit_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (30.11kB) [INFO] Fetching org.eclipse.acceleo.profiler.edit_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (12.97kB) [INFO] Fetching org.eclipse.acceleo.profiler.edit_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (12.97kB) [INFO] Fetching org.eclipse.acceleo.profiler.editor_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (19.02kB) [INFO] Fetching org.eclipse.acceleo.profiler.editor_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (19.02kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (36.64kB) [INFO] Fetching org.eclipse.acceleo.traceability_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (36.64kB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (36.53kB) [INFO] Fetching org.eclipse.acceleo.traceability.model_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (36.53kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (56.93kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (56.93kB) [INFO] Fetching org.eclipse.acceleo_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (24.23kB) [INFO] Fetching org.eclipse.acceleo_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (24.23kB) [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB) [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (354.7kB) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB) [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (317.85kB) [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB) [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (194.84kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.79kB) [INFO] Fetching 10b951c0d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/29/ (61.31kB) [INFO] Fetching 10b951c0d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/29/ (61.31kB) [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB) [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,022.84kB) [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB) [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.35kB) [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB) [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.5kB) [INFO] Fetching 4026b3b7d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/11/ (110.68kB) [INFO] Fetching 4026b3b7d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/11/ (110.68kB) [INFO] Fetching a0abd8c5d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/30/ (44.93kB) [INFO] Fetching a0abd8c5d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/30/ (44.93kB) [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB) [INFO] Fetching org.eclipse.jdt.launching_3.12.0.v20181119-1621.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (270.56kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.100.v20181120-0542.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.64MB) [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB) [INFO] Fetching org.eclipse.jdt.debug_3.12.100.v20181116-1959.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (926.33kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.01kB) [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB) [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (302.72kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (105.94kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (181.37kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.0.v20181126-0647.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (241.8kB) [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB) [INFO] Fetching org.eclipse.ant.core_3.5.200.v20180822-0553.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (70.96kB) [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.74kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.23kB) [INFO] Fetching 304bb2bcd18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/31/ (96.72kB) [INFO] Fetching 304bb2bcd18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/31/ (96.72kB) [INFO] Fetching org.eclipse.acceleo.sdk_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (28.48kB) [INFO] Fetching org.eclipse.acceleo.sdk_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (28.48kB) [INFO] Fetching org.eclipse.acceleo.engine.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (173.63kB) [INFO] Fetching org.eclipse.acceleo.engine.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (173.63kB) [INFO] Fetching org.eclipse.acceleo.ide.ui.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (974.95kB) [INFO] Fetching org.eclipse.acceleo.ide.ui.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (974.95kB) [INFO] Fetching org.eclipse.acceleo.model.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (154.03kB) [INFO] Fetching org.eclipse.acceleo.model.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (154.03kB) [INFO] Fetching org.eclipse.acceleo.parser.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (271.35kB) [INFO] Fetching org.eclipse.acceleo.parser.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (271.35kB) [INFO] Fetching org.eclipse.acceleo.common.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (97.47kB) [INFO] Fetching org.eclipse.acceleo.common.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (97.47kB) [INFO] Fetching org.eclipse.acceleo.common.ide.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (30.2kB) [INFO] Fetching org.eclipse.acceleo.common.ide.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (30.2kB) [INFO] Fetching org.eclipse.acceleo.compatibility.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (179.99kB) [INFO] Fetching org.eclipse.acceleo.compatibility.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (179.99kB) [INFO] Fetching org.eclipse.acceleo.compatibility.ui.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (131.41kB) [INFO] Fetching org.eclipse.acceleo.compatibility.ui.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (131.41kB) [INFO] Fetching org.eclipse.acceleo.model.edit.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (82.79kB) [INFO] Fetching org.eclipse.acceleo.model.edit.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (82.79kB) [INFO] Fetching org.eclipse.acceleo.profiler.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (35.8kB) [INFO] Fetching org.eclipse.acceleo.profiler.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (35.8kB) [INFO] Fetching org.eclipse.acceleo.profiler.edit.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (22.56kB) [INFO] Fetching org.eclipse.acceleo.profiler.edit.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (22.56kB) [INFO] Fetching org.eclipse.acceleo.profiler.editor.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (18.86kB) [INFO] Fetching org.eclipse.acceleo.profiler.editor.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (18.86kB) [INFO] Fetching org.eclipse.acceleo.traceability.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (57.83kB) [INFO] Fetching org.eclipse.acceleo.traceability.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (57.83kB) [INFO] Fetching org.eclipse.acceleo.traceability.model.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (72.55kB) [INFO] Fetching org.eclipse.acceleo.traceability.model.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (72.55kB) [INFO] Fetching org.eclipse.acceleo.common.ui.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (22.82kB) [INFO] Fetching org.eclipse.acceleo.common.ui.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (22.82kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (118.05kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (118.05kB) [INFO] Fetching org.eclipse.acceleo.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (15.91kB) [INFO] Fetching org.eclipse.acceleo.source_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (15.91kB) [INFO] Fetching org.eclipse.acceleo.ui.capabilities_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (7.77kB) [INFO] Fetching org.eclipse.acceleo.ui.capabilities_3.7.8.201902261618.jar.pack.gz from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/plugins/ (7.77kB) [INFO] Fetching org.eclipse.acceleo.ui.capabilities_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (24.08kB) [INFO] Fetching org.eclipse.acceleo.ui.capabilities_3.7.8.201902261618.jar from http://download.eclipse.org/acceleo/updates/milestones/3.7/S201902261618/features/ (24.08kB) [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB) [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.16kB) [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB) [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.04kB) [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB) [INFO] Fetching org.eclipse.ant.launching_1.2.300.v20181113-0420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.85kB) [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB) [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.32kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.51kB) [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB) [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.48kB) [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB) [INFO] Fetching org.eclipse.ant.ui_3.7.300.v20180914-0847.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (491.5kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.200.v20180821-1744.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.97kB) [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (126.2kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.200.v20181016-1025.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (235.54kB) [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB) [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.73kB) [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB) [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.72kB) [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB) [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.41kB) [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB) [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.99kB) [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB) [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.01kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.11kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.1kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.87kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.04kB) [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.05kB) [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB) [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.76kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.97kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.92kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.7kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.56kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.21kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (98kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.07kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.94kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.92kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.82kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.61kB) [INFO] Fetching 0035a4d4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/3f/ (50.98kB) [INFO] Fetching 0035a4d4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/3f/ (50.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.7kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.84kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.16kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.03kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.93kB) [INFO] Fetching 8085a7d3d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/47/ (115.24kB) [INFO] Fetching 8085a7d3d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/47/ (115.24kB) [INFO] Fetching 803eb7bad18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/56/ (29.34kB) [INFO] Fetching 803eb7bad18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/56/ (29.34kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.33kB) [INFO] Fetching org.eclipse.emf.cheatsheets_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.33kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.300.v20180823-1505.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (118.64kB) [INFO] Fetching 70e8aaa5d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/5e/ (40.41kB) [INFO] Fetching 70e8aaa5d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/5e/ (40.41kB) [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB) [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1,019.57kB) [INFO] Fetching b0ee69b4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4f/ (69.08kB) [INFO] Fetching b0ee69b4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4f/ (69.08kB) [INFO] Fetching d07aefaad18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/11/ (40.42kB) [INFO] Fetching d07aefaad18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/11/ (40.42kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.84kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.84kB) [INFO] Fetching 809fe5c1d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/45/ (416.42kB) [INFO] Fetching 809fe5c1d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/45/ (416.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.14kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (536.89kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (536.89kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (32.42kB) [INFO] Fetching org.eclipse.emf.ant.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (32.42kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.35kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.source_2.18.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.35kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.09kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1031.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (72.74kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1031.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (72.74kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.36kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui.source_2.18.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.36kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (203.29kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (203.29kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.3kB) [INFO] Fetching org.eclipse.emf.codegen.source_2.16.0.v20190418-0907.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.3kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.47kB) [INFO] Fetching 80278fa9d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/45/ (59.63kB) [INFO] Fetching 80278fa9d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/45/ (59.63kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.11.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.11.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.81kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.81kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.11.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.codegen.ui.source_2.11.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (218.73kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (218.73kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.29kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (77.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (77.01kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.17.0.v20190507-0402.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.85kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.85kB) [INFO] Fetching 30f1c7a6d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/1e/ (30.27kB) [INFO] Fetching 30f1c7a6d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/1e/ (30.27kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.18kB) [INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.18kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.89kB) [INFO] Fetching org.eclipse.emf.converter.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.89kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (38.33kB) [INFO] Fetching org.eclipse.emf.importer.source_2.12.0.v20190321-1539.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (38.33kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.exporter.source_2.10.0.v20190321-1530.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (30.12kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.emf.importer.ecore.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (46.81kB) [INFO] Fetching org.eclipse.emf.importer.java.source_2.11.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (46.81kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.76kB) [INFO] Fetching org.eclipse.emf.importer.rose.source_2.10.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (69.76kB) [INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.converter.source_2.15.0.v20190418-1022.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.5kB) [INFO] Fetching 10a313c4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/35/ (20.71kB) [INFO] Fetching 10a313c4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/35/ (20.71kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.6.0.v20190323-1031.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (41.07kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.6.0.v20190323-1031.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (41.07kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.14kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.14kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.33kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.7.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.33kB) [INFO] Fetching org.eclipse.emf.doc_2.15.0.v20190321-1516.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (1.95MB) [INFO] Fetching org.eclipse.emf.doc_2.15.0.v20190321-1516.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (1.95MB) [INFO] Fetching org.eclipse.emf.doc_2.17.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.doc_2.17.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.87kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.87kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.12.0.v20190226-1307.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (78.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.12.0.v20190226-1307.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (78.83kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.83kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.83kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (40.73kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (40.73kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.ecore.editor.source_2.17.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.12kB) [INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.12kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (819.46kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (819.46kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (90.78kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (90.78kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (151.55kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (151.55kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.32kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (209.96kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (209.96kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.edit.source_2.15.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.25kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.16.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.16.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.17kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.17.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.17.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.28kB) [INFO] Fetching 207632d6d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4c/ (188.35kB) [INFO] Fetching 207632d6d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4c/ (188.35kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.emf_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.21kB) [INFO] Fetching org.eclipse.emf_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.21kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.47kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.47kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.78kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.05kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.05kB) [INFO] Fetching 90c7a1b4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/b/ (38.14kB) [INFO] Fetching 90c7a1b4d18a00191b60ed63a373fb0a from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/b/ (38.14kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.2kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.41kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.41kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (39.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui.source_2.12.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/plugins/ (39.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.46kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.77kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.77kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.24kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.47kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.source_2.11.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.47kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.source_2.12.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.38kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (113.73kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.12.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (113.73kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.mapping.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.28kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.08kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.19kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.10.0.v20181104-0733.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.19kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.mapping.ui.source_2.13.0.v20190323-1059.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.31kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (63.18kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.88kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.36kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.43kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.emf.sdk_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.sdk_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.source_2.8.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.4kB) [INFO] Fetching org.eclipse.emf.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.source_2.18.0.v20190528-0845.jar from http://download.eclipse.org/modeling/emf/emf/builds/release/2.18/features/ (20.39kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (403.73kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (403.73kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.91kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.91kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.28kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201805030717.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.28kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.39kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.94kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.200.v20181119-1308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.8kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.04kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.95kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.73kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.17kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.14kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.200.v20180928-1359.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.98kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.100.v20180822-1354.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.08kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB) [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.47kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.81kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.200.v20181123-1405.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.17kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.400.v20181113-1303.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.88kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.200.v20181108-1420.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.14kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246.02kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246.02kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.79kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.79kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (384.01kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (384.01kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_3.101.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (311.08kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.77kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.95kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_6.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (320.96kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.1kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (76.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.21kB) [INFO] Fetching org.eclipse.sirius.diagram_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (351.56kB) [INFO] Fetching org.eclipse.sirius.diagram_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (351.56kB) [INFO] Fetching org.eclipse.sirius.table_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.sirius.table_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (97.68kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.89MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.89MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (111.43kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (111.43kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (114.55kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.29kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (117.18kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (117.18kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.83kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.94kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.94kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.39kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.39kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (185.94kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (185.94kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.23kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.71kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.54kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.84kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (215.84kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.5kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (134.25kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (90.68kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (90.68kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.43kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (212.88kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (212.88kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.49kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (120.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (120.81kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.98kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (307.46kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201806010809.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.22kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.900.v20181012-1045.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.45kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.200.v20181025-0713.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.59kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (283.72kB) [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB) [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (492.55kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (132.43kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (68.71kB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.9.1.v20181210-1559.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.9.1.v20181210-1559.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (269.8kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.47kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.75kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.9.0.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.89kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.9.1.v20181210-1559.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.35kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (992.33kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (992.33kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201809061025.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (5.23MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.ocl.common_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.18kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.73kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.74kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.45kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (167.11kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.37kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.53kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.07kB) [INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.xtext.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.69kB) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] Fetching org.eclipse.ocl.pivot_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (930.86kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.96kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.100.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.72kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.15kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (106.52kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.43kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (140.84kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (160.56kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (92.04kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.05kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (243.5kB) [INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB) [INFO] Fetching org.eclipse.xtext_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.57MB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.98kB) [INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB) [INFO] Fetching org.eclipse.xtext.builder_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.99kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (223.52kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (190.98kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.17kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.6.0.v20181210-1441.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.35kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.27kB) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.papyrus.infra.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.93kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.91MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (364.43kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.51kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (4.51MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (372.56kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.61kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (912.92kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (810.18kB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (458.75kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.08MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.16MB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (56.05kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (886.62kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (903.03kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (82.4kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (506.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.83kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (322.23kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (121.24kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_0.7.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (567.54kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (79.6kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (570.45kB) [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.pde.ui_3.10.500.v20181121-1530.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB) [INFO] Fetching org.eclipse.papyrus.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.45kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.34kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.81kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.papyrus.emf_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.28kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.37kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.92kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.2kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.68kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (308.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.42kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.25kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.91kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.45kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.28kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.52kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.03kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.57kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.62kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.types_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.08kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_1.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.71kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.05kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.07kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.14kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.59kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.37kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (60.96kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.12kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.09kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (81.09kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.22kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.38kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.02kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.44kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.95kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.38kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.7kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (36.94kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.59kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.32kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.31kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.61kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.77kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.06kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.87kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.54kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.42kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (171.71kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.88kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.13kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.99kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.08kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.25kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.16kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.42kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.43kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.75kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.65kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.05kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (87.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.08kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.27kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.99kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (75.21kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (22.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.82kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (88.48kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (67.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.79kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.68kB) [INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB) [INFO] Fetching org.eclipse.xtext.common.types_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (485.41kB) [INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB) [INFO] Fetching org.eclipse.xtext.util_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (297.81kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (99.04kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (252.93kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.76kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (54.31kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.68kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (31.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.66kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.88kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.04kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.58kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.86kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.35kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.59kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.42kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.03kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] Fetching org.eclipse.papyrus.views.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.17kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.views.search_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.63kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.31kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_5.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.64kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.66kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.18kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (78.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_2.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.19kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.76kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.74kB) [INFO] Fetching org.eclipse.xwt_1.3.1.I20171018-2059.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (572.23kB) [INFO] Fetching org.eclipse.xwt_1.3.1.I20171018-2059.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (572.23kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.84kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.96kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.35kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.1kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (315.49kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.26kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.pde_3.13.400.v20181206-0815.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.sdk_4.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.19kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_4.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (556.53kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_3.4.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (52.17kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.1kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (394.37kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.75kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.71kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.39kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (205.92kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.74kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.39kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.05kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_1.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_4.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (166.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_3.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (950.77kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_3.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (398.72kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_4.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (230.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (208.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (456.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_3.1.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (179.63kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_3.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (216.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_5.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (460.88kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (217.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.55kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_1.4.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (271.74kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_4.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.7kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.61kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.93kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.93kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.32kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_2.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.17kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.54kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.38kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.07kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (224.79kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_3.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.34kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_3.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (574.5kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_1.100.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.16kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_3.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.42kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.23kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (84.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (286.75kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.56kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.44kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.84kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.9kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.41kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.41kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.47kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.92kB) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] Fetching org.eclipse.papyrus.uml.export_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.25kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.5kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.06kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] Fetching org.eclipse.papyrus.uml.icons_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.45MB) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.papyrus.uml.import_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.92kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.14kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.82kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_1.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.67kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_4.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.11kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.53kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.77kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_1.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.62kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.01kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_5.2.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.4kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.06kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_1.0.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.35kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_1.2.200.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (41.45kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.18kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_5.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_3.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.11kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.2kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_1.3.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.74kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.09kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.views.validation_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.16kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (19.4kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (37.71kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.41kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_2.1.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.99kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.68kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.56kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.13kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_1.3.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.65kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (32.61kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (62.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (38.15kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.21kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_2.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (9.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.95kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_1.4.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_3.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (198.87kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.33kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.33kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.86kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.96kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.96kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_2.1.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.44kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_1.0.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.31kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_1.2.100.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.71kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.09kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (13.02kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201811122127.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (254.74kB) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.papyrus.views.references_2.0.0.201812120922.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.5kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.201812120922.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (12.98kB) [INFO] Fetching org.eclipse.pde.build_3.10.200.v20181008-0641.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (476.85kB) [INFO] Fetching org.eclipse.pde.build_3.10.200.v20181008-0641.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (476.85kB) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] Fetching org.eclipse.update.configurator_3.4.100.v20180821-1913.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (43.11kB) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] Fetching org.eclipse.pde.launching_3.7.300.v20181121-0613.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.16kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.400.v20181102-1400.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.95kB) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.ui.trace_1.1.300.v20181119-1957.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.35kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.200.v20180921-0739.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (42.6kB) [INFO] Fetching org.eclipse.sirius_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (345.75kB) [INFO] Fetching org.eclipse.sirius_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (345.75kB) [INFO] Fetching org.eclipse.sirius.common_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.42kB) [INFO] Fetching org.eclipse.sirius.common_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (83.42kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.17kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.17kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.sirius.ext.base_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.ext.emf_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.45kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.45kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.32kB) [INFO] Fetching org.eclipse.sirius.common.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (93.32kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.16kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.16kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.15kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (39.15kB) [INFO] Fetching org.eclipse.sirius.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (379.01kB) [INFO] Fetching org.eclipse.sirius.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (379.01kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.52kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.52kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.96kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.58kB) [INFO] Fetching org.eclipse.sirius.ext.gef_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.58kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.04kB) [INFO] Fetching org.eclipse.sirius.ext.jface_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.04kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.48kB) [INFO] Fetching org.eclipse.sirius.ext.swt_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (7.48kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.85kB) [INFO] Fetching org.eclipse.sirius.ext.e3_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.85kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.05kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.8kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (6.8kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.sirius.ext.ide_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.85kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.sirius.synchronizer_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.27kB) [INFO] Fetching org.eclipse.sirius.tree_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.91kB) [INFO] Fetching org.eclipse.sirius.tree_6.1.1.201810260931.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.91kB) [INFO] Fetching org.eclipse.sirius.runtime_6.1.1.201810260931.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.28kB) [INFO] Fetching org.eclipse.sirius.runtime_6.1.1.201810260931.jar from http://download.eclipse.org/releases/2018-12/201812191000/features/ (19.28kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201802151734.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.71kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.100.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (155.06kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.26kB) [INFO] Fetching org.eclipse.xtend.lib_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.26kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.59kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.16.0.v20181203-0507.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (73.59kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.68kB) [INFO] Fetching org.eclipse.xtext.smap_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (18.68kB) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (58.69kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (246kB) [INFO] Fetching org.eclipse.xtext.ecore_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.58kB) [INFO] Fetching org.eclipse.xtext.ecore_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (15.58kB) [INFO] Fetching org.eclipse.xtext.generator_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (845.8kB) [INFO] Fetching org.eclipse.xtext.generator_2.16.0.v20181203-0528.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (845.8kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.xtext.ide_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (489.34kB) [INFO] Fetching org.eclipse.xtext.ide_2.16.0.v20181203-0514.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (489.34kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.56kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.56kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.44kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.16.0.v20181203-1056.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (131.44kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (29.18kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (792.43kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.109.0.v20181204-1801.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (792.43kB) [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.html:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.html:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.html:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.32kB) [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.docx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.docx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.docx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.metadata:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.metadata:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.metadata:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.m2t:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.m2t:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.m2t:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.preferences:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.preferences:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.preferences:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.process:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.process:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.process:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.docx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.docx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.docx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.odt:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.odt:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.odt:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.table:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.table:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.table:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.html:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.html:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.html:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.ui:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.ui:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.ui:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.image.svg:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.image.svg:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.image.svg:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (33.61kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (30.73kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.48kB) [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB) [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar.pack.gz from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (21.64kB) [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.openoffice.test:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.openoffice.test:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.openoffice.test:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx.tests:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature:0.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [pom] [INFO] org.eclipse.gendoc.document.parser [eclipse-plugin] [INFO] org.eclipse.gendoc.services [eclipse-plugin] [INFO] org.eclipse.gendoc.tags [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.parsers [eclipse-plugin] [INFO] org.eclipse.gendoc.table [eclipse-plugin] [INFO] org.eclipse.gendoc.documents [eclipse-plugin] [INFO] org.eclipse.gendoc.process [eclipse-plugin] [INFO] org.eclipse.gendoc.m2t [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.handlers [eclipse-plugin] [INFO] org.eclipse.gendoc [eclipse-plugin] [INFO] org.eclipse.gendoc.script.acceleo [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.commons [eclipse-plugin] [INFO] org.eclipse.gendoc.documents.metadata [eclipse-plugin] [INFO] org.eclipse.gendoc.ui [eclipse-plugin] [INFO] org.eclipse.gendoc.services.docx [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.html [eclipse-plugin] [INFO] org.eclipse.gendoc.batch [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.gmf [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.html [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.papyrus [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.sirius [eclipse-plugin] [INFO] org.eclipse.gendoc.doc [eclipse-plugin] [INFO] org.eclipse.gendoc.doc.docx [eclipse-plugin] [INFO] org.eclipse.gendoc.doc.pptx [eclipse-plugin] [INFO] org.eclipse.gendoc.doc.xlsx [eclipse-plugin] [INFO] org.eclipse.gendoc.document.parser.pptx [eclipse-plugin] [INFO] org.eclipse.gendoc.document.parser.xlsx [eclipse-plugin] [INFO] org.eclipse.gendoc.documents.image.svg [eclipse-plugin] [INFO] org.eclipse.gendoc.services.odt [eclipse-plugin] [INFO] org.eclipse.gendoc.tags.hyperlink [eclipse-plugin] [INFO] org.eclipse.gendoc.wizard [eclipse-plugin] [INFO] org.eclipse.gendoc.wizard.gmf [eclipse-plugin] [INFO] org.eclipse.gendoc.preferences [eclipse-plugin] [INFO] org.eclipse.gendoc.services.xlsx [eclipse-plugin] [INFO] org.eclipse.gendoc.services.pptx [eclipse-plugin] [INFO] org.eclipse.gendoc.feature [eclipse-feature] [INFO] org.eclipse.gendoc.wizard.papyrus [eclipse-plugin] [INFO] org.eclipse.gendoc.papyrus.feature [eclipse-feature] [INFO] org.eclipse.gendoc.sirius.feature [eclipse-feature] [INFO] org.eclipse.gendoc.incubation.update-site [eclipse-repository] [INFO] org.eclipse.gendoc.batch.tests [eclipse-test-plugin] [INFO] org.eclipse.gendoc.services.openoffice.test [eclipse-plugin] [INFO] org.eclipse.gendoc.services.pptx.tests [eclipse-test-plugin] [INFO] org.eclipse.gendoc.services.xlsx.tests [eclipse-test-plugin] [INFO] [INFO] ---------------------< org.eclipse.gendoc:parent >---------------------- [INFO] Building parent 0.7.2-SNAPSHOT [1/45] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 266 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 484 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 763 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/11/apache-11.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/11/apache-11.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/11/apache-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 353 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 550 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 5.8 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 431 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 311 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/3/apache-3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/3/apache-3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 122 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 140 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 161 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 268 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.3 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 220 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 167 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 98 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 95 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 4.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 247 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 31 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 2.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 499 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 2.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 42 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 75 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 66 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 5.6 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 1.9 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 52 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 665 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 50 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 138 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 241 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 519 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 4.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 194 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 452 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 534 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 350 kB/s) [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/parent/0.7.2-SNAPSHOT/parent-0.7.2-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.gendoc:org.eclipse.gendoc.document.parser >-------- [INFO] Building org.eclipse.gendoc.document.parser 0.7.2-SNAPSHOT [2/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.document.parser --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.document.parser --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 224 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 76 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 44 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 111 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 9.0 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 83 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 45 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 2.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 78 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 32 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 46 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 186 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 183 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 3.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 26 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 191 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 232 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 360 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 620 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 81 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 190 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 644 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 716 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 972 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 606 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 969 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 112 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 315 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 26 kB/s) [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.document.parser --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 345 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 1.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 128 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 432 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.pom (1.6 kB at 780 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom (1.7 kB at 551 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 228 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/1.3.0/tycho-lib-detector-1.3.0.jar (3.6 kB at 172 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 855 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar (2.8 MB at 45 MB/s) [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.document.parser --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.document.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.document.parser --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.services >----------- [INFO] Building org.eclipse.gendoc.services 0.7.2-SNAPSHOT [3/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services --- [INFO] [INFO] -------------< org.eclipse.gendoc:org.eclipse.gendoc.tags >------------- [INFO] Building org.eclipse.gendoc.tags 0.7.2-SNAPSHOT [4/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.tags --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.tags --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags --- [INFO] [INFO] ---------< org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers >--------- [INFO] Building org.eclipse.gendoc.tags.parsers 0.7.2-SNAPSHOT [5/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.parsers --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.parsers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.tags.parsers --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.parsers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.parsers --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.parsers --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] ------------< org.eclipse.gendoc:org.eclipse.gendoc.table >------------- [INFO] Building org.eclipse.gendoc.table 0.7.2-SNAPSHOT [6/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.table --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.table --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.table --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.table --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.table --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/org.eclipse.gendoc.table-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.table --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/org.eclipse.gendoc.table-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.table --- [INFO] [INFO] ----------< org.eclipse.gendoc:org.eclipse.gendoc.documents >----------- [INFO] Building org.eclipse.gendoc.documents 0.7.2-SNAPSHOT [7/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.documents --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.documents --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.documents --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.documents --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.documents --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.documents --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.documents --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.process >------------ [INFO] Building org.eclipse.gendoc.process 0.7.2-SNAPSHOT [8/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.process --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.process --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.process --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.process --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.process --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.process --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.process --- [INFO] [INFO] -------------< org.eclipse.gendoc:org.eclipse.gendoc.m2t >-------------- [INFO] Building org.eclipse.gendoc.m2t 0.7.2-SNAPSHOT [9/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.m2t --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.m2t --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.m2t --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.m2t --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.m2t --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.m2t --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers >--------- [INFO] Building org.eclipse.gendoc.tags.handlers 0.7.2-SNAPSHOT [10/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.handlers --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.handlers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.tags.handlers --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.handlers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.handlers --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.handlers --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] ---------------< org.eclipse.gendoc:org.eclipse.gendoc >---------------- [INFO] Building org.eclipse.gendoc 0.7.2-SNAPSHOT [11/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo >-------- [INFO] Building org.eclipse.gendoc.script.acceleo 0.7.2-SNAPSHOT [12/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.script.acceleo --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.script.acceleo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.script.acceleo --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.script.acceleo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.script.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.script.acceleo --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons >---- [INFO] Building org.eclipse.gendoc.bundle.acceleo.commons 0.7.2-SNAPSHOT [13/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.commons --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.commons --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/classes [INFO] [INFO] --- org.eclipse.acceleo.maven:3.6.4:acceleo-compile (default) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 200 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 2.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 4.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 6.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/4/apache-4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/4/apache-4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 1.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 1.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 174 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 135 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 950 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 810 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 200 kB/s) [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/maven-metadata.xml (1.7 kB at 45 kB/s) [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/maven-metadata.xml (1.7 kB at 42 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/org.eclipse.acceleo.parser-3.6.4-20160826.061454-35.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/org.eclipse.acceleo.parser-3.6.4-20160826.061454-35.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/org.eclipse.acceleo.parser-3.6.4-20160826.061454-35.pom [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/org.eclipse.acceleo.parser-3.6.4-20160826.061454-35.pom (1.2 kB at 129 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/maven-metadata.xml (624 B at 25 kB/s) [INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/maven-metadata.xml (624 B at 22 kB/s) [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/org.eclipse.acceleo-parent-3.6.4-20160826.061352-35.pom [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo-parent/3.6.4-SNAPSHOT/org.eclipse.acceleo-parent-3.6.4-20160826.061352-35.pom (27 kB at 6.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/maven-metadata.xml (1.7 kB at 38 kB/s) [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/maven-metadata.xml (1.7 kB at 36 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/org.eclipse.acceleo.model-3.6.4-20160826.061427-35.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/org.eclipse.acceleo.model-3.6.4-20160826.061427-35.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/org.eclipse.acceleo.model-3.6.4-20160826.061427-35.pom [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/org.eclipse.acceleo.model-3.6.4-20160826.061427-35.pom (1.2 kB at 580 kB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloading from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Eclipse - Acceleo Snapshots: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/maven-metadata.xml (1.7 kB at 80 kB/s) [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/maven-metadata.xml (1.7 kB at 67 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/org.eclipse.acceleo.common-3.6.4-20160826.061410-35.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/org.eclipse.acceleo.common-3.6.4-20160826.061410-35.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/org.eclipse.acceleo.common-3.6.4-20160826.061410-35.pom [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/org.eclipse.acceleo.common-3.6.4-20160826.061410-35.pom (1.2 kB at 581 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.emf.ecore/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.pom (429 B at 429 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.pom (433 B at 27 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.pom (430 B at 215 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.ocl.ecore/3.3.100.v20140610-0641/org.eclipse.ocl.ecore-3.3.100.v20140610-0641.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.ecore/3.3.100.v20140610-0641/org.eclipse.ocl.ecore-3.3.100.v20140610-0641.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.ecore/3.3.100.v20140610-0641/org.eclipse.ocl.ecore-3.3.100.v20140610-0641.pom (430 B at 215 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.ocl.common/1.2.0.v20140610-0641/org.eclipse.ocl.common-1.2.0.v20140610-0641.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.common/1.2.0.v20140610-0641/org.eclipse.ocl.common-1.2.0.v20140610-0641.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.common/1.2.0.v20140610-0641/org.eclipse.ocl.common-1.2.0.v20140610-0641.pom (429 B at 429 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.ocl/3.4.2.v20140725-2242/org.eclipse.ocl-3.4.2.v20140725-2242.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl/3.4.2.v20140725-2242/org.eclipse.ocl-3.4.2.v20140725-2242.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl/3.4.2.v20140725-2242/org.eclipse.ocl-3.4.2.v20140725-2242.pom (422 B at 422 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.pom (423 B at 8.5 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.pom (437 B at 437 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.pom (435 B at 54 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 385 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 653 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 689 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 88 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.pom (432 B at 21 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.core.resources/3.9.1.v20140825-1431/org.eclipse.core.resources-3.9.1.v20140825-1431.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.resources/3.9.1.v20140825-1431/org.eclipse.core.resources-3.9.1.v20140825-1431.pom [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.resources/3.9.1.v20140825-1431/org.eclipse.core.resources-3.9.1.v20140825-1431.pom (433 B at 54 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.emf.ecore/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.ocl.ecore/3.3.100.v20140610-0641/org.eclipse.ocl.ecore-3.3.100.v20140610-0641.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.ocl.common/1.2.0.v20140610-0641/org.eclipse.ocl.common-1.2.0.v20140610-0641.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.ocl/3.4.2.v20140725-2242/org.eclipse.ocl-3.4.2.v20140725-2242.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/acceleo/org.eclipse.core.resources/3.9.1.v20140825-1431/org.eclipse.core.resources-3.9.1.v20140825-1431.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.ecore/3.3.100.v20140610-0641/org.eclipse.ocl.ecore-3.3.100.v20140610-0641.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.common/1.2.0.v20140610-0641/org.eclipse.ocl.common-1.2.0.v20140610-0641.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.common/1.2.0.v20140610-0641/org.eclipse.ocl.common-1.2.0.v20140610-0641.jar (34 kB at 743 kB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl/3.4.2.v20140725-2242/org.eclipse.ocl-3.4.2.v20140725-2242.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl.ecore/3.3.100.v20140610-0641/org.eclipse.ocl.ecore-3.3.100.v20140610-0641.jar (370 kB at 7.7 MB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.jar (230 kB at 4.8 MB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.jar (354 kB at 6.4 MB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.jar (94 kB at 1.7 MB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.equinox.common/3.6.200.v20130402-1505/org.eclipse.equinox.common-3.6.200.v20130402-1505.jar (107 kB at 1.8 MB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.jar (117 kB at 2.0 MB/s) [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.resources/3.9.1.v20140825-1431/org.eclipse.core.resources-3.9.1.v20140825-1431.jar [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.emf.ecore/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.jar (1.2 MB at 15 MB/s) [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.jar (75 kB at 928 kB/s) [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.ocl/3.4.2.v20140725-2242/org.eclipse.ocl-3.4.2.v20140725-2242.jar (1.2 MB at 12 MB/s) [INFO] Downloaded from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.core.resources/3.9.1.v20140825-1431/org.eclipse.core.resources-3.9.1.v20140825-1431.jar (834 kB at 7.4 MB/s) [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/org.eclipse.acceleo.parser-3.6.4-20160826.061454-35.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/org.eclipse.acceleo.model-3.6.4-20160826.061427-35.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/org.eclipse.acceleo.common-3.6.4-20160826.061410-35.jar [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.common/3.6.4-SNAPSHOT/org.eclipse.acceleo.common-3.6.4-20160826.061410-35.jar (119 kB at 3.2 MB/s) [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.model/3.6.4-SNAPSHOT/org.eclipse.acceleo.model-3.6.4-20160826.061427-35.jar (164 kB at 4.3 MB/s) [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/acceleo/org.eclipse.acceleo.parser/3.6.4-SNAPSHOT/org.eclipse.acceleo.parser-3.6.4-20160826.061454-35.jar (365 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.jar (117 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.jar (35 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.jar (49 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar (25 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.jar (29 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 507 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.jar (87 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.jar (88 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar (204 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar (57 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 660 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 20 MB/s) [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Registering package 'org.eclipse.gendoc.table.TablePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Saving ouput file for '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/src/org/eclipse/gendoc/bundle/acceleo/commons/files/commons.mtl'. [INFO] Warnings for file 'commons.mtl': [It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. , It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. , It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. , It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. ] [INFO] Build completed. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.commons --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] ------< org.eclipse.gendoc:org.eclipse.gendoc.documents.metadata >------ [INFO] Building org.eclipse.gendoc.documents.metadata 0.7.2-SNAPSHOT [14/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.documents.metadata --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.documents.metadata --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.documents.metadata --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.documents.metadata --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.documents.metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.documents.metadata --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --------------< org.eclipse.gendoc:org.eclipse.gendoc.ui >-------------- [INFO] Building org.eclipse.gendoc.ui 0.7.2-SNAPSHOT [15/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.ui --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.ui --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.services.docx >--------- [INFO] Building org.eclipse.gendoc.services.docx 0.7.2-SNAPSHOT [16/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.docx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.docx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services.docx --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.docx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services.docx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] ----------< org.eclipse.gendoc:org.eclipse.gendoc.tags.html >----------- [INFO] Building org.eclipse.gendoc.tags.html 0.7.2-SNAPSHOT [17/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.html --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.html --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.tags.html --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.html --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.html --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.html --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] ------------< org.eclipse.gendoc:org.eclipse.gendoc.batch >------------- [INFO] Building org.eclipse.gendoc.batch 0.7.2-SNAPSHOT [18/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.batch --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.batch --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.batch --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.batch --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.batch --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.batch --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.batch --- [INFO] [INFO] ------< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf >------ [INFO] Building org.eclipse.gendoc.bundle.acceleo.gmf 0.7.2-SNAPSHOT [19/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/classes [INFO] [INFO] --- org.eclipse.acceleo.maven:3.6.4:acceleo-compile (default) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Registering package 'org.eclipse.gmf.runtime.notation.NotationPackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Saving ouput file for '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/org/eclipse/gendoc/bundle/acceleo/gmf/mtl/gmf.mtl'. [INFO] Build completed. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] -----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.html >------ [INFO] Building org.eclipse.gendoc.bundle.acceleo.html 0.7.2-SNAPSHOT [20/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.html --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.html --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/classes [INFO] [INFO] --- org.eclipse.acceleo.maven:3.6.4:acceleo-compile (default) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Registering package 'org.eclipse.gmf.runtime.notation.NotationPackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Saving ouput file for '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/src/org/eclipse/gendoc/bundle/acceleo/html/files/html.mtl'. [INFO] Warnings for file 'html.mtl': [It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. , It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. , It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. ] [INFO] Build completed. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.html --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus >---- [INFO] Building org.eclipse.gendoc.bundle.acceleo.papyrus 0.7.2-SNAPSHOT [21/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/classes [INFO] [INFO] --- org.eclipse.acceleo.maven:3.6.4:acceleo-compile (default) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Registering package 'org.eclipse.gmf.runtime.notation.NotationPackage'. [INFO] Registering package 'org.eclipse.papyrus.infra.nattable.model.nattable.NattablePackage'. [INFO] Registering package 'org.eclipse.gendoc.table.TablePackage'. [INFO] Registering package 'org.eclipse.uml2.uml.UMLPackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Saving ouput file for '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/src/org/eclipse/gendoc/bundle/acceleo/papyrus/mtl/papyrus.mtl'. [INFO] Warnings for file 'papyrus.mtl': [It is strongly recommended not to return directly a String from a Java service in a query taking a primitive as its first parameter in order to ensure the precision of the traceability of each text region generated. ] [INFO] Build completed. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius >----- [INFO] Building org.eclipse.gendoc.bundle.acceleo.sirius 0.7.2-SNAPSHOT [22/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/classes [INFO] [INFO] --- org.eclipse.acceleo.maven:3.6.4:acceleo-compile (default) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Acceleo maven stand alone build... [INFO] Starting packages registration... [INFO] Registering package 'org.eclipse.emf.ecore.EcorePackage'. [INFO] Registering package 'org.eclipse.gmf.runtime.notation.NotationPackage'. [INFO] Registering package 'org.eclipse.sirius.diagram.DiagramPackage'. [INFO] Registering package 'org.eclipse.gendoc.table.TablePackage'. [INFO] Starting the build sequence for the project '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... [INFO] Saving ouput file for '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/org/eclipse/gendoc/bundle/acceleo/sirius/mtl/sirius.mtl'. [INFO] Build completed. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] -------------< org.eclipse.gendoc:org.eclipse.gendoc.doc >-------------- [INFO] Building org.eclipse.gendoc.doc 0.7.2-SNAPSHOT [23/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.doc --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.doc --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.doc.docx >----------- [INFO] Building org.eclipse.gendoc.doc.docx 0.7.2-SNAPSHOT [24/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc.docx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc.docx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.doc.docx --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc.docx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.doc.docx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.doc.pptx >----------- [INFO] Building org.eclipse.gendoc.doc.pptx 0.7.2-SNAPSHOT [25/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc.pptx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc.pptx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.doc.pptx --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc.pptx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.doc.pptx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.doc.xlsx >----------- [INFO] Building org.eclipse.gendoc.doc.xlsx 0.7.2-SNAPSHOT [26/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc.xlsx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc.xlsx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc.xlsx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] -----< org.eclipse.gendoc:org.eclipse.gendoc.document.parser.pptx >----- [INFO] Building org.eclipse.gendoc.document.parser.pptx 0.7.2-SNAPSHOT [27/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.document.parser.pptx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.document.parser.pptx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] -----< org.eclipse.gendoc:org.eclipse.gendoc.document.parser.xlsx >----- [INFO] Building org.eclipse.gendoc.document.parser.xlsx 0.7.2-SNAPSHOT [28/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.document.parser.xlsx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.document.parser.xlsx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] -----< org.eclipse.gendoc:org.eclipse.gendoc.documents.image.svg >------ [INFO] Building org.eclipse.gendoc.documents.image.svg 0.7.2-SNAPSHOT [29/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.documents.image.svg --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.documents.image.svg --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.documents.image.svg --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] ---------< org.eclipse.gendoc:org.eclipse.gendoc.services.odt >--------- [INFO] Building org.eclipse.gendoc.services.odt 0.7.2-SNAPSHOT [30/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.odt --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.odt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services.odt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.odt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services.odt --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink >-------- [INFO] Building org.eclipse.gendoc.tags.hyperlink 0.7.2-SNAPSHOT [31/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.hyperlink --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.tags.hyperlink --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.hyperlink --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] ------------< org.eclipse.gendoc:org.eclipse.gendoc.wizard >------------ [INFO] Building org.eclipse.gendoc.wizard 0.7.2-SNAPSHOT [32/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.wizard --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] ----------< org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf >---------- [INFO] Building org.eclipse.gendoc.wizard.gmf 0.7.2-SNAPSHOT [33/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard.gmf --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.wizard.gmf --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard.gmf --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] ---------< org.eclipse.gendoc:org.eclipse.gendoc.preferences >---------- [INFO] Building org.eclipse.gendoc.preferences 0.7.2-SNAPSHOT [34/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.preferences --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.preferences --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.preferences --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.preferences --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx >--------- [INFO] Building org.eclipse.gendoc.services.xlsx 0.7.2-SNAPSHOT [35/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.xlsx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.xlsx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services.xlsx --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.xlsx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.xlsx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services.xlsx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.services.pptx >--------- [INFO] Building org.eclipse.gendoc.services.pptx 0.7.2-SNAPSHOT [36/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.pptx --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.pptx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services.pptx --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.pptx --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services.pptx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] -----------< org.eclipse.gendoc:org.eclipse.gendoc.feature >------------ [INFO] Building org.eclipse.gendoc.feature 0.7.2-SNAPSHOT [37/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.feature --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.gendoc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus >-------- [INFO] Building org.eclipse.gendoc.wizard.papyrus 0.7.2-SNAPSHOT [38/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.wizard.papyrus --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard.papyrus --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] -------< org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature >-------- [INFO] Building org.eclipse.gendoc.papyrus.feature 0.7.2-SNAPSHOT [39/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.papyrus.feature --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.gendoc.papyrus.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.papyrus.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature >-------- [INFO] Building org.eclipse.gendoc.sirius.feature 0.7.2-SNAPSHOT [40/45] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.sirius.feature --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.gendoc.sirius.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.sirius.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] ----< org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site >---- [INFO] Building org.eclipse.gendoc.incubation.update-site 0.7.2-SNAPSHOT [41/45] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.incubation.update-site --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gendoc.incubation.update-site --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.gendoc.incubation.update-site --- [INFO] Building zip: /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT.zip [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.incubation.update-site --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] ---------< org.eclipse.gendoc:org.eclipse.gendoc.batch.tests >---------- [INFO] Building org.eclipse.gendoc.batch.tests 0.7.2-SNAPSHOT [42/45] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.batch.tests --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.batch.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.batch.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.batch.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.batch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.gendoc.batch.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/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.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/work/data, -install, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/work, -configuration, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/surefire.properties] Running org.eclipse.gendoc.batch.tests.ArgOptTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.gendoc.batch.tests.ArgOptTest testArgOptCreation(org.eclipse.gendoc.batch.tests.ArgOptTest) Time elapsed: 0.001 s Running org.eclipse.gendoc.batch.tests.GetOptTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.gendoc.batch.tests.GetOptTest testPrintHelpArgOptArray(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0 s testGetArguments(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0 s testPrintHelpArgOptArrayPrintStream(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0 s testGetFlatArguments(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [JENKINS] Recording test results [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.batch.tests --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] ---< org.eclipse.gendoc:org.eclipse.gendoc.services.openoffice.test >--- [INFO] Building org.eclipse.gendoc.services.openoffice.test 0.7.2-SNAPSHOT [43/45] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.openoffice.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.openoffice.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] -----< org.eclipse.gendoc:org.eclipse.gendoc.services.pptx.tests >------ [INFO] Building org.eclipse.gendoc.services.pptx.tests 0.7.2-SNAPSHOT [44/45] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.pptx.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.pptx.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/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.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/work/data, -install, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/work, -configuration, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/surefire.properties] Running org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest Warning: NLS unused message: Children2Group_title in: messages Warning: NLS unused message: Children2Group_desc in: messages Warning: NLS unused message: Links3Group_title in: messages Warning: NLS unused message: Links3Group_desc in: messages Warning: NLS unused message: ExtensionPoint1CreationTool_title in: messages Warning: NLS unused message: ExtensionPoint1CreationTool_desc in: messages log4j:WARN No appenders could be found for logger (org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.52 s - in org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest simpleTest(org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest) Time elapsed: 7.508 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [JENKINS] Recording test results [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] -----< org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx.tests >------ [INFO] Building org.eclipse.gendoc.services.xlsx.tests 0.7.2-SNAPSHOT [45/45] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] The project's OSGi version is 0.7.2.202112091114 [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.xlsx.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.xlsx.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/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.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/work/data, -install, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/work, -configuration, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/surefire.properties] Running org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest Warning: NLS unused message: Children2Group_title in: messages Warning: NLS unused message: Children2Group_desc in: messages Warning: NLS unused message: Links3Group_title in: messages Warning: NLS unused message: Links3Group_desc in: messages Warning: NLS unused message: ExtensionPoint1CreationTool_title in: messages Warning: NLS unused message: ExtensionPoint1CreationTool_desc in: messages log4j:WARN No appenders could be found for logger (org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry). log4j:WARN Please initialize the log4j system properly. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.818 s - in org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest simpleTestLoopMultipleRowMultipleColsGapsAndBreaks(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 4.362 s simpleTestLoopMultipleRowMultipleColsWithGaps(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 0.742 s simpleTestLoopMultipleRowMultipleColsGapsAndDiagrams(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 3.146 s simpleTestLoopMultipleRowMultipleCols(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 0.55 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [JENKINS] Recording test results [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for parent 0.7.2-SNAPSHOT: [INFO] [INFO] parent ............................................. SUCCESS [ 5.472 s] [INFO] org.eclipse.gendoc.document.parser ................. SUCCESS [ 4.521 s] [INFO] org.eclipse.gendoc.services ........................ SUCCESS [ 1.208 s] [INFO] org.eclipse.gendoc.tags ............................ SUCCESS [ 1.115 s] [INFO] org.eclipse.gendoc.tags.parsers .................... SUCCESS [ 1.122 s] [INFO] org.eclipse.gendoc.table ........................... SUCCESS [ 1.076 s] [INFO] org.eclipse.gendoc.documents ....................... SUCCESS [ 1.272 s] [INFO] org.eclipse.gendoc.process ......................... SUCCESS [ 1.242 s] [INFO] org.eclipse.gendoc.m2t ............................. SUCCESS [ 1.121 s] [INFO] org.eclipse.gendoc.tags.handlers ................... SUCCESS [ 1.305 s] [INFO] org.eclipse.gendoc ................................. SUCCESS [ 1.109 s] [INFO] org.eclipse.gendoc.script.acceleo .................. SUCCESS [ 1.292 s] [INFO] org.eclipse.gendoc.bundle.acceleo.commons .......... SUCCESS [ 3.672 s] [INFO] org.eclipse.gendoc.documents.metadata .............. SUCCESS [ 1.346 s] [INFO] org.eclipse.gendoc.ui .............................. SUCCESS [ 1.209 s] [INFO] org.eclipse.gendoc.services.docx ................... SUCCESS [ 1.765 s] [INFO] org.eclipse.gendoc.tags.html ....................... SUCCESS [ 1.314 s] [INFO] org.eclipse.gendoc.batch ........................... SUCCESS [ 1.168 s] [INFO] org.eclipse.gendoc.bundle.acceleo.gmf .............. SUCCESS [ 1.458 s] [INFO] org.eclipse.gendoc.bundle.acceleo.html ............. SUCCESS [ 1.527 s] [INFO] org.eclipse.gendoc.bundle.acceleo.papyrus .......... SUCCESS [ 2.110 s] [INFO] org.eclipse.gendoc.bundle.acceleo.sirius ........... SUCCESS [ 2.299 s] [INFO] org.eclipse.gendoc.doc ............................. SUCCESS [ 1.012 s] [INFO] org.eclipse.gendoc.doc.docx ........................ SUCCESS [ 1.052 s] [INFO] org.eclipse.gendoc.doc.pptx ........................ SUCCESS [ 1.082 s] [INFO] org.eclipse.gendoc.doc.xlsx ........................ SUCCESS [ 1.061 s] [INFO] org.eclipse.gendoc.document.parser.pptx ............ SUCCESS [ 1.098 s] [INFO] org.eclipse.gendoc.document.parser.xlsx ............ SUCCESS [ 1.221 s] [INFO] org.eclipse.gendoc.documents.image.svg ............. SUCCESS [ 1.109 s] [INFO] org.eclipse.gendoc.services.odt .................... SUCCESS [ 1.276 s] [INFO] org.eclipse.gendoc.tags.hyperlink .................. SUCCESS [ 1.155 s] [INFO] org.eclipse.gendoc.wizard .......................... SUCCESS [ 1.256 s] [INFO] org.eclipse.gendoc.wizard.gmf ...................... SUCCESS [ 1.200 s] [INFO] org.eclipse.gendoc.preferences ..................... SUCCESS [ 1.310 s] [INFO] org.eclipse.gendoc.services.xlsx ................... SUCCESS [ 1.215 s] [INFO] org.eclipse.gendoc.services.pptx ................... SUCCESS [ 1.215 s] [INFO] org.eclipse.gendoc.feature ......................... SUCCESS [ 1.132 s] [INFO] org.eclipse.gendoc.wizard.papyrus .................. SUCCESS [ 1.463 s] [INFO] org.eclipse.gendoc.papyrus.feature ................. SUCCESS [ 0.841 s] [INFO] org.eclipse.gendoc.sirius.feature .................. SUCCESS [ 0.916 s] [INFO] org.eclipse.gendoc.incubation.update-site .......... SUCCESS [ 15.799 s] [INFO] org.eclipse.gendoc.batch.tests ..................... SUCCESS [ 18.510 s] [INFO] org.eclipse.gendoc.services.openoffice.test ........ SUCCESS [ 1.200 s] [INFO] org.eclipse.gendoc.services.pptx.tests ............. SUCCESS [ 30.237 s] [INFO] org.eclipse.gendoc.services.xlsx.tests ............. SUCCESS [ 31.911 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:21 min [INFO] Finished at: 2021-12-09T11:32:26Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.xlsx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/org.eclipse.gendoc.table-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.table/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.2-SNAPSHOT/org.eclipse.gendoc.table-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.pptx.tests/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.7.2-SNAPSHOT/org.eclipse.gendoc-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.script.acceleo/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.2-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.xlsx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.parsers/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/pom.xml to org.eclipse.gendoc/parent/0.7.2-SNAPSHOT/parent-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.m2t/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.2-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.process/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.2-SNAPSHOT/org.eclipse.gendoc.process-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.2-SNAPSHOT/org.eclipse.gendoc.services-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.sirius.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.openoffice.test/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.services.xlsx.tests/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/tests/org.eclipse.gendoc.batch.tests/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.feature-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.document.parser.pptx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.handlers/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.batch/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.2-SNAPSHOT/org.eclipse.gendoc.batch-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.preferences/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.2-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.docx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.xlsx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.ui/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.2-SNAPSHOT/org.eclipse.gendoc.ui-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.docx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.doc.pptx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.pptx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.tags.html/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.2-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/features/org.eclipse.gendoc.papyrus.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.2-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.image.svg/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.gmf/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT.zip to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/releng/org.eclipse.gendoc.update-site/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.2-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.2-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.documents.metadata/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.2-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.2-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2018-12/plugins/org.eclipse.gendoc.services.odt/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.2-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.2-SNAPSHOT-p2artifacts.xml Terminating xvnc. channel stopped Archiving artifacts Finished: SUCCESS