Started by an SCM change Running as SYSTEM Agent centos-7-71zgn is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-71zgn" namespace: "gendoc" 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-71zgn" - 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-71zgn" - 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-3160.vd76b_9ddd10cc" 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-71zgn (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://gitlab.eclipse.org/eclipse/gendoc/org.eclipse.gendoc.git > git init /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests # timeout=10 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/gendoc/org.eclipse.gendoc.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/gendoc/org.eclipse.gendoc.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/gendoc/org.eclipse.gendoc.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/0.5-maintenance Seen branch in repository origin/0.5-maintenance-juno Seen branch in repository origin/0.6-maintenance Seen branch in repository origin/1-prepare-0-7-3-release Seen branch in repository origin/Bug_529715 Seen branch in repository origin/master Seen branch in repository origin/master-juno Seen branch in repository origin/refs/for/master Seen branch in repository origin/test-gerrit Seen 9 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision 68503db45a3740bd506759cc942b95f15f5f2897 (origin/1-prepare-0-7-3-release) > git config core.sparsecheckout # timeout=10 > git checkout -f 68503db45a3740bd506759cc942b95f15f5f2897 # timeout=10 Commit message: "change version update site" > git rev-list --no-walk 68503db45a3740bd506759cc942b95f15f5f2897 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Gendoc-2022-06-MergeRequests] $ Xvnc -help Starting xvnc [Gendoc-2022-06-MergeRequests] $ Xvnc :24 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Feb 5 2024 15:30:47 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 Fri Apr 26 14:35:21 2024 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5924 vncext: created VNC server for screen 0 Parsing POMs Established TCP socket on 43415 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [Gendoc-2022-06-MergeRequests] $ /opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.7.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 43415 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/pom.xml clean install -P2022-06 -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/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.pom (2.1 kB at 101 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/2.7.5/tycho-2.7.5.pom (18 kB at 893 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.pom (7.1 kB at 203 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/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.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/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.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/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.pom (1.1 kB at 35 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/2.7.5/tycho-bundles-2.7.5.pom (3.2 kB at 245 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/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.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/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.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/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.pom (1.1 kB at 107 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 307 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 2.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 346 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 227 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 682 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 792 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 4.9 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 1.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 1.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 6.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/23/apache-23.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/23/apache-23.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 970 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 661 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 171 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 295 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 368 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 47 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.pom (1.8 kB at 153 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/2.7.5/sisu-equinox-2.7.5.pom (1.0 kB at 60 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 86 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 402 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 133 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.pom (1.7 kB at 215 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.pom (1.4 kB at 130 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 863 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.pom (2.1 kB at 158 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.pom (1.1 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/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.pom (1.0 kB at 115 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.pom (2.3 kB at 227 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/2.7.5/tycho-p2-2.7.5.pom (1.1 kB at 2.7 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.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.9/xz-1.9.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.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.9/xz-1.9.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.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.9/xz-1.9.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/2.7.5/tycho-maven-plugin-2.7.5.jar (5.5 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.7.5/org.eclipse.tycho.p2.tools.shared-2.7.5.jar (22 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.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.shared/2.7.5/org.eclipse.tycho.p2.resolver.shared-2.7.5.jar (56 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/2.7.5/tycho-core-2.7.5.jar (284 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 433 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/2.7.5/sisu-equinox-embedder-2.7.5.jar (13 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/2.7.5/sisu-equinox-api-2.7.5.jar (3.1 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/2.7.5/tycho-embedder-api-2.7.5.jar (6.7 kB at 23 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/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 8.5 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/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 446 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/2.7.5/tycho-metadata-model-2.7.5.jar (38 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.7.5/org.eclipse.tycho.embedder.shared-2.7.5.jar (16 kB at 53 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 13 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/2.7.5/tycho-p2-facade-2.7.5.jar (28 kB at 92 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/2.7.5/org.eclipse.tycho.core.shared-2.7.5.jar (46 kB at 148 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.jar (1.5 MB at 4.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/2.7.5/tycho-bundles-external-2.7.5.zip (18 MB at 43 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/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.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/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.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/2.7.5/org.eclipse.tycho.p2.resolver.impl-2.7.5.jar (297 kB at 27 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.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/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.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/2.7.5/org.eclipse.tycho.p2.maven.repository-2.7.5.jar (167 kB at 14 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.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/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.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/2.7.5/org.eclipse.tycho.p2.tools.impl-2.7.5.jar (65 kB at 5.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.pom (2.5 kB at 158 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/2.7.5/tycho-compiler-plugin-2.7.5.jar (45 kB at 5.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.pom (1.7 kB at 214 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/2.7.5/target-platform-configuration-2.7.5.jar (14 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.pom (8.3 kB at 925 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire-plugin/2.7.5/tycho-surefire-plugin-2.7.5.jar (88 kB at 9.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.pom (3.0 kB at 331 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 1.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 4.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/15/apache-15.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/15/apache-15.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.pom (4.1 kB at 172 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 348 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 1.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/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.pom (3.5 kB at 388 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.pom (1.5 kB at 149 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-surefire/2.7.5/tycho-surefire-2.7.5.pom (3.4 kB at 200 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.pom (1.5 kB at 186 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.pom (1.9 kB at 185 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.pom (3.3 kB at 410 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.pom (3.3 kB at 143 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.pom (3.3 kB at 412 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.pom (3.3 kB at 412 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.pom (2.9 kB at 327 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.pom (3.4 kB at 420 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.pom (2.9 kB at 421 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.pom (3.4 kB at 336 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.pom (2.1 kB at 259 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.pom (3.5 kB at 354 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.22.2/surefire-2.22.2.pom (26 kB at 2.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 3.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/21/apache-21.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/21/apache-21.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 1.6 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.2/surefire-logger-api-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.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.2/surefire-logger-api-2.22.2.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.2/surefire-logger-api-2.22.2.pom (2.0 kB at 98 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.2/maven-surefire-common-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.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.2/maven-surefire-common-2.22.2.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.2/maven-surefire-common-2.22.2.pom (11 kB at 1.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 338 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 2.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 350 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 266 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 6.5 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 1.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 46 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 915 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 547 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 532 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 69 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 497 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 730 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 2.3 MB/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 845 kB/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 1.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 721 B/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.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.6.4/maven-plugin-annotations-3.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 42 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.6.4/maven-plugin-tools-3.6.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.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.6.4/maven-plugin-tools-3.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 216 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.pom (7.5 kB at 678 kB/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 295 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 2.5 MB/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.9 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 341 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-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 304 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 55 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 820 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 150 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 161 kB/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 241 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 308 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.4/maven-settings-3.8.4.pom (1.9 kB at 33 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 217 kB/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 81 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 417 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 1.3 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 207 kB/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 170 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 20 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 161 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.4/maven-core-3.8.4.pom (7.6 kB at 583 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.4/maven-settings-builder-3.8.4.pom (2.5 kB at 169 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.4/maven-builder-support-3.8.4.pom (1.4 kB at 140 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 270 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.pom (1.9 kB at 217 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.4/maven-model-builder-3.8.4.pom (3.4 kB at 377 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.4/maven-resolver-provider-3.8.4.pom (4.2 kB at 264 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.3/maven-resolver-api-1.6.3.pom (2.6 kB at 175 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 1.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 265 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.3/maven-resolver-util-1.6.3.pom (2.8 kB at 351 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 529 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 479 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 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-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 583 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 77 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 782 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 2.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/google/5/google-5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/google/5/google-5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 56 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 36 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 865 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 1.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 429 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 345 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 420 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 224 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 637 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 345 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 231 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 487 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 2.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 603 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 479 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 1.1 MB/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 304 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 128 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 460 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 1.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 196 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 936 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.pom (16 kB at 1.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.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/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/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-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-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.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.10/plexus-java-0.9.10.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.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/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/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-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-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.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.10/plexus-java-0.9.10.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-logger-api/2.22.2/surefire-logger-api-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.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/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/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-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-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.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.10/plexus-java-0.9.10.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/2.7.5/sisu-equinox-launching-2.7.5.jar (28 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 4.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/2.7.5/org.eclipse.tycho.surefire.junit-2.7.5.jar (26 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/2.7.5/org.eclipse.tycho.surefire.osgibooter-2.7.5.jar (1.2 MB at 46 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/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 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.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/2.7.5/org.eclipse.tycho.surefire.junit4-2.7.5.jar (65 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/2.7.5/org.eclipse.tycho.surefire.junit47-2.7.5.jar (185 kB at 4.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.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/2.7.5/org.eclipse.tycho.surefire.junit5-2.7.5.jar (425 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/2.7.5/org.eclipse.tycho.surefire.junit55-2.7.5.jar (680 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/2.7.5/org.eclipse.tycho.surefire.junit54-2.7.5.jar (616 kB at 8.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/2.7.5/org.eclipse.tycho.surefire.junit56-2.7.5.jar (706 kB at 7.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.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.2/biz.aQute.bndlib-5.1.2.jar (3.7 MB at 39 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/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/2.7.5/org.eclipse.tycho.surefire.junit57-2.7.5.jar (672 kB at 7.0 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.2/surefire-api-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/2.7.5/org.eclipse.tycho.surefire.junit58-2.7.5.jar (716 kB at 7.3 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.2/surefire-logger-api-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/2.7.5/org.eclipse.tycho.surefire.junit57withvintage-2.7.5.jar (736 kB at 6.9 MB/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.2/maven-surefire-common-2.22.2.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.2/surefire-logger-api-2.22.2.jar (13 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/2.7.5/org.eclipse.tycho.surefire.junit58withvintage-2.7.5.jar (782 kB at 7.2 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.2/surefire-api-2.22.2.jar (186 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-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-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/2.7.5/org.eclipse.tycho.surefire.testng-2.7.5.jar (111 kB at 930 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.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 237 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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.2 MB/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/surefire/surefire-booter/2.22.2/surefire-booter-2.22.2.jar (274 kB at 1.7 MB/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/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 941 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.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/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.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-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/surefire/maven-surefire-common/2.22.2/maven-surefire-common-2.22.2.jar (528 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.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 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.4/maven-repository-metadata-3.8.4.jar (27 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.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 382 kB/s) [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 210 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 604 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 214 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M8/qdox-2.0-M8.jar (316 kB at 1.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 379 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 1.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/25/apache-25.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/25/apache-25.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 2.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 4.5 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.pom (1.9 kB at 243 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-publisher-plugin/2.7.5/tycho-p2-publisher-plugin-2.7.5.jar (22 kB at 1.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.pom (2.5 kB at 211 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 616 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 825 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/2.7.5/tycho-packaging-plugin-2.7.5.jar (140 kB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 1.6 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.pom (1.8 kB at 204 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-repository-plugin/2.7.5/tycho-p2-repository-plugin-2.7.5.jar (37 kB at 4.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.pom (1.6 kB at 113 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.pom (1.1 kB at 143 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.70/bcpg-jdk15on-1.70.jar (376 kB at 34 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.70/bcprov-jdk15on-1.70.jar (5.9 MB at 79 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.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 610 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 1.6 MB/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 2.9 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 1.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 2.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.pom (2.4 kB at 262 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/2.7.5/tycho-p2-plugin-2.7.5.jar (30 kB at 3.8 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.pom (2.2 kB at 270 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 370 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 296 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 294 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 327 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 3.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 637 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/2.7.5/tycho-artifactcomparator-2.7.5.jar (20 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 8.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 19 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 425 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 2.7 MB/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 110 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 1.8 MB/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 1.3 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 1.3 MB/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 2.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 2.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 1.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 2.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/26/apache-26.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/26/apache-26.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 1.7 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 5.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.pom (5.0 kB at 227 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.22.2/maven-surefire-plugin-2.22.2.jar (41 kB at 1.3 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.pom (1.4 kB at 70 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-ds-plugin/2.7.5/tycho-ds-plugin-2.7.5.jar (8.9 kB at 635 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.pom (12 kB at 1.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/2.22.2/maven-failsafe-plugin-2.22.2.jar (294 kB at 10 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 376 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 2.2 MB/s) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-06/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2022-06 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-06/ (481B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-06/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-06/202206091200/ (87.05kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-06/202206151000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-06/202206151000/ (792.86kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/ (172B) [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/ (104.5kB) [INFO] Fetching p2.index from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/ (172B) [INFO] Adding repository https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06 [INFO] Fetching content.xml.xz from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/ (45.94kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.incubation.update-site:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/pom.xml [INFO] Fetching 202206151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-06/ (63B) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.45kB) [INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.46MB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.4kB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.41MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.27kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.41kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.23kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (703.81kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.5kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.35kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.45kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.53kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (411.93kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.55kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.12kB) [INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.87kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.85kB) [INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.25kB) [INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (891.43kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.14kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.47kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.48kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (395.31kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (260.38kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.35kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (231.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (147.64kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (369.38kB) [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.55kB) [INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.15MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/pom.xml [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (358.42kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.commons:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.89MB) [INFO] Fetching org.eclipse.acceleo.common_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (48.53kB) [INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (383.83kB) [INFO] Fetching org.eclipse.acceleo.engine_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.22kB) [INFO] Fetching org.eclipse.acceleo.model_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.38kB) [INFO] Fetching org.eclipse.acceleo.profiler_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.92kB) [INFO] Fetching org.eclipse.acceleo.parser_3.7.11.202102190929.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (145.42kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (296.42kB) [INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.45kB) [INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.28kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (518.07kB) [INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.71kB) [INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.99kB) [INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (445.67kB) [INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.39kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.13MB) [INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (728.18kB) [INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.05kB) [INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.03kB) [INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.81kB) [INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (125.46kB) [INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.2kB) [INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.78kB) [INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (246.14kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220401-1849.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (99.94kB) [INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.45kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.92kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.87kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.75kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (63.24kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.69kB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.57kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (245.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.54kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (257.06kB) [INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.46kB) [INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.72kB) [INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.02kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (120.46kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.81kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.16kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.43kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (190.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (93.42kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.64kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.15kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.28kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.67kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (90.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (137.49kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.07kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (198.29kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (215.8kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (318.59kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.01kB) [INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (293.55kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (330.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.html:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.papyrus:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] Fetching ca.odell.glazedlists_1.11.0.v20190926-1838.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (927.08kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (141.47kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (367.61kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (300.96kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.94kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.58MB) [INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.39kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.41kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.24kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.74kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.26kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.94kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (174.42kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.58kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.83kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.07kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.89kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.21kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (252.96kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.95kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB) [INFO] Fetching org.eclipse.papyrus.infra.core_4.3.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (317.76kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.3.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1,008.08kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.16kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.29kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.96kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.2MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (467.15kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_4.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (261.9kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.33kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (123.7kB) [INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.69MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (910.81kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (563.82kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.58kB) [INFO] Fetching org.eclipse.pde.core_3.15.200.v20220527-1237.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.35MB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.62kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (108.62kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (466.33kB) [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.04kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.43kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.76kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.05kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (159.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.86kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (75.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (162.76kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.17kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.78kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (193.55kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (96.36kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.96kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (41.18kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.93kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (30.9kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_4.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (136.76kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.72kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.41kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB) [INFO] Fetching org.eclipse.xtend.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.91kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.85kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.14kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (116.82kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.82kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.45kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.77kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (234.28kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (66.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.58kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.9kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.03kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.89kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.15kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.73kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.26kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.18kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (59.62kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.3kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.86kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_3.4.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (328.45kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.01kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (99.37kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.02kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.54kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.51kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.24kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.34kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.85kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (142.43kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (959.28kB) [INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.41MB) [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.91kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (214.12kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (267.04kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.35kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.63kB) [INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (178.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.58kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (119.6kB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (66.11kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.52kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (223.68kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (171.86kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (129.5kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.83kB) [INFO] Fetching org.eclipse.pde.build_3.11.200.v20220503-0921.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (491.23kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (423.11kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (162.36kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.27.0.v20220530-0353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.87kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.sirius:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (804.82kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (618.79kB) [INFO] Fetching org.eclipse.sirius.diagram_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (711.33kB) [INFO] Fetching org.eclipse.sirius.table_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (125.1kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_7.0.1.202205300817.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.66MB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.17kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.87kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.5kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (341.31kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (468.75kB) [INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.sirius.common_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (258.68kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (94.12kB) [INFO] Fetching org.eclipse.sirius.model_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (642.3kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (19.36kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (11.42kB) [INFO] Fetching org.eclipse.sirius_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (874.32kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (43.27kB) [INFO] Fetching org.eclipse.sirius.common.ui_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (285.87kB) [INFO] Fetching org.eclipse.sirius.diagram.model_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (759.56kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (16.04kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (59.3kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (119.02kB) [INFO] Fetching org.eclipse.sirius.ui_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (1.41MB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.29kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (30.76kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (13.6kB) [INFO] Fetching org.eclipse.sirius.ext.gef_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (18.01kB) [INFO] Fetching org.eclipse.sirius.ext.jface_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (10.76kB) [INFO] Fetching org.eclipse.sirius.ext.swt_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (11.44kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.38kB) [INFO] Fetching org.eclipse.sirius.table.model_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (248.05kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.docx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.pptx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.doc.xlsx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.pptx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.document.parser.xlsx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.metadata:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.m2t:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.preferences:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.process:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.docx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.odt:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.table:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.handlers:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.html:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.hyperlink:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.tags.parsers:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.ui:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.gmf:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.wizard.papyrus:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.documents.image.svg:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.batch.tests:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.65kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (421.77kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.08kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.43kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.openoffice.test:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.pptx.tests:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (898.68kB) [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (253.01kB) [INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (802.8kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.17kB) [INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (590.15kB) [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (286.12kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.84kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (108.48kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.92kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.96MB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.23kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.97MB) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (128.92kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (422.85kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.69kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.48kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.68kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (193.98kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.4kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.19kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (230.3kB) [INFO] Fetching org.eclipse.xtext_2.27.0.v20220530-0355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.62MB) [INFO] Fetching org.eclipse.xtext.common.types_2.27.0.v20220530-0402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (501.04kB) [INFO] Fetching org.eclipse.xtext.util_2.27.0.v20220530-0355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (307.81kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.93kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.82kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.help.base_4.3.700.v20220607-0700.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (434.45kB) [INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220510-1941.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (738.63kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.18MB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.96kB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.7.v20220605-1149.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.06MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220605-1149.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.36kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220605-1149.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (870.19kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220605-1149.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.94kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220605-1149.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.17kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202203170939.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.39MB) [INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.97kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (86.14kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (386.19kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (411.61kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (413.46kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (217.1kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (574.36kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (79.15kB) [INFO] Fetching org.eclipse.xtext.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.88MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (150.29kB) [INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.34MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.18kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.54kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (99.38kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (204.53kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (226.18kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.65kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.36kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (280.41kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (311.21kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (247.88kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.49kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (243.5kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (216.7kB) [INFO] Fetching org.eclipse.xtext.builder_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (393.86kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.69kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.14kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.5kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.95kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (181.34kB) [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.76kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.49kB) [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.81MB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (286.35kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (187.98kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.24MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (446.04kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (185.09kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.2MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (380.01kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (636.18kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (876.54kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (173.51kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.09MB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (465.6kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.24MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.1MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB) [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.11kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.09kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (892.86kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (4.59MB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.19MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.79MB) [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.1kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (90.96kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (157.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (514.61kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (472.1kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (335.02kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (129.71kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (578.43kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.66kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.29kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.21kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (756.42kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (611.35kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.41kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.49MB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.4kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (73.57kB) [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.11kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.69kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.63kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.89kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (224.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (156.16kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (120.81kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (374.27kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.98kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.88kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.98kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.82kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (83.32kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.34kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (291.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.95kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.9kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.22kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (41.87kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.56kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.13kB) [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.88kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.85kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (79.43kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.8kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.59kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.4kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.98kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.79kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (143.1kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.74kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.25kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.54kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.4kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.02kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.12kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.13kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.72kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (272.96kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.28kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.73kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (108.12kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.94kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.13kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (119.05kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (124.03kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.92kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.78kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (30.13kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (210.18kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (135.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.6kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (75.78kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.39kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.68kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (122.55kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (283.09kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.6kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.9kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (345.92kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (167.71kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.49kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.75kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.92kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.59kB) [INFO] Fetching org.eclipse.xtext.generator_2.27.0.v20220530-0402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (856.55kB) [INFO] Fetching org.eclipse.xtext.xbase_2.27.0.v20220530-0402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.46MB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (258.74kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (119.07kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (74.28kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.87kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.67kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (116.32kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (30.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.74kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.69kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.57kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (41.17kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.54kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.72kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.2kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.26kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_5.0.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (252.92kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.85kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.86kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.98kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.07kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.06kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.74kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (127.81kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.52kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (247.04kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (605.01kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (48.09kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.76kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.35kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (181kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.13kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.01kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.97kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (83.16kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.97kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (103.79kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.48kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.15kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.87kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.48kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.42kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.6kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.66kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (321.78kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.98kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.62kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.sdk_6.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.64kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_6.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.03kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.44MB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.93kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.98kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (407.96kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.32kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (394.86kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.12kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.91MB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (264.81kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.88kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.71kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.24kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (488.95kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (584.5kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.35MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (488.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (160.08kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (599.45kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.51MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (609.06kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (979.21kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (546.73kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.98MB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.6kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.85kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.53kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (145.12kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.07kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.51kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.95kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.72kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (823.74kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (217.32kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (517.82kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (112.04kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.38kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (73.67kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (334.27kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (240.41kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (178.85kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (87.76kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.48kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.15kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.8kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.16kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.06kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (98.59kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (344.71kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (31.73kB) [INFO] Fetching org.eclipse.papyrus.uml.export_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (78.42kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (80.05kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.99kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.69kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.51MB) [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (38.77kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.23kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (166.62kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.8kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.23kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.05kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.57kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (223.82kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (34.06kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.67kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (307.6kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.14kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.6kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.67kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.94kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.11kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (249.88kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.01kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.98kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (60.78kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.91kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.58kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.29kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.68kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.86kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.6kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.29kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.92kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.82kB) [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (60.64kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.6kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.66kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (170.44kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.62kB) [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.24kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (37.64kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (78.52kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (94.57kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.99kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.06kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.08kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.84kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.53kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.86kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (160.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (87.85kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (190.29kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (87.58kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.28kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.07kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.45kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (66.29kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.1kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (190.8kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (88.04kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (117.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (310.23kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (386.69kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.98kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.65kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.31kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.67kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.28kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.8kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.69kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (72.75kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.7kB) [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.03kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.63kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.6kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202205251022.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.65kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.27.0.v20220530-0402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.99kB) [INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.86kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.ecore_2.27.0.v20220530-0402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.27.0.v20220530-0355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (969.14kB) [INFO] Fetching org.eclipse.xtext.ide_2.27.0.v20220530-0355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.48kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (195.42kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.64kB) [INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.13kB) [INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.93kB) [INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.29kB) [INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.91kB) [INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.08kB) [INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.25kB) [INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (19.15kB) [INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (17.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.services.xlsx.tests:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.feature:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.papyrus.feature:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gendoc:org.eclipse.gendoc.sirius.feature:0.7.3-SNAPSHOT @ /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.batch [eclipse-plugin] [INFO] org.eclipse.gendoc.script.acceleo [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.commons [eclipse-plugin] [INFO] org.eclipse.gendoc.bundle.acceleo.gmf [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.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.3-SNAPSHOT [1/45] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 3.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 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/39/maven-parent-39.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 16 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/apache/29/apache-29.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/apache/29/apache-29.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 10 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 16 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 51 MB/s) [INFO] [INFO] --- install:3.1.1:install (default-install) @ parent --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 503 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 4.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 13 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 49 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 45 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 27 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/parent/0.7.3-SNAPSHOT/parent-0.7.3-SNAPSHOT.pom [INFO] [INFO] -------< org.eclipse.gendoc:org.eclipse.gendoc.document.parser >-------- [INFO] Building org.eclipse.gendoc.document.parser 0.7.3-SNAPSHOT [2/45] [INFO] from plugins/org.eclipse.gendoc.document.parser/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.pom (1.7 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.prefs/1.1.2/org.osgi.service.prefs-1.1.2.jar (20 kB at 630 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.document.parser --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ 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.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 71 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 478 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 122 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 268 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 106 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.pom (2.4 kB at 217 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.pom (1.6 kB at 54 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.pom (1.7 kB at 208 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 776 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 962 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-lib-detector/2.7.5/tycho-lib-detector-2.7.5.jar (3.5 kB at 117 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/2.7.5/tycho-compiler-jdt-2.7.5.jar (18 kB at 475 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.29.0/ecj-3.29.0.jar (3.2 MB at 65 MB/s) [INFO] Resolving class path of org.eclipse.gendoc.document.parser... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.62kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.15MB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.100.v20200805-0859.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.16kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.6kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.25kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (9.54kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (249.4kB) [INFO] Fetching org.eclipse.equinox.transforms.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (29.95kB) [INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.02MB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.equinox.weaving.hook_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.11kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (10.74kB) [INFO] Fetching org.eclipse.core.filesystem.linux.ppc64le_1.4.100.v20180828-0158.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.11kB) [INFO] Fetching org.eclipse.fx.osgi_3.7.0.202010120720.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.23kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.region_1.5.200.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.37kB) [INFO] [INFO] --- resources: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-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 121 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 1.1 MB/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 1.9 MB/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 490 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.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 377 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 250 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 381 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 273 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 690 kB/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 100 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 857 kB/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 283 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 328 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 264 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 197 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 243 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.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 746 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 239 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 219 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 206 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 53 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 301 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 243 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 301 kB/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 252 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 506 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 157 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 416 kB/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 370 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 8.4 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 179 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 934 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 856 kB/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 47 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 318 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 335 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 629 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 1.2 MB/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 111 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 407 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 2.2 MB/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/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-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-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-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/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-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-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-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/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-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-monitor/2.0.6/maven-monitor-2.0.6.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/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-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/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-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-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-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/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/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/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/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-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-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/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-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-monitor/2.0.6/maven-monitor-2.0.6.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/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-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/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-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-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-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/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/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/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-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/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-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/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-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-monitor/2.0.6/maven-monitor-2.0.6.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/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-plugin-api/2.0.6/maven-plugin-api-2.0.6.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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] 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 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.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 5.8 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-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 497 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/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 116 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-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] 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 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 677 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 517 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 61 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/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.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 627 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 35 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 313 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 177 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.document.parser --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.document.parser --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom (5.2 kB at 202 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 63 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 142 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 128 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 188 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 161 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 109 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom (2.7 kB at 116 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar (3.2 MB at 61 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 29 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar (425 kB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 707 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 1.6 MB/s) [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.document.parser --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.document.parser --- [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 162 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 204 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 1.9 MB/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 4.8 MB/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 198 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 3.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 383 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 311 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 249 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 831 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 178 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 237 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 1.1 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 124 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 181 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 132 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 171 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 180 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 1.5 MB/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 3.4 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 8.4 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 322 kB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [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.jar [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.jar [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.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [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.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [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.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from Eclipse.org CBI repo: https://repo.eclipse.org/content/groups/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.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.4/plexus-cipher-1.4.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [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.jar [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.jar [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.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [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.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [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.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.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.4/plexus-cipher-1.4.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [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.jar [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.jar [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.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [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.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [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.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from Eclipse - Acceleo Snapshot: https://repo.eclipse.org/content/repositories/acceleo-snapshots/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.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.4/plexus-cipher-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 952 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar [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.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.5.2/maven-plugin-annotations-3.5.2.jar (14 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [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.jar (80 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [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.jar (228 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [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.jar (51 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 894 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 327 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 422 kB/s) [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 865 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 352 kB/s) [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.jar (26 kB at 611 kB/s) [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.document.parser --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.document.parser --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.document.parser --- [JENKINS] Recording test results [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.document.parser --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.document.parser --- [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 34 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 249 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 482 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 726 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.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/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/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-digest/1.0/plexus-digest-1.0.jar (12 kB at 988 kB/s) [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [3/45] [INFO] from plugins/org.eclipse.gendoc.services/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services --- [INFO] Resolving class path of org.eclipse.gendoc.services... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.services --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.services --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.services --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [4/45] [INFO] from plugins/org.eclipse.gendoc.tags/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.tags --- [INFO] Resolving class path of org.eclipse.gendoc.tags... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.tags --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.tags --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.tags --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.tags --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [5/45] [INFO] from plugins/org.eclipse.gendoc.tags.parsers/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.parsers --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.tags.parsers --- [INFO] Resolving class path of org.eclipse.gendoc.tags.parsers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.parsers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.tags.parsers --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.parsers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.tags.parsers --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.parsers --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.parsers --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.tags.parsers --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.tags.parsers --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.parsers --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [6/45] [INFO] from plugins/org.eclipse.gendoc.table/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.table --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.table --- [INFO] Resolving class path of org.eclipse.gendoc.table... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.table --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.table --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.table --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.table --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/org.eclipse.gendoc.table-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.table --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.table --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.table --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.table --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/org.eclipse.gendoc.table-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [7/45] [INFO] from plugins/org.eclipse.gendoc.documents/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.documents --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.documents --- [INFO] Resolving class path of org.eclipse.gendoc.documents... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.documents --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.documents --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.documents --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.documents --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.documents --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.documents --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.documents --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.documents --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.documents --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [8/45] [INFO] from plugins/org.eclipse.gendoc.process/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.process --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.process --- [INFO] Resolving class path of org.eclipse.gendoc.process... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.process --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.process --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.process --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.process --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.process --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.process --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.process --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.process --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.process --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [9/45] [INFO] from plugins/org.eclipse.gendoc.m2t/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.m2t --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.m2t --- [INFO] Resolving class path of org.eclipse.gendoc.m2t... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.m2t --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.m2t --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.m2t --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.m2t --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.m2t --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.m2t --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.m2t --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.m2t --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.m2t --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [10/45] [INFO] from plugins/org.eclipse.gendoc.tags.handlers/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.handlers --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.tags.handlers --- [INFO] Resolving class path of org.eclipse.gendoc.tags.handlers... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.handlers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.tags.handlers --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.handlers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.tags.handlers --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.handlers --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.handlers --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.tags.handlers --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.tags.handlers --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.handlers --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [11/45] [INFO] from plugins/org.eclipse.gendoc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc --- [INFO] Resolving class path of org.eclipse.gendoc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.gendoc --- [INFO] [INFO] ------------< org.eclipse.gendoc:org.eclipse.gendoc.batch >------------- [INFO] Building org.eclipse.gendoc.batch 0.7.3-SNAPSHOT [12/45] [INFO] from plugins/org.eclipse.gendoc.batch/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.batch --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.batch --- [INFO] Resolving class path of org.eclipse.gendoc.batch... [INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.19kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.batch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.batch --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.batch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.batch --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.batch --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.batch --- [INFO] [JENKINS] Recording test results[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.batch --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.batch --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.gendoc.batch --- [INFO] [INFO] --------< org.eclipse.gendoc:org.eclipse.gendoc.script.acceleo >-------- [INFO] Building org.eclipse.gendoc.script.acceleo 0.7.3-SNAPSHOT [13/45] [INFO] from plugins/org.eclipse.gendoc.script.acceleo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.script.acceleo --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.script.acceleo --- [INFO] Resolving class path of org.eclipse.gendoc.script.acceleo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.script.acceleo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.script.acceleo --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.script.acceleo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.script.acceleo --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.script.acceleo --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.script.acceleo --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.script.acceleo --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.script.acceleo --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.script.acceleo --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [14/45] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Resolving class path of org.eclipse.gendoc.bundle.acceleo.commons... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/classes [INFO] [INFO] --- org.eclipse.acceleo.: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 75 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 1.1 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 387 kB/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 310 kB/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 1.3 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 642 kB/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 114 kB/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 449 kB/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 378 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 170 kB/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 245 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 100 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 135 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 222 kB/s) [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.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 Release: https://repo.eclipse.org/content/repositories/acceleo-releases/org/eclipse/acceleo/org.eclipse.acceleo.parser/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.parser/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.parser/3.6.4-SNAPSHOT/maven-metadata.xml (1.7 kB at 152 kB/s) [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 152 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 78 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 48 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 3.8 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 Snapshots: 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 Snapshot: 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 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 119 kB/s) [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 119 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 193 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/maven-metadata.xml [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 - 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 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 186 kB/s) [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 167 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 83 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 54 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 62 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 48 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 36 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 36 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 21 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 60 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 24 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 48 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 186 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 280 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 96 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 54 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 43 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] 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 13 MB/s) [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] 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.common/1.2.0.v20140610-0641/org.eclipse.ocl.common-1.2.0.v20140610-0641.jar (34 kB at 1.3 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/2.10.2.v20150123-0348/org.eclipse.emf.ecore-2.10.2.v20150123-0348.jar (1.2 MB at 40 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.ocl.ecore/3.3.100.v20140610-0641/org.eclipse.ocl.ecore-3.3.100.v20140610-0641.jar (370 kB at 9.7 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/lpg.runtime.java/2.0.17.v201004271640/lpg.runtime.java-2.0.17.v201004271640.jar (117 kB at 2.8 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.emf.common/2.10.1.v20150123-0348/org.eclipse.emf.common-2.10.1.v20150123-0348.jar (354 kB at 7.9 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/org.eclipse.core.contenttype/3.4.200.v20140207-1251/org.eclipse.core.contenttype-3.4.200.v20140207-1251.jar (94 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] 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 25 MB/s) [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.core.runtime/3.10.0.v20140318-2214/org.eclipse.core.runtime-3.10.0.v20140318-2214.jar (75 kB at 1.3 MB/s) [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] 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 13 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] 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] 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 16 MB/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/org.eclipse.acceleo.common-3.6.4-20160826.061410-35.jar (119 kB at 3.6 MB/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/org.eclipse.acceleo.model-3.6.4-20160826.061427-35.jar (164 kB at 4.8 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] 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 633 kB/s) [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-model/2.0.8/maven-model-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-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-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.jar (57 kB at 6.3 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 5.5 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-model/2.0.8/maven-model-2.0.8.jar (87 kB at 8.7 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-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/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-registry/2.0.8/maven-plugin-registry-2.0.8.jar (29 kB at 1.7 MB/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-artifact/2.0.8/maven-artifact-2.0.8.jar (88 kB at 4.6 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-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.jar (25 kB at 1.1 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 8.5 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 1.0 MB/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 39 MB/s) [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 822 kB/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-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons'... [INFO] Mapping the pom.xml to AcceleoProject... [INFO] Adding jar dependencies... [INFO] Starting parsing... WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.emf.ecore.xmi.impl.XMLHandler (file:/home/jenkins/.m2/repository/org/eclipse/acceleo/org.eclipse.emf.ecore.xmi/2.10.2.v20150123-0348/org.eclipse.emf.ecore.xmi-2.10.2.v20150123-0348.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the maintainers of org.eclipse.emf.ecore.xmi.impl.XMLHandler WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Saving ouput file for '/home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.bundle.acceleo.commons --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.bundle.acceleo.commons --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.commons --- [INFO] [INFO] ------< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.gmf >------ [INFO] Building org.eclipse.gendoc.bundle.acceleo.gmf 0.7.3-SNAPSHOT [15/45] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Resolving class path of org.eclipse.gendoc.bundle.acceleo.gmf... [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202204130739.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (752.74kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/classes [INFO] [INFO] --- org.eclipse.acceleo.: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-2022-06-MergeRequests/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-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/org/eclipse/gendoc/bundle/acceleo/gmf/mtl/gmf.mtl'. [INFO] Build completed. [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.gendoc.bundle.acceleo.gmf --- [INFO] [INFO] ------< org.eclipse.gendoc:org.eclipse.gendoc.documents.metadata >------ [INFO] Building org.eclipse.gendoc.documents.metadata 0.7.3-SNAPSHOT [16/45] [INFO] from plugins/org.eclipse.gendoc.documents.metadata/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.documents.metadata --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.documents.metadata --- [INFO] Resolving class path of org.eclipse.gendoc.documents.metadata... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.documents.metadata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.documents.metadata --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.documents.metadata --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.documents.metadata --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.documents.metadata --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.documents.metadata --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.documents.metadata --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.documents.metadata --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.documents.metadata --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [17/45] [INFO] from plugins/org.eclipse.gendoc.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.ui --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.ui --- [INFO] Resolving class path of org.eclipse.gendoc.ui... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.ui --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.ui --- [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.ui --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.ui --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.ui --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [18/45] [INFO] from plugins/org.eclipse.gendoc.services.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.docx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services.docx --- [INFO] Resolving class path of org.eclipse.gendoc.services.docx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services.docx --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.services.docx --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.docx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.services.docx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.services.docx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.docx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [19/45] [INFO] from plugins/org.eclipse.gendoc.tags.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.html --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.tags.html --- [INFO] Resolving class path of org.eclipse.gendoc.tags.html... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.tags.html --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.tags.html --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.html --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.tags.html --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.tags.html --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.html --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.gendoc.tags.html --- [INFO] [INFO] -----< org.eclipse.gendoc:org.eclipse.gendoc.bundle.acceleo.html >------ [INFO] Building org.eclipse.gendoc.bundle.acceleo.html 0.7.3-SNAPSHOT [20/45] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Resolving class path of org.eclipse.gendoc.bundle.acceleo.html... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/classes [INFO] [INFO] --- org.eclipse.acceleo.: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] Starting the build sequence for the project '/home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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-2022-06-MergeRequests/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] [JENKINS] Recording test results[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.bundle.acceleo.html --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.html --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [21/45] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.pom (2.2 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pom/2.3.6/org.ow2.sat4j.pom-2.3.6.pom (14 kB at 553 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.pom (1.9 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.core/2.3.6/org.ow2.sat4j.core-2.3.6.jar (440 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/sat4j/org.ow2.sat4j.pb/2.3.6/org.ow2.sat4j.pb-2.3.6.jar (443 kB at 20 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Resolving class path of org.eclipse.gendoc.bundle.acceleo.papyrus... [INFO] Fetching com.google.inject.assistedinject_3.0.0.v201402270930.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.97kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (22.27kB) [INFO] Fetching com.google.inject.multibindings_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.55kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.39kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (102.22kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (220.82kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/classes [INFO] [INFO] --- org.eclipse.acceleo.: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-2022-06-MergeRequests/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-2022-06-MergeRequests/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.papyrus --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [22/45] [INFO] from plugins/org.eclipse.gendoc.bundle.acceleo.sirius/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Resolving class path of org.eclipse.gendoc.bundle.acceleo.sirius... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/classes [INFO] [INFO] --- org.eclipse.acceleo.: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-2022-06-MergeRequests/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-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/org/eclipse/gendoc/bundle/acceleo/sirius/mtl/sirius.mtl'. [INFO] Build completed. [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.bundle.acceleo.sirius --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [23/45] [INFO] from plugins/org.eclipse.gendoc.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.doc --- [INFO] Resolving class path of org.eclipse.gendoc.doc... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.doc --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.doc --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.doc --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.doc --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [24/45] [INFO] from plugins/org.eclipse.gendoc.doc.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc.docx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.doc.docx --- [INFO] Resolving class path of org.eclipse.gendoc.doc.docx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.doc.docx --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.doc.docx --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc.docx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.doc.docx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.doc.docx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.doc.docx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [25/45] [INFO] from plugins/org.eclipse.gendoc.doc.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc.pptx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.doc.pptx --- [INFO] Resolving class path of org.eclipse.gendoc.doc.pptx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.doc.pptx --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.doc.pptx --- [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc.pptx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.doc.pptx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.doc.pptx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.doc.pptx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [26/45] [INFO] from plugins/org.eclipse.gendoc.doc.xlsx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.doc.xlsx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Resolving class path of org.eclipse.gendoc.doc.xlsx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.doc.xlsx --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.doc.xlsx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.doc.xlsx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.doc.xlsx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.doc.xlsx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [27/45] [INFO] from plugins/org.eclipse.gendoc.document.parser.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Resolving class path of org.eclipse.gendoc.document.parser.pptx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/target/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.document.parser.pptx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.document.parser.pptx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.document.parser.pptx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/target/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [28/45] [INFO] from plugins/org.eclipse.gendoc.document.parser.xlsx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Resolving class path of org.eclipse.gendoc.document.parser.xlsx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/target/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.document.parser.xlsx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.document.parser.xlsx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.document.parser.xlsx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/target/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [29/45] [INFO] from plugins/org.eclipse.gendoc.documents.image.svg/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.documents.image.svg --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Resolving class path of org.eclipse.gendoc.documents.image.svg... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.documents.image.svg --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/target/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.documents.image.svg --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.documents.image.svg --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.documents.image.svg --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.documents.image.svg --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/target/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.image.svg/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.documents.image.svg/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [30/45] [INFO] from plugins/org.eclipse.gendoc.services.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.odt --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services.odt --- [INFO] Resolving class path of org.eclipse.gendoc.services.odt... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services.odt --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.services.odt --- [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.odt --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.services.odt --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.services.odt --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.odt --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [31/45] [INFO] from plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Resolving class path of org.eclipse.gendoc.tags.hyperlink... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] [JENKINS] Recording test results[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.tags.hyperlink --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.tags.hyperlink --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [32/45] [INFO] from plugins/org.eclipse.gendoc.wizard/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.wizard --- [INFO] Resolving class path of org.eclipse.gendoc.wizard... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.wizard --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.wizard --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.wizard --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.wizard --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [33/45] [INFO] from plugins/org.eclipse.gendoc.wizard.gmf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard.gmf --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Resolving class path of org.eclipse.gendoc.wizard.gmf... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.wizard.gmf --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard.gmf --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.wizard.gmf --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.wizard.gmf --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard.gmf --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [34/45] [INFO] from plugins/org.eclipse.gendoc.preferences/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.preferences --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.preferences --- [INFO] Resolving class path of org.eclipse.gendoc.preferences... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.preferences --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.preferences --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.preferences --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.preferences --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.preferences --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.preferences --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.preferences --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.preferences --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [35/45] [INFO] from plugins/org.eclipse.gendoc.services.xlsx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.xlsx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services.xlsx --- [INFO] Resolving class path of org.eclipse.gendoc.services.xlsx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.xlsx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services.xlsx --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.xlsx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.services.xlsx --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.xlsx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.xlsx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.services.xlsx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.services.xlsx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.xlsx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [36/45] [INFO] from plugins/org.eclipse.gendoc.services.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.pptx --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services.pptx --- [INFO] Resolving class path of org.eclipse.gendoc.services.pptx... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services.pptx --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.services.pptx --- [INFO] No tests to run. [INFO] [JENKINS] Recording test results[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.pptx --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.services.pptx --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.services.pptx --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.pptx --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [37/45] [INFO] from features/org.eclipse.gendoc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.feature --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.gendoc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [38/45] [INFO] from plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Resolving class path of org.eclipse.gendoc.wizard.papyrus... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.wizard.papyrus --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.wizard.papyrus --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.wizard.papyrus --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [39/45] [INFO] from features/org.eclipse.gendoc.papyrus.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.papyrus.feature --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.gendoc.papyrus.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.papyrus.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.papyrus.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [40/45] [INFO] from features/org.eclipse.gendoc.sirius.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.sirius.feature --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.gendoc.sirius.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gendoc.sirius.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.sirius.feature --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [41/45] [INFO] from releng/org.eclipse.gendoc.update-site/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gendoc.incubation.update-site --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.incubation.update-site --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.incubation.update-site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.eclipse.emf.ant_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.93kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.95kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.9kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.93kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.23.0.v20210412-0833.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (104.21kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.19.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.85kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.48kB) [INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.08kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.5kB) [INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (44.1kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.11.0.v20210405-0904.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (60.5kB) [INFO] Fetching org.eclipse.emf.converter_2.17.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.01kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (54.37kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.91kB) [INFO] Fetching org.eclipse.emf.databinding_1.9.0.v20220516-1117.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.71kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.15.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.94kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.86kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf_2.30.0.v20220516-1117.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.04kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.39kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.17kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.66kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.6kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.87kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.89kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.15.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (21.01kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.13.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.95kB) [INFO] Fetching org.eclipse.emf.mapping_2.14.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.14.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-06/202206151000/features/ (20.89kB) [INFO] Fetching org.eclipse.sirius.ext.e3_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (9.46kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (9.44kB) [INFO] Fetching org.eclipse.sirius.ext.ide_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (20.97kB) [INFO] Fetching org.eclipse.sirius.synchronizer_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (38.18kB) [INFO] Fetching org.eclipse.sirius.tree.model_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (155.68kB) [INFO] Fetching org.eclipse.sirius.tree_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/plugins/ (111.75kB) [INFO] Fetching org.eclipse.sirius.runtime_7.1.2.202403150749.jar from https://download.eclipse.org/sirius/updates/releases/7.1.2/2021-06/features/ (21.12kB) [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.gendoc.incubation.update-site --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT.zip [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.incubation.update-site --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.7.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.incubation.update-site/0.7.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [42/45] [INFO] from tests/org.eclipse.gendoc.batch.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.batch.tests --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.batch.tests --- [INFO] Resolving class path of org.eclipse.gendoc.batch.tests... [INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.42kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.0.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.67kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.35kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.600.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (7.78kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.49kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (85.99kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.81kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.4kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.35kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (84.59kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.batch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.batch.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.batch.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.batch.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.batch.tests --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.gendoc.batch.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/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.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/work/data, -install, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/work, -configuration, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/surefire.properties] Running org.eclipse.gendoc.batch.tests.GetOptTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.gendoc.batch.tests.GetOptTest testPrintHelpArgOptArray(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0.013 s testGetArguments(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0 s testPrintHelpArgOptArrayPrintStream(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0.001 s testGetFlatArguments(org.eclipse.gendoc.batch.tests.GetOptTest) Time elapsed: 0 s Running org.eclipse.gendoc.batch.tests.ArgOptTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.gendoc.batch.tests.ArgOptTest testArgOptCreation(org.eclipse.gendoc.batch.tests.ArgOptTest) Time elapsed: 0 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 (SWT:797): Gdk-CRITICAL **: 14:38:52.044: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [JENKINS] Recording test results [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.batch.tests --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [43/45] [INFO] from tests/org.eclipse.gendoc.services.openoffice.test/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Resolving class path of org.eclipse.gendoc.services.openoffice.test... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.gendoc.services.openoffice.test --- [JENKINS] Recording test results[INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/target/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.gendoc.services.openoffice.test --- [JENKINS] Recording test results[INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.gendoc.services.openoffice.test --- [WARNING] Parameter 'encoding' (user property 'encoding') is deprecated: since of 2.20.1 [INFO] No tests to run. [JENKINS] Recording test results[INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.openoffice.test --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/target/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [44/45] [INFO] from tests/org.eclipse.gendoc.services.pptx.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Resolving class path of org.eclipse.gendoc.services.pptx.tests... [INFO] Fetching com.google.inject.assistedinject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20220531185310/repository/plugins/ (58.81kB) [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/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.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/work/data, -install, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/work, -configuration, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/surefire.properties] Running org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.576 s - in org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest simpleTest(org.eclipse.gendoc.services.pptx.tests.PptxSimpleTest) Time elapsed: 11.554 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [JENKINS] Recording test results [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.pptx.tests --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5: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.3-SNAPSHOT [45/45] [INFO] from tests/org.eclipse.gendoc.services.xlsx.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] The project's OSGi version is 0.7.3.202404261435 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Resolving class path of org.eclipse.gendoc.services.xlsx.tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/classes [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/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.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/work/data, -install, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/work, -configuration, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/surefire.properties] Running org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.93 s - in org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest simpleTestLoopMultipleRowMultipleColsGapsAndBreaks(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 7.5 s simpleTestLoopMultipleRowMultipleColsWithGaps(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 1.384 s simpleTestLoopMultipleRowMultipleColsGapsAndDiagrams(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 4.224 s simpleTestLoopMultipleRowMultipleCols(org.eclipse.gendoc.services.xlsx.tests.XlsxSimpleTest) Time elapsed: 0.799 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [JENKINS] Recording test results [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/.tycho-consumer-pom.xml to /home/jenkins/.m2/repository/org/eclipse/gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/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.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.gendoc.services.xlsx.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for parent 0.7.3-SNAPSHOT: [INFO] [INFO] parent ............................................. SUCCESS [ 0.844 s] [INFO] org.eclipse.gendoc.document.parser ................. SUCCESS [ 8.357 s] [INFO] org.eclipse.gendoc.services ........................ SUCCESS [ 1.607 s] [INFO] org.eclipse.gendoc.tags ............................ SUCCESS [ 1.411 s] [INFO] org.eclipse.gendoc.tags.parsers .................... SUCCESS [ 1.424 s] [INFO] org.eclipse.gendoc.table ........................... SUCCESS [ 1.094 s] [INFO] org.eclipse.gendoc.documents ....................... SUCCESS [ 1.682 s] [INFO] org.eclipse.gendoc.process ......................... SUCCESS [ 1.423 s] [INFO] org.eclipse.gendoc.m2t ............................. SUCCESS [ 1.363 s] [INFO] org.eclipse.gendoc.tags.handlers ................... SUCCESS [ 1.713 s] [INFO] org.eclipse.gendoc ................................. SUCCESS [ 1.385 s] [INFO] org.eclipse.gendoc.batch ........................... SUCCESS [ 1.553 s] [INFO] org.eclipse.gendoc.script.acceleo .................. SUCCESS [ 1.659 s] [INFO] org.eclipse.gendoc.bundle.acceleo.commons .......... SUCCESS [ 3.971 s] [INFO] org.eclipse.gendoc.bundle.acceleo.gmf .............. SUCCESS [ 2.829 s] [INFO] org.eclipse.gendoc.documents.metadata .............. SUCCESS [ 1.499 s] [INFO] org.eclipse.gendoc.ui .............................. SUCCESS [ 1.579 s] [INFO] org.eclipse.gendoc.services.docx ................... SUCCESS [ 1.717 s] [INFO] org.eclipse.gendoc.tags.html ....................... SUCCESS [ 1.628 s] [INFO] org.eclipse.gendoc.bundle.acceleo.html ............. SUCCESS [ 1.637 s] [INFO] org.eclipse.gendoc.bundle.acceleo.papyrus .......... SUCCESS [ 4.513 s] [INFO] org.eclipse.gendoc.bundle.acceleo.sirius ........... SUCCESS [ 2.530 s] [INFO] org.eclipse.gendoc.doc ............................. SUCCESS [ 1.211 s] [INFO] org.eclipse.gendoc.doc.docx ........................ SUCCESS [ 1.241 s] [INFO] org.eclipse.gendoc.doc.pptx ........................ SUCCESS [ 1.229 s] [INFO] org.eclipse.gendoc.doc.xlsx ........................ SUCCESS [ 1.254 s] [INFO] org.eclipse.gendoc.document.parser.pptx ............ SUCCESS [ 1.341 s] [INFO] org.eclipse.gendoc.document.parser.xlsx ............ SUCCESS [ 1.325 s] [INFO] org.eclipse.gendoc.documents.image.svg ............. SUCCESS [ 1.319 s] [INFO] org.eclipse.gendoc.services.odt .................... SUCCESS [ 1.349 s] [INFO] org.eclipse.gendoc.tags.hyperlink .................. SUCCESS [ 1.306 s] [INFO] org.eclipse.gendoc.wizard .......................... SUCCESS [ 1.393 s] [INFO] org.eclipse.gendoc.wizard.gmf ...................... SUCCESS [ 1.343 s] [INFO] org.eclipse.gendoc.preferences ..................... SUCCESS [ 1.596 s] [INFO] org.eclipse.gendoc.services.xlsx ................... SUCCESS [ 1.314 s] [INFO] org.eclipse.gendoc.services.pptx ................... SUCCESS [ 1.303 s] [INFO] org.eclipse.gendoc.feature ......................... SUCCESS [ 1.300 s] [INFO] org.eclipse.gendoc.wizard.papyrus .................. SUCCESS [ 2.260 s] [INFO] org.eclipse.gendoc.papyrus.feature ................. SUCCESS [ 1.028 s] [INFO] org.eclipse.gendoc.sirius.feature .................. SUCCESS [ 0.909 s] [INFO] org.eclipse.gendoc.incubation.update-site .......... SUCCESS [ 4.487 s] [INFO] org.eclipse.gendoc.batch.tests ..................... SUCCESS [ 7.304 s] [INFO] org.eclipse.gendoc.services.openoffice.test ........ SUCCESS [ 1.411 s] [INFO] org.eclipse.gendoc.services.pptx.tests ............. SUCCESS [ 28.786 s] [INFO] org.eclipse.gendoc.services.xlsx.tests ............. SUCCESS [ 30.964 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:42 min [INFO] Finished at: 2024-04-26T14:40:12Z [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.xlsx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.xlsx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/org.eclipse.gendoc.table-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.table/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.table/0.7.3-SNAPSHOT/org.eclipse.gendoc.table-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.pptx.tests/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx.tests-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/org.eclipse.gendoc-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc/0.7.3-SNAPSHOT/org.eclipse.gendoc-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.html/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.html-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.sirius/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.sirius/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.sirius-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.commons/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.commons/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.commons-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.script.acceleo/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.script.acceleo/0.7.3-SNAPSHOT/org.eclipse.gendoc.script.acceleo-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/target/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.xlsx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.xlsx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.parsers/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.parsers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.parsers-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/pom.xml to org.eclipse.gendoc/parent/0.7.3-SNAPSHOT/parent-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.m2t/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.m2t/0.7.3-SNAPSHOT/org.eclipse.gendoc.m2t-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.papyrus-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/org.eclipse.gendoc.process-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.process/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.process/0.7.3-SNAPSHOT/org.eclipse.gendoc.process-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.hyperlink/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.hyperlink/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.hyperlink-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/org.eclipse.gendoc.services-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services/0.7.3-SNAPSHOT/org.eclipse.gendoc.services-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/target/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.sirius.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.sirius.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.sirius.feature-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/target/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.openoffice.test/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.openoffice.test/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.openoffice.test-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.services.xlsx.tests/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx.tests-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/tests/org.eclipse.gendoc.batch.tests/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch.tests/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch.tests-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/target/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.feature-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/target/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.document.parser.pptx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.document.parser.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.document.parser.pptx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.handlers/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.handlers/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.handlers-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.bundle.acceleo.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.bundle.acceleo.gmf-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.batch/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.batch/0.7.3-SNAPSHOT/org.eclipse.gendoc.batch-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.preferences/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.preferences/0.7.3-SNAPSHOT/org.eclipse.gendoc.preferences-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.docx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.docx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.xlsx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.xlsx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.xlsx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.ui/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.ui/0.7.3-SNAPSHOT/org.eclipse.gendoc.ui-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.docx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.docx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.docx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.doc.pptx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.doc.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.doc.pptx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.pptx/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.pptx/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.pptx-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.tags.html/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.tags.html/0.7.3-SNAPSHOT/org.eclipse.gendoc.tags.html-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/target/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/features/org.eclipse.gendoc.papyrus.feature/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.papyrus.feature/0.7.3-SNAPSHOT/org.eclipse.gendoc.papyrus.feature-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/target/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.image.svg/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.image.svg/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.image.svg-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.gmf/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.gmf/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.gmf-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/target/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT.zip to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT.zip [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/releng/org.eclipse.gendoc.update-site/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.incubation.update-site/0.7.3-SNAPSHOT/org.eclipse.gendoc.incubation.update-site-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.wizard.papyrus/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.wizard.papyrus/0.7.3-SNAPSHOT/org.eclipse.gendoc.wizard.papyrus-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.documents.metadata/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.documents.metadata/0.7.3-SNAPSHOT/org.eclipse.gendoc.documents.metadata-0.7.3-SNAPSHOT-p2artifacts.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/.tycho-consumer-pom.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT.pom [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT.jar to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT.jar [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/p2content.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT-p2metadata.xml [JENKINS] Archiving /home/jenkins/agent/workspace/Gendoc-2022-06-MergeRequests/plugins/org.eclipse.gendoc.services.odt/target/p2artifacts.xml to org.eclipse.gendoc/org.eclipse.gendoc.services.odt/0.7.3-SNAPSHOT/org.eclipse.gendoc.services.odt-0.7.3-SNAPSHOT-p2artifacts.xml Terminating xvnc. channel stopped Archiving artifacts Finished: SUCCESS