Skip to content

Instantly share code, notes, and snippets.

@mwiencek
Created May 6, 2024 20:59
Show Gist options
  • Save mwiencek/e28b3c9dadf8f418138f8d93db9d1eef to your computer and use it in GitHub Desktop.
Save mwiencek/e28b3c9dadf8f418138f8d93db9d1eef to your computer and use it in GitHub Desktop.
bitmap@hendrix:~/musicbrainz-server$ docker build -t metabrainz/musicbrainz-tests:v-2024-04.pg16-perl5.38 -f docker/Dockerfile.tests .
[+] Building 657.9s (15/42) docker:default
=> [internal] load build definition from Dockerfile.tests 0.0s
=> => transferring dockerfile: 12.07kB 0.0s
=> [internal] load metadata for docker.io/phusion/baseimage:jammy-1.0.1 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 344B 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 1.31kB 0.0s
=> [stage-0 1/38] FROM docker.io/phusion/baseimage:jammy-1.0.1 0.0s
=> CACHED [stage-0 2/38] RUN useradd --create-home --shell /bin/bash musicbrainz 0.0s
=> CACHED [stage-0 3/38] WORKDIR /home/musicbrainz 0.0s
=> [stage-0 4/38] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked --mount=type=bind,source=docke 146.5s
=> [stage-0 5/38] COPY --chown=musicbrainz:musicbrainz cpanfile cpanfile.snapshot ./ 0.1s
=> [stage-0 6/38] RUN --mount=type=cache,target=/home/musicbrainz/.cpanm,sharing=locked mkdir -p /home/musicbrainz/.cpanm && chown -R musicbrainz:musicbrainz /hom 188.1s
=> [stage-0 7/38] RUN mkdir musicbrainz-server 0.7s
=> [stage-0 8/38] RUN git clone --depth 1 https://github.com/omniti-labs/pg_amqp.git && cd pg_amqp && git reset --hard 240d477 && make && make install && 3.8s
=> [stage-0 9/38] RUN curl -sSLO https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.11%2B9/OpenJDK17U-jdk_x64_linux_hotspot_17.0.11_9.tar.gz && t 4.8s
=> [stage-0 10/38] RUN curl -sSLO http://archive.apache.org/dist/solr/solr/9.4.0/solr-9.4.0.tgz && tar xzf solr-9.4.0.tgz solr-9.4.0/bin/install_solr_service.sh --strip 21.7s
=> ERROR [stage-0 11/38] RUN sudo -E -H -u musicbrainz git clone --branch v3.4.2 --depth 1 --recursive https://github.com/metabrainz/mb-solr.git && cd mb-solr/mmd-sche 292.0s
------
> [stage-0 11/38] RUN sudo -E -H -u musicbrainz git clone --branch v3.4.2 --depth 1 --recursive https://github.com/metabrainz/mb-solr.git && cd mb-solr/mmd-schema/brainz-mmd2-jaxb && mvn install && cd ../../mb-solr && mvn package -DskipTests && cp target/mb-solr-0.0.1-SNAPSHOT-jar-with-dependencies.jar /opt/solr/lib/ && cd .. && mkdir -p /var/solr/data/mycores/mbsssss && cp -R mbsssss /var/solr/data/mycores/mbsssss && chown -R solr:solr /opt/solr/ /var/solr/data/ && cd /home/musicbrainz:
0.981 Cloning into 'mb-solr'...
1.419 Note: switching to '2a0011cb91b45d1ac5f63e83050f6fd0357de7bf'.
1.419
1.419 You are in 'detached HEAD' state. You can look around, make experimental
1.419 changes and commit them, and you can discard any commits you make in this
1.419 state without impacting any branches by switching back to a branch.
1.419
1.419 If you want to create a new branch to retain commits you create, you may
1.419 do so (now or later) by using -c with the switch command. Example:
1.419
1.419 git switch -c <new-branch-name>
1.419
1.419 Or undo this operation with:
1.419
1.419 git switch -
1.419
1.419 Turn off this advice by setting config variable advice.detachedHead to false
1.419
1.435 Submodule 'mbsssss' (https://github.com/metabrainz/mbsssss.git) registered for path 'mbsssss'
1.435 Submodule 'mmd-schema' (https://github.com/metabrainz/mmd-schema.git) registered for path 'mmd-schema'
1.437 Cloning into '/home/musicbrainz/mb-solr/mbsssss'...
1.919 Cloning into '/home/musicbrainz/mb-solr/mmd-schema'...
2.764 Submodule path 'mbsssss': checked out '214f67cba5266820718a37767f81ae020734c375'
2.783 Submodule path 'mmd-schema': checked out 'b8d2faf9bbd56d6307e6536e4bd36e7a3585d54c'
3.248 [INFO] Scanning for projects...
3.274 [INFO]
3.274 [INFO] ---------------------< org.musicbrainz.mmd2:mmd2 >----------------------
3.275 [INFO] Building mmd 2.0.0
3.275 [INFO] --------------------------------[ jar ]---------------------------------
3.387 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
5.036 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 156 kB/s)
5.093 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
6.448 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 460 kB/s)
6.471 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-parent/22/maven-parent-22.pom
8.272 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.4 MB/s)
8.297 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/11/apache-11.pom
9.150 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 926 kB/s)
9.174 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
10.47 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 1.6 MB/s)
10.50 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom
11.31 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.pom (11 kB at 670 kB/s)
11.33 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
12.89 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 598 kB/s)
12.91 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-parent/30/maven-parent-30.pom
14.12 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.3 MB/s)
14.14 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/18/apache-18.pom
15.65 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 1.0 MB/s)
15.67 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar
16.99 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.7.0/maven-compiler-plugin-3.7.0.jar (58 kB at 3.2 MB/s)
17.02 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
18.32 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 748 kB/s)
18.34 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
19.64 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 985 kB/s)
19.67 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
21.48 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 2.0 MB/s)
21.50 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
22.35 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 417 kB/s)
22.37 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
23.99 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 931 kB/s)
24.00 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-parent/21/maven-parent-21.pom
26.42 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 1.6 MB/s)
26.44 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/10/apache-10.pom
27.27 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 1.1 MB/s)
27.29 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
28.87 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 2.4 MB/s)
28.89 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
31.98 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 456 kB/s)
32.00 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
33.31 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.8 MB/s)
33.34 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/junit/junit/4.12/junit-4.12.pom
34.85 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 1.6 MB/s)
34.87 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
36.72 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 59 kB/s)
36.74 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
38.29 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 141 kB/s)
38.31 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.pom
40.41 Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.pom (15 kB at 929 kB/s)
40.43 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/sun/xml/bind/mvn/jaxb-bundles/2.3.0.1/jaxb-bundles-2.3.0.1.pom
42.11 Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/2.3.0.1/jaxb-bundles-2.3.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/2.3.0.1/jaxb-bundles-2.3.0.1.pom (2.9 kB at 195 kB/s)
42.13 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/sun/xml/bind/mvn/jaxb-parent/2.3.0.1/jaxb-parent-2.3.0.1.pom
43.77 Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.0.1/jaxb-parent-2.3.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.0.1/jaxb-parent-2.3.0.1.pom (43 kB at 2.7 MB/s)
43.79 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/sun/xml/bind/jaxb-bom-ext/2.3.0.1/jaxb-bom-ext-2.3.0.1.pom
45.48 Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.0.1/jaxb-bom-ext-2.3.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.0.1/jaxb-bom-ext-2.3.0.1.pom (5.4 kB at 386 kB/s)
45.49 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/glassfish/jaxb/jaxb-bom/2.3.0.1/jaxb-bom-2.3.0.1.pom
47.10 Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.0.1/jaxb-bom-2.3.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.0.1/jaxb-bom-2.3.0.1.pom (11 kB at 762 kB/s)
47.12 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/net/java/jvnet-parent/5/jvnet-parent-5.pom
48.75 Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 682 kB/s)
48.77 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/junit/junit/4.12/junit-4.12.jar
48.77 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
48.77 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.jar
50.80 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar
50.80 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
50.80 Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (315 kB at 13 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.5 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.0.1/jaxb-impl-2.3.0.1.jar (961 kB at 18 MB/s)
50.85 [INFO]
50.85 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mmd2 ---
50.86 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
55.84 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 104 kB/s)
55.85 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
59.06 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 646 kB/s)
59.07 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-parent/5/maven-parent-5.pom
61.98 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.1 MB/s)
61.99 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/3/apache-3.pom
64.40 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 245 kB/s)
64.41 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
67.11 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 188 kB/s)
67.13 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
69.87 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 143 kB/s)
69.89 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
71.60 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 234 kB/s)
71.62 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
73.23 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 147 kB/s)
73.24 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
74.85 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 747 kB/s)
74.87 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
76.54 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/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)
76.55 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
78.18 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 38 kB/s)
78.19 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
79.86 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 441 kB/s)
79.87 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/junit/junit/3.8.1/junit-3.8.1.pom
82.39 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 71 kB/s)
82.41 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
84.03 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 527 kB/s)
84.05 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
85.73 Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 241 kB/s)
85.75 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
87.43 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 152 kB/s)
87.45 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
90.90 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 187 kB/s)
90.91 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
92.60 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 142 kB/s)
92.61 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
94.28 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 131 kB/s)
94.29 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
95.85 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 150 kB/s)
95.86 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
97.86 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 479 kB/s)
97.88 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
99.25 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 147 kB/s)
99.26 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
101.7 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 125 kB/s)
101.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
105.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 103 kB/s)
105.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
106.8 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 35 kB/s)
106.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
108.1 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 326 kB/s)
108.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
110.1 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 142 kB/s)
110.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
111.5 Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 162 kB/s)
111.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
112.8 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 168 kB/s)
112.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
113.6 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 545 kB/s)
113.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
115.2 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 104 kB/s)
115.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/classworlds/classworlds/1.1/classworlds-1.1.pom
116.9 Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 256 kB/s)
116.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
117.7 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 278 kB/s)
117.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
119.3 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.3 MB/s)
119.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
120.1 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 414 kB/s)
120.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
122.0 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 669 kB/s)
122.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
123.3 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 527 kB/s)
123.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
124.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 893 kB/s)
124.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
126.2 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 74 kB/s)
126.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
127.0 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 449 kB/s)
127.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
128.3 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 220 kB/s)
128.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
130.1 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 232 kB/s)
130.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
131.7 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 387 kB/s)
131.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
133.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 672 kB/s)
133.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
134.8 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 74 kB/s)
134.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
136.2 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 219 kB/s)
136.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
137.8 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.3 MB/s)
137.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
137.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
137.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
137.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
137.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
139.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
139.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
139.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
140.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
140.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
140.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
141.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
142.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
142.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
142.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/classworlds/classworlds/1.1/classworlds-1.1.jar
142.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
143.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
144.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
144.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
144.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
144.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/junit/junit/3.8.1/junit-3.8.1.jar
145.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
145.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
145.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
145.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 857 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.9 MB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 5.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 1.3 MB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 741 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.8 MB/s)
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 5.1 MB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
148.4 Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 311 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 152 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 612 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 324 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 700 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 802 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 253 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 714 kB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 877 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 155 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/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 2.7 MB/s)
148.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 1.7 MB/s)
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 2.9 MB/s)
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 553 kB/s)
148.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 87 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 718 kB/s)
148.5 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
148.5 [INFO] Copying 4 resources
148.5 [INFO]
148.5 [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ mmd2 ---
148.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
150.1 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 191 kB/s)
150.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven/3.0/maven-3.0.pom
151.7 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.7 MB/s)
151.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-parent/15/maven-parent-15.pom
153.3 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.8 MB/s)
153.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/6/apache-6.pom
155.1 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.1 MB/s)
155.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
156.7 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 324 kB/s)
156.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
158.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 278 kB/s)
158.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
160.0 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 161 kB/s)
160.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
161.6 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 413 kB/s)
161.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
163.1 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 261 kB/s)
163.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
164.4 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 217 kB/s)
164.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
165.3 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 114 kB/s)
165.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
166.6 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 648 kB/s)
166.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
168.2 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 896 kB/s)
168.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
169.5 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 62 kB/s)
169.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
170.9 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 290 kB/s)
170.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
172.6 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.7 MB/s)
172.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
173.4 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 563 kB/s)
173.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
174.9 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.0 MB/s)
174.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
176.5 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 307 kB/s)
176.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
178.2 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 455 kB/s)
178.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
179.0 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 922 kB/s)
179.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
180.6 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 552 kB/s)
180.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
182.2 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 157 kB/s)
182.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
183.8 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 171 kB/s)
183.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
185.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 70 kB/s)
185.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
187.1 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 446 kB/s)
187.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
188.8 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.3 MB/s)
188.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
190.6 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 228 kB/s)
190.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
192.2 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 566 kB/s)
192.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
193.9 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 646 kB/s)
193.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
196.0 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 396 kB/s)
196.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
197.4 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 159 kB/s)
197.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
200.0 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 148 kB/s)
200.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
202.0 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 173 kB/s)
202.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
205.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 176 kB/s)
205.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
207.1 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 139 kB/s)
207.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
208.6 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 644 kB/s)
208.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
212.5 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 159 kB/s)
212.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
214.3 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 308 kB/s)
214.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
215.7 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 145 kB/s)
215.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
217.5 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 415 kB/s)
217.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
219.2 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 382 kB/s)
219.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/commons-io/commons-io/2.5/commons-io-2.5.pom
220.5 Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.0 MB/s)
220.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/commons/commons-parent/39/commons-parent-39.pom
221.8 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.8 MB/s)
221.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/16/apache-16.pom
223.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.3 MB/s)
223.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
224.3 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 395 kB/s)
224.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
225.6 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 530 kB/s)
225.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-parent/23/maven-parent-23.pom
227.2 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.5 MB/s)
227.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/13/apache-13.pom
228.8 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 1.2 MB/s)
228.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
229.6 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 112 kB/s)
229.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
231.2 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.9 MB/s)
231.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-parent/11/maven-parent-11.pom
232.6 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 MB/s)
232.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/apache/5/apache-5.pom
234.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 341 kB/s)
234.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
236.0 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 831 kB/s)
236.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
237.1 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 168 kB/s)
237.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
238.0 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 270 kB/s)
238.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
239.5 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 64 kB/s)
239.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
240.3 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 151 kB/s)
240.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
241.9 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 146 kB/s)
241.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
243.2 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 609 kB/s)
243.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
244.4 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 249 kB/s)
244.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
246.0 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 167 kB/s)
246.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
247.3 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 167 kB/s)
247.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
248.1 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 132 kB/s)
248.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
249.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 156 kB/s)
249.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
250.7 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 131 kB/s)
250.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
251.7 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 213 kB/s)
251.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
252.9 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 239 kB/s)
252.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
254.1 Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 68 kB/s)
254.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
255.3 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 161 kB/s)
255.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
257.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 147 kB/s)
257.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
258.7 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 105 kB/s)
258.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
260.0 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 311 kB/s)
260.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
261.2 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 380 kB/s)
261.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
262.5 Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 80 kB/s)
262.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom
263.7 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.pom (2.4 kB at 174 kB/s)
263.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom
265.0 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.2/plexus-languages-0.9.2.pom (2.3 kB at 142 kB/s)
265.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
266.1 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.8 MB/s)
266.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom
267.3 Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.pom (1.9 kB at 149 kB/s)
267.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom
268.6 Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/6.0_BETA/asm-parent-6.0_BETA.pom (5.5 kB at 367 kB/s)
268.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/ow2/ow2/1.3/ow2-1.3.pom
270.0 Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 731 kB/s)
270.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
271.3 Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom (16 kB at 1.1 MB/s)
271.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
272.5 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 547 kB/s)
272.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom
273.6 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.pom (867 B at 62 kB/s)
273.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom
274.8 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.8.2/plexus-compiler-2.8.2.pom (4.9 kB at 349 kB/s)
274.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
276.2 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 221 kB/s)
276.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
277.5 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 319 kB/s)
277.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
279.1 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.6 MB/s)
279.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom
280.5 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.pom (692 B at 49 kB/s)
280.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom
282.0 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.pom (771 B at 55 kB/s)
282.0 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom
283.2 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.8.2/plexus-compilers-2.8.2.pom (1.3 kB at 103 kB/s)
283.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
283.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
283.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
283.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
283.2 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
284.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
284.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
284.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
284.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
284.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
285.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
285.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
285.6 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
286.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
286.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
286.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
286.5 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
286.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
287.4 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
287.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
287.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
287.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
287.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
288.7 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/commons-io/commons-io/2.5/commons-io-2.5.jar
288.8 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
288.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar
289.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar
289.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
289.9 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar
290.1 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar
290.3 Downloading from maven2-repository.dev.java.net: http://download.java.net/maven/2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar
291.3 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
291.3 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
291.3 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
291.3 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
291.3 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 3.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 8.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 5.7 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 7.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 1.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 15 MB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 6.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 859 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 668 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 10 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 966 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.8 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 238 kB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.7 MB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.1 MB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
291.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 925 kB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
291.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.6 MB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 659 kB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 57 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 371 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 169 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 1.9 MB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
291.4 Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.4 MB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 156 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.2/plexus-java-0.9.2.jar (31 kB at 346 kB/s)
291.4 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar (56 kB at 601 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.8.2/plexus-compiler-manager-2.8.2.jar (4.7 kB at 46 kB/s)
291.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.8.2/plexus-compiler-api-2.8.2.jar (26 kB at 261 kB/s)
291.4 Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 3.1 MB/s)
291.4 Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.8.2/plexus-compiler-javac-2.8.2.jar (20 kB at 195 kB/s)
291.5 [INFO] Changes detected - recompiling the module!
291.5 [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
291.5 [INFO] Compiling 91 source files to /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/target/classes
291.9 [INFO] -------------------------------------------------------------
291.9 [ERROR] COMPILATION ERROR :
291.9 [INFO] -------------------------------------------------------------
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[39,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[40,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[43,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[11,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[12,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[41,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[42,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[46,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[20,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[21,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[22,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[23,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[24,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[77,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[78,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[106,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[11,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[12,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[36,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[37,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[40,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[20,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[21,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[22,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[64,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[65,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[20,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[21,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[22,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[23,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[52,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[53,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[59,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[38,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[39,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[42,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[38,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[39,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[42,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[11,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[12,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[15,42] package javax.xml.bind.annotation.adapters does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[16,42] package javax.xml.bind.annotation.adapters does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[40,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[41,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[46,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[42,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[43,2] cannot find symbol
291.9 symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[46,2] cannot find symbol
291.9 symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[42,2] cannot find symbol
291.9 symbol: class XmlAccessorType
291.9 [INFO] 100 errors
291.9 [INFO] -------------------------------------------------------------
291.9 [INFO] ------------------------------------------------------------------------
291.9 [INFO] BUILD FAILURE
291.9 [INFO] ------------------------------------------------------------------------
291.9 [INFO] Total time: 04:48 min
291.9 [INFO] Finished at: 2024-05-06T20:56:01Z
291.9 [INFO] ------------------------------------------------------------------------
291.9 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project mmd2: Compilation failure: Compilation failure:
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[39,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[40,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/ArtistCredit.java:[43,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[11,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[12,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[41,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[42,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/NameCredit.java:[46,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[20,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[21,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[22,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[23,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[24,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[77,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[78,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Artist.java:[106,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[11,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[12,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[36,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[37,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Gender.java:[40,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[20,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[21,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[22,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[64,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/DefAreaElementInner.java:[65,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[20,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[21,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[22,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[23,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[52,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[53,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/Annotation.java:[59,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[38,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[39,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IpiList.java:[42,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[38,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[39,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/IsniList.java:[42,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[11,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[12,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[13,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[15,42] package javax.xml.bind.annotation.adapters does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[16,42] package javax.xml.bind.annotation.adapters does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[40,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[41,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/LifeSpan.java:[46,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[42,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[43,2] cannot find symbol
291.9 [ERROR] symbol: class XmlType
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/AliasList.java:[46,2] cannot find symbol
291.9 [ERROR] symbol: class XmlRootElement
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[14,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[15,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[16,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[17,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[18,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[19,33] package javax.xml.bind.annotation does not exist
291.9 [ERROR] /home/musicbrainz/mb-solr/mmd-schema/brainz-mmd2-jaxb/src/main/java/org/musicbrainz/mmd2/RecordingList.java:[42,2] cannot find symbol
291.9 [ERROR] symbol: class XmlAccessorType
291.9 [ERROR] -> [Help 1]
291.9 [ERROR]
291.9 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
291.9 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
291.9 [ERROR]
291.9 [ERROR] For more information about the errors and possible solutions, please read the following articles:
291.9 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
------
Dockerfile.tests:176
--------------------
175 | # Steps taken from https://github.com/metabrainz/mb-solr/blob/master/Dockerfile
176 | >>> RUN sudo -E -H -u musicbrainz git clone --branch $MB_SOLR_TAG --depth 1 --recursive https://github.com/metabrainz/mb-solr.git && \
177 | >>> cd mb-solr/mmd-schema/brainz-mmd2-jaxb && \
178 | >>> mvn install && \
179 | >>> cd ../../mb-solr && \
180 | >>> mvn package -DskipTests && \
181 | >>> cp target/mb-solr-0.0.1-SNAPSHOT-jar-with-dependencies.jar /opt/solr/lib/ && \
182 | >>> cd .. && \
183 | >>> mkdir -p /var/solr/data/mycores/mbsssss && \
184 | >>> cp -R mbsssss /var/solr/data/mycores/mbsssss && \
185 | >>> chown -R solr:solr /opt/solr/ /var/solr/data/ && \
186 | >>> cd /home/musicbrainz
187 |
--------------------
ERROR: failed to solve: process "/bin/sh -c sudo -E -H -u musicbrainz git clone --branch $MB_SOLR_TAG --depth 1 --recursive https://github.com/metabrainz/mb-solr.git && cd mb-solr/mmd-schema/brainz-mmd2-jaxb && mvn install && cd ../../mb-solr && mvn package -DskipTests && cp target/mb-solr-0.0.1-SNAPSHOT-jar-with-dependencies.jar /opt/solr/lib/ && cd .. && mkdir -p /var/solr/data/mycores/mbsssss && cp -R mbsssss /var/solr/data/mycores/mbsssss && chown -R solr:solr /opt/solr/ /var/solr/data/ && cd /home/musicbrainz" did not complete successfully: exit code: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment