Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Last active October 20, 2021 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrichardsz/e712a768f0e11384ebb072f7bfdccc1d to your computer and use it in GitHub Desktop.
Save jrichardsz/e712a768f0e11384ebb072f7bfdccc1d to your computer and use it in GitHub Desktop.
openxava with maven and docker
Sending build context to Docker daemon 11.41MB
Step 1/36 : FROM openjdk:8-jdk AS BUILDER
---> eca41db787bd
Step 2/36 : ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8 LC_ALL=C.UTF-8 ANT_VERSION=1.10.11 ANT_MIRROR=https://downloads.apache.org ANT_HOME=/opt/ant
---> Using cache
---> a4ca03d88e6c
Step 3/36 : RUN apt-get update && apt-get install -y --no-install-recommends wget && wget --no-check-certificate --no-cookies ${ANT_MIRROR}/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz && tar -zvxf apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ && ln -sf /opt/apache-ant-${ANT_VERSION} /opt/ant && rm -f apache-ant-${ANT_VERSION}-bin.tar.gz* && update-alternatives --install /usr/bin/ant ant /opt/ant/bin/ant 1000 && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 63f5ca91441b
Step 4/36 : ARG MAVEN_VERSION=3.5.2
---> Using cache
---> 8af83cbb6b6a
Step 5/36 : ARG USER_HOME_DIR="/root"
---> Using cache
---> e858314082a9
Step 6/36 : ENV MAVEN_HOME /usr/share/maven
---> Using cache
---> 952bc7a29cdb
Step 7/36 : ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
---> Using cache
---> 83c8e2df7878
Step 8/36 : RUN mkdir -p /usr/share/maven && curl -fsSL http://www-eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | tar -xzC /usr/share/maven --strip-components=1 && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
---> Using cache
---> 4aeea48742f5
Step 9/36 : RUN mkdir -p /tmp/app
---> Using cache
---> 1ae4f02b93c0
Step 10/36 : WORKDIR /tmp/app
---> Using cache
---> a385821008fe
Step 11/36 : COPY . /tmp/app
---> 97840a674f42
Step 12/36 : RUN mvn dependency:copy-dependencies -DoutputDirectory=web/WEB-INF/lib -DexcludeTransitive=true
---> Running in 9a9af8e78b04
[INFO] Scanning for projects...
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 2.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 58.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 103.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 74.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 106.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 42.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 44.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 122.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 KB at 71.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 129.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 30.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 154.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 KB at 57.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 KB at 59.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 150.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 KB at 70.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (42 KB at 192.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (11 KB at 57.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 KB at 74.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
Downloaded: 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 148.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (7 KB at 21.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 KB at 137.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (6 KB at 31.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 KB at 135.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 KB at 103.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (122 KB at 420.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (5 KB at 27.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 KB at 67.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 KB at 178.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 24.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 KB at 127.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom (15 KB at 84.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 KB at 68.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 KB at 111.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 KB at 68.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar (204 KB at 705.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (12 KB at 64.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (150 KB at 620.7 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building app 1.0.0
[INFO] ------------------------------------------------------------------------
Downloading: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.22/mysql-connector-java-8.0.22.pom
Downloaded: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.22/mysql-connector-java-8.0.22.pom (3 KB at 14.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom (6 KB at 31.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom (8 KB at 43.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom (4 KB at 20.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.4/hsqldb-2.3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.4/hsqldb-2.3.4.pom (2 KB at 7.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 KB at 74.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (5 KB at 26.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/jsp-api/2.0/jsp-api-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/jsp-api/2.0/jsp-api-2.0.pom (362 B at 2.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom (156 B at 0.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 5.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (5 KB at 27.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 KB at 101.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 KB at 64.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.3.4/classmate-1.3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.3.4/classmate-1.3.4.pom (6 KB at 33.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 KB at 109.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom (15 KB at 81.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (64 KB at 305.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 KB at 80.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 107.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (55 KB at 275.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (13 KB at 68.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (61 KB at 310.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 87.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 KB at 63.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (57 KB at 300.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 KB at 85.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.pom (23 KB at 124.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (76 KB at 344.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (16 KB at 87.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (11 KB at 56.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 KB at 168.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 77.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 KB at 63.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 KB at 177.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 KB at 103.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 KB at 87.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom (16 KB at 90.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 KB at 56.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 KB at 239.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 85.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 KB at 82.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (67 KB at 313.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.pom (28 KB at 154.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (18 KB at 100.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.4/commons-text-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.4/commons-text-1.4.pom (16 KB at 91.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/46/commons-parent-46.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/46/commons-parent-46.pom (74 KB at 386.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (27 KB at 151.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.6/commons-validator-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.6/commons-validator-1.6.pom (12 KB at 65.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom (14 KB at 73.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (52 KB at 277.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 69.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 121.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8.1/commons-digester-1.8.1.pom (10 KB at 56.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 KB at 122.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/dsn/1.6.3/dsn-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/dsn/1.6.3/dsn-1.6.3.pom (3 KB at 16.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.6.3/all-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.6.3/all-1.6.3.pom (25 KB at 136.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom (12 KB at 67.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.3/jakarta.mail-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.3/jakarta.mail-1.6.3.pom (6 KB at 33.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-annotation-processor/6.0.15.Final/hibernate-validator-annotation-processor-6.0.15.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-annotation-processor/6.0.15.Final/hibernate-validator-annotation-processor-6.0.15.Final.pom (5 KB at 27.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/6.0.15.Final/hibernate-validator-parent-6.0.15.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-parent/6.0.15.Final/hibernate-validator-parent-6.0.15.Final.pom (59 KB at 322.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.1.11.Final/arquillian-bom-1.1.11.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/arquillian/arquillian-bom/1.1.11.Final/arquillian-bom-1.1.11.Final.pom (11 KB at 61.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.3/shrinkwrap-bom-1.2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.3/shrinkwrap-bom-1.2.3.pom (4 KB at 15.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.0/shrinkwrap-resolver-bom-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.0/shrinkwrap-resolver-bom-2.2.0.pom (6 KB at 29.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-8/shrinkwrap-descriptors-bom-2.0.0-alpha-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-8/shrinkwrap-descriptors-bom-2.0.0-alpha-8.pom (6 KB at 29.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-cdi/6.0.15.Final/hibernate-validator-cdi-6.0.15.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-cdi/6.0.15.Final/hibernate-validator-cdi-6.0.15.Final.pom (9 KB at 45.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/6.0.15.Final/hibernate-validator-6.0.15.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/6.0.15.Final/hibernate-validator-6.0.15.Final.pom (15 KB at 80.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.pom (12 KB at 66.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom (7 KB at 37.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom (31 KB at 172.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/imap/1.6.3/imap-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/imap/1.6.3/imap-1.6.3.pom (2 KB at 9.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/parent-distrib/1.6.3/parent-distrib-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/parent-distrib/1.6.3/parent-distrib-1.6.3.pom (5 KB at 26.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.3/mailapi-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.3/mailapi-1.6.3.pom (7 KB at 36.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.pom (6 KB at 32.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/12/jboss-parent-12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/12/jboss-parent-12.pom (31 KB at 166.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.23.1-GA/javassist-3.23.1-GA.pom
Downloaded: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.23.1-GA/javassist-3.23.1-GA.pom (11 KB at 59.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom (16 KB at 89.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (8 KB at 42.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.pom (4 KB at 17.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.2.11/jaxb-parent-2.2.11.pom (35 KB at 188.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.2.11/jaxb-bom-ext-2.2.11.pom (6 KB at 31.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.2.11/jaxb-bom-2.2.11.pom (10 KB at 58.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/jaxb-api-2.2.12-b140109.1041.pom (16 KB at 83.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.pom (4 KB at 19.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.2.11/jaxb-txw-parent-2.2.11.pom (3 KB at 15.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.pom (4 KB at 19.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/2.21/istack-commons-2.21.pom (11 KB at 59.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.pom (4 KB at 21.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.2.11/jaxb-runtime-parent-2.2.11.pom (3 KB at 15.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.pom (12 KB at 64.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.pom (5 KB at 25.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.13/fastinfoset-project-1.2.13.pom (14 KB at 79.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.pom (11 KB at 64.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (9 KB at 43.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom (9 KB at 38.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-spec/1.2.1/taglibs-standard-spec-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-spec/1.2.1/taglibs-standard-spec-1.2.1.pom (6 KB at 23.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard/1.2.1/taglibs-standard-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard/1.2.1/taglibs-standard-1.2.1.pom (5 KB at 15.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom (8 KB at 22.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.pom (6 KB at 11.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/25/jboss-parent-25.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/25/jboss-parent-25.pom (35 KB at 186.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/eu/medsea/mimeutil/mime-util/2.1.3/mime-util-2.1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/eu/medsea/mimeutil/mime-util/2.1.3/mime-util-2.1.3.pom (8 KB at 47.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 17.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 45.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom (2 KB at 9.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom
Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.pom (3 KB at 13.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/pop3/1.6.3/pop3-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/pop3/1.6.3/pop3-1.6.3.pom (2 KB at 7.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 17.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 50.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.6.1/slf4j-jdk14-1.6.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.6.1/slf4j-jdk14-1.6.1.pom (2 KB at 11.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/smtp/1.6.3/smtp-1.6.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/smtp/1.6.3/smtp-1.6.3.pom (2 KB at 8.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom (7 KB at 37.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom (5 KB at 25.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-jstlel/1.2.5/taglibs-standard-jstlel-1.2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-jstlel/1.2.5/taglibs-standard-jstlel-1.2.5.pom (7 KB at 42.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom (6 KB at 25.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.22/lombok-1.18.22.pom
Downloaded: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.22/lombok-1.18.22.pom (2 KB at 8.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloaded: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 3.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1.pom
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1.pom (11 KB at 52.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.1/byte-buddy-parent-1.10.1.pom
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.10.1/byte-buddy-parent-1.10.1.pom (37 KB at 190.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom (3 KB at 13.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/directwebremoting/dwr/2.0.11-RELEASE/dwr-2.0.11-RELEASE.pom
Downloaded: https://repo.maven.apache.org/maven2/org/directwebremoting/dwr/2.0.11-RELEASE/dwr-2.0.11-RELEASE.pom (12 KB at 65.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (5 KB at 28.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/ejb/ejb-api/3.0/ejb-api-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/ejb/ejb-api/3.0/ejb-api-3.0.pom (149 B at 0.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.pom (20 KB at 112.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.4.Final/hibernate-commons-annotations-5.0.4.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.4.Final/hibernate-commons-annotations-5.0.4.Final.pom (2 KB at 11.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (6 KB at 34.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-envers/5.3.9.Final/hibernate-envers-5.3.9.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-envers/5.3.9.Final/hibernate-envers-5.3.9.Final.pom (3 KB at 14.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.3.9.Final/hibernate-core-5.3.9.Final.pom
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.3.9.Final/hibernate-core-5.3.9.Final.pom (6 KB at 30.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.5/byte-buddy-1.9.5.pom
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.5/byte-buddy-1.9.5.pom (10 KB at 53.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.5/byte-buddy-parent-1.9.5.pom
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.5/byte-buddy-parent-1.9.5.pom (34 KB at 181.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (5 KB at 28.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 KB at 103.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom
Downloaded: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (5 KB at 27.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/lowagie/itext/2.1.7/itext-2.1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/com/lowagie/itext/2.1.7/itext-2.1.7.pom (3 KB at 17.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.pom
Downloaded: https://repo.maven.apache.org/maven2/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.pom (1018 B at 5.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.pom
Downloaded: https://repo.maven.apache.org/maven2/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.pom (2 KB at 6.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/bouncycastle/bctsp-jdk14/138/bctsp-jdk14-138.pom
Downloaded: https://repo.maven.apache.org/maven2/bouncycastle/bctsp-jdk14/138/bctsp-jdk14-138.pom (363 B at 2.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.pom
Downloaded: https://repo.maven.apache.org/maven2/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.pom (2 KB at 7.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.pom
Downloaded: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.pom (819 B at 4.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.pom
Downloaded: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.pom (2 KB at 6.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports-fonts/6.10.0/jasperreports-fonts-6.10.0.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports-fonts/6.10.0/jasperreports-fonts-6.10.0.pom (4 KB at 20.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports/6.10.0/jasperreports-6.10.0.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports/6.10.0/jasperreports-6.10.0.pom (19 KB at 99.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 KB at 129.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jfree/jcommon/1.0.23/jcommon-1.0.23.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jfree/jcommon/1.0.23/jcommon-1.0.23.pom (9 KB at 49.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (7 KB at 37.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.pom
Downloaded: https://repo.maven.apache.org/maven2/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.pom (10 KB at 53.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.pom (3 KB at 11.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-xml/1.4.1/castor-xml-1.4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-xml/1.4.1/castor-xml-1.4.1.pom (7 KB at 38.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-parent/1.4.1/castor-parent-1.4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-parent/1.4.1/castor-parent-1.4.1.pom (26 KB at 141.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-core/1.4.1/castor-core-1.4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-core/1.4.1/castor-core-1.4.1.pom (2 KB at 7.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 KB at 125.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom (62 KB at 329.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom (21 KB at 116.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/38/commons-parent-38.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/38/commons-parent-38.pom (61 KB at 331.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 3.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.pom (4 KB at 24.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.9.9/jackson-base-2.9.9.pom (6 KB at 32.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.9.9/jackson-bom-2.9.9.pom (13 KB at 71.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (8 KB at 44.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/34/oss-parent-34.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 KB at 129.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.pom (7 KB at 37.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (2 KB at 11.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (8 KB at 43.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 KB at 113.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.pom
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.pom (3 KB at 15.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15.pom (4 KB at 19.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15.pom (3 KB at 16.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/3.15/poi-ooxml-schemas-3.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/3.15/poi-ooxml-schemas-3.15.pom (3 KB at 14.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.pom (4 KB at 20.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 8.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.pom
Downloaded: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.pom (4 KB at 21.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.pom (5 KB at 26.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/portlet/portlet-api/1.0/portlet-api-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/javax/portlet/portlet-api/1.0/portlet-api-1.0.pom (427 B at 2.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/liferay/portal/com.liferay.portal.kernel/3.18.4/com.liferay.portal.kernel-3.18.4.pom
Downloaded: https://repo.maven.apache.org/maven2/com/liferay/portal/com.liferay.portal.kernel/3.18.4/com.liferay.portal.kernel-3.18.4.pom (2 KB at 6.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-service/5.2.3/portal-service-5.2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-service/5.2.3/portal-service-5.2.3.pom (2 KB at 8.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-kernel/5.2.3/portal-kernel-5.2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-kernel/5.2.3/portal-kernel-5.2.3.pom (2 KB at 6.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.14/pdfbox-2.0.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.14/pdfbox-2.0.14.pom (37 KB at 199.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/2.0.14/pdfbox-parent-2.0.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/2.0.14/pdfbox-parent-2.0.14.pom (18 KB at 94.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.14/fontbox-2.0.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.14/fontbox-2.0.14.pom (5 KB at 27.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.32/htmlunit-2.32.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.32/htmlunit-2.32.pom (42 KB at 231.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom
Downloaded: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom (2 KB at 7.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom
Downloaded: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom (2 KB at 6.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.pom (6 KB at 30.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (16 KB at 87.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (33 KB at 167.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (7 KB at 38.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (6 KB at 30.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (14 KB at 72.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.32/htmlunit-core-js-2.32.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.32/htmlunit-core-js-2.32.pom (2 KB at 10.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.32/neko-htmlunit-2.32.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.32/neko-htmlunit-2.32.pom (6 KB at 33.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (4 KB at 19.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (3 KB at 15.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-cssparser/1.1.0/htmlunit-cssparser-1.1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-cssparser/1.1.0/htmlunit-cssparser-1.1.0.pom (14 KB at 76.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.6/commons-net-3.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.6/commons-net-3.6.pom (22 KB at 122.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.11.v20180605/websocket-client-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.11.v20180605/websocket-client-9.4.11.v20180605.pom (6 KB at 34.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.11.v20180605/websocket-parent-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.11.v20180605/websocket-parent-9.4.11.v20180605.pom (2 KB at 10.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.11.v20180605/jetty-project-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.11.v20180605/jetty-project-9.4.11.v20180605.pom (62 KB at 235.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.11.v20180605/jetty-client-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.11.v20180605/jetty-client-9.4.11.v20180605.pom (5 KB at 26.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.11.v20180605/jetty-http-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.11.v20180605/jetty-http-9.4.11.v20180605.pom (5 KB at 27.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.11.v20180605/jetty-util-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.11.v20180605/jetty-util-9.4.11.v20180605.pom (6 KB at 33.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.11.v20180605/jetty-io-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.11.v20180605/jetty-io-9.4.11.v20180605.pom (2 KB at 6.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.11.v20180605/jetty-xml-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.11.v20180605/jetty-xml-9.4.11.v20180605.pom (2 KB at 11.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.11.v20180605/websocket-common-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.11.v20180605/websocket-common-9.4.11.v20180605.pom (4 KB at 19.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.11.v20180605/websocket-api-9.4.11.v20180605.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.11.v20180605/websocket-api-9.4.11.v20180605.pom (3 KB at 16.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/8.0.11/tomcat-catalina-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/8.0.11/tomcat-catalina-8.0.11.pom (4 KB at 18.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.0.11/tomcat-servlet-api-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.0.11/tomcat-servlet-api-8.0.11.pom (3 KB at 11.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/8.0.11/tomcat-jsp-api-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/8.0.11/tomcat-jsp-api-8.0.11.pom (2 KB at 10.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/8.0.11/tomcat-el-api-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/8.0.11/tomcat-el-api-8.0.11.pom (2 KB at 7.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.11/tomcat-juli-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.11/tomcat-juli-8.0.11.pom (2 KB at 7.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/8.0.11/tomcat-annotations-api-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/8.0.11/tomcat-annotations-api-8.0.11.pom (2 KB at 7.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/8.0.11/tomcat-api-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/8.0.11/tomcat-api-8.0.11.pom (2 KB at 9.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jni/8.0.11/tomcat-jni-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jni/8.0.11/tomcat-jni-8.0.11.pom (2 KB at 7.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/8.0.11/tomcat-coyote-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/8.0.11/tomcat-coyote-8.0.11.pom (3 KB at 11.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/8.0.11/tomcat-util-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/8.0.11/tomcat-util-8.0.11.pom (2 KB at 9.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util-scan/8.0.11/tomcat-util-scan-8.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util-scan/8.0.11/tomcat-util-scan-8.0.11.pom (2 KB at 11.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom (13 KB at 72.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom (2 KB at 7.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom (29 KB at 160.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom (4 KB at 20.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom (11 KB at 58.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 KB at 82.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 KB at 77.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (10 KB at 54.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (14 KB at 75.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2 KB at 11.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/activation/all/2.0.1/all-2.0.1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 KB at 126.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.22/mysql-connector-java-8.0.22.jar
Downloading: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.4/hsqldb-2.3.4.jar
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/jsp-api/2.0/jsp-api-2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.22/mysql-connector-java-8.0.22.jar (2334 KB at 2186.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/jsp-api/2.0/jsp-api-2.0.jar (50 KB at 45.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (94 KB at 84.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar (96 KB at 67.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar (65 KB at 40.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar
Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 67.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar (64 KB at 33.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (241 KB at 88.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.jar (737 KB at 269.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar (1623 KB at 579.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (278 KB at 97.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.3.4/hsqldb-2.3.4.jar (1481 KB at 516.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (193 KB at 63.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar (71 KB at 23.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (210 KB at 60.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.4/commons-text-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8/commons-lang3-3.8.jar (491 KB at 141.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.6/commons-validator-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 17.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/dsn/1.6.3/dsn-1.6.3.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (278 KB at 79.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.3/jakarta.mail-1.6.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/dsn/1.6.3/dsn-1.6.3.jar (18 KB at 4.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-annotation-processor/6.0.15.Final/hibernate-validator-annotation-processor-6.0.15.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (575 KB at 139.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-cdi/6.0.15.Final/hibernate-validator-cdi-6.0.15.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.6/commons-validator-1.6.jar (182 KB at 44.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/6.0.15.Final/hibernate-validator-6.0.15.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.4/commons-text-1.4.jar (180 KB at 43.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/imap/1.6.3/imap-1.6.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.3/jakarta.mail-1.6.3.jar (641 KB at 155.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-annotation-processor/6.0.15.Final/hibernate-validator-annotation-processor-6.0.15.Final.jar (133 KB at 30.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.23.1-GA/javassist-3.23.1-GA.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator-cdi/6.0.15.Final/hibernate-validator-cdi-6.0.15.Final.jar (37 KB at 8.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/jandex/2.0.5.Final/jandex-2.0.5.Final.jar (184 KB at 40.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/imap/1.6.3/imap-1.6.3.jar (226 KB at 47.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar (100 KB at 19.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/2.2.11/jaxb-core-2.2.11.jar (150 KB at 28.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.23.1-GA/javassist-3.23.1-GA.jar (753 KB at 141.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.2.11/txw2-2.2.11.jar (68 KB at 12.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/2.21/istack-commons-runtime-2.21.jar (23 KB at 4.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.7/stax-ex-1.7.7.jar (33 KB at 5.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar (65 KB at 10.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.13/FastInfoset-1.2.13.jar (290 KB at 45.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-spec/1.2.1/taglibs-standard-spec-1.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar (1008 KB at 158.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/persistence/javax.persistence-api/2.2/javax.persistence-api-2.2.jar (161 KB at 24.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.3/mailapi-1.6.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/validator/hibernate-validator/6.0.15.Final/hibernate-validator-6.0.15.Final.jar (1129 KB at 174.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/eu/medsea/mimeutil/mime-util/2.1.3/mime-util-2.1.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.1.1.Final/jboss-transaction-api_1.2_spec-1.1.1.Final.jar (26 KB at 3.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-spec/1.2.1/taglibs-standard-spec-1.2.1.jar (39 KB at 5.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar
Downloaded: https://repo.maven.apache.org/maven2/eu/medsea/mimeutil/mime-util/2.1.3/mime-util-2.1.3.jar (117 KB at 16.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/pop3/1.6.3/pop3-1.6.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/mailapi/1.6.3/mailapi-1.6.3.jar (292 KB at 42.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (387 KB at 55.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.6.1/slf4j-jdk14-1.6.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar (10 KB at 1.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/mail/smtp/1.6.3/smtp-1.6.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/pop3/1.6.3/pop3-1.6.3.jar (47 KB at 6.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 3.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-jstlel/1.2.5/taglibs-standard-jstlel-1.2.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.6.1/slf4j-jdk14-1.6.1.jar (9 KB at 1.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar (359 KB at 49.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/mail/smtp/1.6.3/smtp-1.6.3.jar (61 KB at 8.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar (91 KB at 11.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-jstlel/1.2.5/taglibs-standard-jstlel-1.2.5.jar (160 KB at 20.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar (202 KB at 26.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/directwebremoting/dwr/2.0.11-RELEASE/dwr-2.0.11-RELEASE.jar
Downloaded: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (435 KB at 56.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar (33 KB at 3.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar (317 KB at 36.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.4.Final/hibernate-commons-annotations-5.0.4.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/directwebremoting/dwr/2.0.11-RELEASE/dwr-2.0.11-RELEASE.jar (521 KB at 60.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-envers/5.3.9.Final/hibernate-envers-5.3.9.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/5.0.4.Final/hibernate-commons-annotations-5.0.4.Final.jar (75 KB at 7.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/lowagie/itext/2.1.7/itext-2.1.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-envers/5.3.9.Final/hibernate-envers-5.3.9.Final.jar (476 KB at 48.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar
Downloaded: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar (1905 KB at 187.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar
Downloaded: https://repo.maven.apache.org/maven2/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar (188 KB at 17.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar
Downloaded: https://repo.maven.apache.org/maven2/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar (23 KB at 1.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar
Downloaded: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1.jar (3266 KB at 265.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar
Downloaded: https://repo.maven.apache.org/maven2/com/lowagie/itext/2.1.7/itext-2.1.7.jar (1104 KB at 89.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports-fonts/6.10.0/jasperreports-fonts-6.10.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar (188 KB at 13.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports/6.10.0/jasperreports-6.10.0.jar
Downloaded: https://repo.maven.apache.org/maven2/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar (1516 KB at 107.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jfree/jcommon/1.0.23/jcommon-1.0.23.jar
Downloaded: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar (1516 KB at 98.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jfree/jcommon/1.0.23/jcommon-1.0.23.jar (323 KB at 20.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.5/groovy-all-2.4.5.jar (6834 KB at 373.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-xml/1.4.1/castor-xml-1.4.1.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports-fonts/6.10.0/jasperreports-fonts-6.10.0.jar (2423 KB at 129.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-core/1.4.1/castor-core-1.4.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.jar (1529 KB at 81.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-core/1.4.1/castor-core-1.4.1.jar (47 KB at 2.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar (2257 KB at 113.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/castor/castor-xml/1.4.1/castor-xml-1.4.1.jar (890 KB at 44.8 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.9.9/jackson-core-2.9.9.jar (318 KB at 16.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 0.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15.jar
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.9.9/jackson-annotations-2.9.9.jar (66 KB at 3.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sf/jasperreports/jasperreports/6.10.0/jasperreports-6.10.0.jar (5480 KB at 256.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/3.15/poi-ooxml-schemas-3.15.jar
Downloaded: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar (97 KB at 4.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9/jackson-databind-2.9.9.jar (1317 KB at 60.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/3.15/poi-ooxml-3.15.jar (1307 KB at 59.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/portlet/portlet-api/1.0/portlet-api-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 1.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/liferay/portal/com.liferay.portal.kernel/3.18.4/com.liferay.portal.kernel-3.18.4.jar
Downloaded: https://repo.maven.apache.org/maven2/javax/portlet/portlet-api/1.0/portlet-api-1.0.jar (17 KB at 0.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-service/5.2.3/portal-service-5.2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/poi/poi/3.15/poi-3.15.jar (2520 KB at 106.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-kernel/5.2.3/portal-kernel-5.2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-kernel/5.2.3/portal-kernel-5.2.3.jar (513 KB at 20.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.14/pdfbox-2.0.14.jar
Downloaded: https://repo.maven.apache.org/maven2/com/liferay/portal/portal-service/5.2.3/portal-service-5.2.3.jar (1745 KB at 65.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.14/fontbox-2.0.14.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/3.15/poi-ooxml-schemas-3.15.jar (5722 KB at 198.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.32/htmlunit-2.32.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.14/pdfbox-2.0.14.jar (2508 KB at 86.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.14/fontbox-2.0.14.jar (1522 KB at 51.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar
Downloaded: https://repo.maven.apache.org/maven2/com/liferay/portal/com.liferay.portal.kernel/3.18.4/com.liferay.portal.kernel-3.18.4.jar (7136 KB at 239.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.6/httpmime-4.5.6.jar (41 KB at 1.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar
Downloaded: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar (270 KB at 8.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit/2.32/htmlunit-2.32.jar (1976 KB at 64.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.32/htmlunit-core-js-2.32.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar (319 KB at 10.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.32/neko-htmlunit-2.32.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (750 KB at 24.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
Downloaded: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar (3081 KB at 99.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-cssparser/1.1.0/htmlunit-cssparser-1.1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/neko-htmlunit/2.32/neko-htmlunit-2.32.jar (124 KB at 4.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.6/commons-net-3.6.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-core-js/2.32/htmlunit-core-js-2.32.jar (1151 KB at 36.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.11.v20180605/websocket-client-9.4.11.v20180605.jar
Downloaded: https://repo.maven.apache.org/maven2/net/sourceforge/htmlunit/htmlunit-cssparser/1.1.0/htmlunit-cssparser-1.1.0.jar (205 KB at 6.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.11.v20180605/jetty-client-9.4.11.v20180605.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.6/commons-net-3.6.jar (301 KB at 9.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.11.v20180605/websocket-client-9.4.11.v20180605.jar (35 KB at 1.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.11.v20180605/jetty-http-9.4.11.v20180605.jar
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.11.v20180605/jetty-xml-9.4.11.v20180605.jar
Downloaded: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1336 KB at 42.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.11.v20180605/jetty-util-9.4.11.v20180605.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.11.v20180605/jetty-client-9.4.11.v20180605.jar (276 KB at 8.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.11.v20180605/jetty-io-9.4.11.v20180605.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.11.v20180605/jetty-xml-9.4.11.v20180605.jar (51 KB at 1.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.11.v20180605/websocket-common-9.4.11.v20180605.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar (2605 KB at 82.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.11.v20180605/websocket-api-9.4.11.v20180605.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.11.v20180605/jetty-http-9.4.11.v20180605.jar (192 KB at 6.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/8.0.11/tomcat-catalina-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.11.v20180605/jetty-util-9.4.11.v20180605.jar (488 KB at 15.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.0.11/tomcat-servlet-api-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.11.v20180605/jetty-io-9.4.11.v20180605.jar (132 KB at 4.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/8.0.11/tomcat-jsp-api-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.11.v20180605/websocket-common-9.4.11.v20180605.jar (192 KB at 6.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/8.0.11/tomcat-el-api-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.11.v20180605/websocket-api-9.4.11.v20180605.jar (42 KB at 1.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-servlet-api/8.0.11/tomcat-servlet-api-8.0.11.jar (239 KB at 7.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.11/tomcat-juli-8.0.11.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/8.0.11/tomcat-annotations-api-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jsp-api/8.0.11/tomcat-jsp-api-8.0.11.jar (60 KB at 1.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/8.0.11/tomcat-api-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-el-api/8.0.11/tomcat-el-api-8.0.11.jar (80 KB at 2.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jni/8.0.11/tomcat-jni-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-annotations-api/8.0.11/tomcat-annotations-api-8.0.11.jar (17 KB at 0.5 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-juli/8.0.11/tomcat-juli-8.0.11.jar (40 KB at 1.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/8.0.11/tomcat-coyote-8.0.11.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/8.0.11/tomcat-util-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-api/8.0.11/tomcat-api-8.0.11.jar (9 KB at 0.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util-scan/8.0.11/tomcat-util-scan-8.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-catalina/8.0.11/tomcat-catalina-8.0.11.jar (1454 KB at 45.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-jni/8.0.11/tomcat-jni-8.0.11.jar (64 KB at 2.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util/8.0.11/tomcat-util-8.0.11.jar (97 KB at 3.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-util-scan/8.0.11/tomcat-util-scan-8.0.11.jar (194 KB at 6.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.3.9.Final/hibernate-core-5.3.9.Final.jar
Downloaded: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar (233 KB at 7.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (126 KB at 3.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (216 KB at 6.6 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (56 KB at 1.7 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat-coyote/8.0.11/tomcat-coyote-8.0.11.jar (704 KB at 21.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/hibernate/hibernate-core/5.3.9.Final/hibernate-core-5.3.9.Final.jar (6817 KB at 204.6 KB/sec)
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (default-cli) @ app ---
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 9.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 104.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 132.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 12.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 50.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 8.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 15.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 11.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 17.8 KB/sec)
Downloading: 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: 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 (4 KB at 22.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 2.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 31.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (7 KB at 36.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (4 KB at 17.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (3 KB at 11.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (3 KB at 15.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (2 KB at 10.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2 KB at 10.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 42.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 11.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (2 KB at 7.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (2 KB at 7.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (2 KB at 6.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9 KB at 48.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 KB at 105.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (2 KB at 9.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (3 KB at 11.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (3 KB at 11.6 KB/sec)
Downloading: 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: 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 KB at 39.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (2 KB at 7.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 17.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 12.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (10 KB at 45.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 120.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (2 KB at 7.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (10 KB at 53.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (31 KB at 165.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (5 KB at 24.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 14.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 50.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 81.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 17.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 11.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3 KB at 16.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (2 KB at 10.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2 KB at 11.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 14.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 10.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (2 KB at 8.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 10.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 7.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (3 KB at 13.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8 KB at 43.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 57.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 18.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 9.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 12.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 17.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 45.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (5 KB at 24.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (10 KB at 51.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 155.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (5 KB at 18.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 4.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 17.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 11.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 15.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 9.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 5.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 36.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 12.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 41.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (8 KB at 43.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 32.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 53.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 0.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (4 KB at 17.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 59.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (3 KB at 12.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (3 KB at 13.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (3 KB at 14.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (3 KB at 12.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (2 KB at 8.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (6 KB at 32.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (9 KB at 46.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom (13 KB at 71.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom (18 KB at 87.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 9.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 7.9 KB/sec)
Downloading: 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: 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 2.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 22.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (2 KB at 4.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 41.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 2.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 4.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 5.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (3 KB at 12.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 0.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 0.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (4 KB at 17.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 12.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (6 KB at 29.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 2.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 43.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (4 KB at 18.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3 KB at 16.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 KB at 97.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (7 KB at 37.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 73.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (4 KB at 17.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (3 KB at 12.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3 KB at 17.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 91.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 17.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (4 KB at 16.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (4 KB at 21.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (9 KB at 46.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4 KB at 21.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (3 KB at 14.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 KB at 114.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 3.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 KB at 70.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 4.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (2 KB at 7.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (2 KB at 7.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 3.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (7 KB at 34.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (3 KB at 11.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 28.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 54.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (6 KB at 28.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 34.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 1.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (5 KB at 22.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 4.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 23.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 84.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (2 KB at 10.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (6 KB at 32.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (2 KB at 9.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (3 KB at 15.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (2 KB at 9.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (2 KB at 10.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (2 KB at 7.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 4.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (7 KB at 34.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (3 KB at 15.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 KB at 111.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (3 KB at 12.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (4 KB at 18.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (7 KB at 37.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 5.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 32.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (3 KB at 12.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (4 KB at 17.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (2 KB at 10.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (2 KB at 8.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 4.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (2 KB at 10.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2 KB at 11.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 KB at 151.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (4 KB at 20.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 43.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (2 KB at 8.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 KB at 67.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (4 KB at 15.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (3 KB at 15.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (3 KB at 11.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2 KB at 11.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (3 KB at 15.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (2 KB at 10.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2 KB at 10.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (2 KB at 8.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 15.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 21.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (16 KB at 86.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 15.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 101.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom
Downloaded: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 0.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 27.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 13.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom
Downloaded: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (2 KB at 8.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom
Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 4.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 21.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 43.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 38.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5 KB at 27.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (10 KB at 50.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 KB at 124.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 150.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 49.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 185.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 309.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 415.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 69.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 KB at 29.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 KB at 43.9 KB/sec)
Downloading: 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: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 321.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 173.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 50.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 55.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 20.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 15.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 79.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 30.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 KB at 24.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 12.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (54 KB at 62.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 KB at 42.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (107 KB at 99.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 81.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 162.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 143.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 KB at 30.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
Downloaded: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 51.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 KB at 7.5 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar
Downloaded: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (107 KB at 80.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (46 KB at 33.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 7.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 5.2 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (46 KB at 27.3 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (48 KB at 28.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 KB at 10.8 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 227.1 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 KB at 15.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 KB at 11.0 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (37 KB at 19.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar
Downloading: 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: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (183 KB at 91.6 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (227 KB at 112.9 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 KB at 19.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (42 KB at 18.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (57 KB at 25.3 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar
Downloaded: 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 (190 KB at 85.1 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 KB at 12.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
Downloaded: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (43 KB at 19.0 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar
Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 1.7 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (31 KB at 12.4 KB/sec)
Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (59 KB at 23.4 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 KB at 11.2 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (131 KB at 51.9 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 13.8 KB/sec)
Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 178.8 KB/sec)
[INFO] Copying jandex-2.0.5.Final.jar to /tmp/app/web/WEB-INF/lib/jandex-2.0.5.Final.jar
[INFO] Copying ejb-api-3.0.jar to /tmp/app/web/WEB-INF/lib/ejb-api-3.0.jar
[INFO] Copying jsp-api-2.0.jar to /tmp/app/web/WEB-INF/lib/jsp-api-2.0.jar
[INFO] Copying commons-validator-1.6.jar to /tmp/app/web/WEB-INF/lib/commons-validator-1.6.jar
[INFO] Copying jaxb-runtime-2.2.11.jar to /tmp/app/web/WEB-INF/lib/jaxb-runtime-2.2.11.jar
[INFO] Copying portlet-api-1.0.jar to /tmp/app/web/WEB-INF/lib/portlet-api-1.0.jar
[INFO] Copying xmlbeans-2.3.0.jar to /tmp/app/web/WEB-INF/lib/xmlbeans-2.3.0.jar
[INFO] Copying commons-beanutils-1.9.3.jar to /tmp/app/web/WEB-INF/lib/commons-beanutils-1.9.3.jar
[INFO] Copying taglibs-standard-spec-1.2.1.jar to /tmp/app/web/WEB-INF/lib/taglibs-standard-spec-1.2.1.jar
[INFO] Copying commons-collections4-4.3.jar to /tmp/app/web/WEB-INF/lib/commons-collections4-4.3.jar
[INFO] Copying jboss-transaction-api_1.2_spec-1.1.1.Final.jar to /tmp/app/web/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar
[INFO] Copying validation-api-2.0.1.Final.jar to /tmp/app/web/WEB-INF/lib/validation-api-2.0.1.Final.jar
[INFO] Copying antlr-2.7.7.jar to /tmp/app/web/WEB-INF/lib/antlr-2.7.7.jar
[INFO] Copying commons-io-2.6.jar to /tmp/app/web/WEB-INF/lib/commons-io-2.6.jar
[INFO] Copying htmlunit-2.32.jar to /tmp/app/web/WEB-INF/lib/htmlunit-2.32.jar
[INFO] Copying xml-apis-1.4.01.jar to /tmp/app/web/WEB-INF/lib/xml-apis-1.4.01.jar
[INFO] Copying jakarta.activation-1.2.1.jar to /tmp/app/web/WEB-INF/lib/jakarta.activation-1.2.1.jar
[INFO] Copying classmate-1.3.4.jar to /tmp/app/web/WEB-INF/lib/classmate-1.3.4.jar
[INFO] Copying jasperreports-fonts-6.10.0.jar to /tmp/app/web/WEB-INF/lib/jasperreports-fonts-6.10.0.jar
[INFO] Copying poi-ooxml-schemas-3.15.jar to /tmp/app/web/WEB-INF/lib/poi-ooxml-schemas-3.15.jar
[INFO] Copying commons-digester-2.1.jar to /tmp/app/web/WEB-INF/lib/commons-digester-2.1.jar
[INFO] Copying com.liferay.portal.kernel-3.18.4.jar to /tmp/app/web/WEB-INF/lib/com.liferay.portal.kernel-3.18.4.jar
[INFO] Copying slf4j-api-1.6.1.jar to /tmp/app/web/WEB-INF/lib/slf4j-api-1.6.1.jar
[INFO] Copying jboss-logging-3.3.2.Final.jar to /tmp/app/web/WEB-INF/lib/jboss-logging-3.3.2.Final.jar
[INFO] Copying itext-2.1.7.jar to /tmp/app/web/WEB-INF/lib/itext-2.1.7.jar
[INFO] Copying hibernate-envers-5.3.9.Final.jar to /tmp/app/web/WEB-INF/lib/hibernate-envers-5.3.9.Final.jar
[INFO] Copying jaxb-api-2.2.11.jar to /tmp/app/web/WEB-INF/lib/jaxb-api-2.2.11.jar
[INFO] Copying hibernate-commons-annotations-5.0.4.Final.jar to /tmp/app/web/WEB-INF/lib/hibernate-commons-annotations-5.0.4.Final.jar
[INFO] Copying hibernate-core-5.3.9.Final.jar to /tmp/app/web/WEB-INF/lib/hibernate-core-5.3.9.Final.jar
[INFO] Copying dsn-1.6.3.jar to /tmp/app/web/WEB-INF/lib/dsn-1.6.3.jar
[INFO] Copying lombok-1.18.22.jar to /tmp/app/web/WEB-INF/lib/lombok-1.18.22.jar
[INFO] Copying commons-logging-1.2.jar to /tmp/app/web/WEB-INF/lib/commons-logging-1.2.jar
[INFO] Copying hsqldb-2.3.4.jar to /tmp/app/web/WEB-INF/lib/hsqldb-2.3.4.jar
[INFO] Copying mime-util-2.1.3.jar to /tmp/app/web/WEB-INF/lib/mime-util-2.1.3.jar
[INFO] Copying commons-lang3-3.8.jar to /tmp/app/web/WEB-INF/lib/commons-lang3-3.8.jar
[INFO] Copying smtp-1.6.3.jar to /tmp/app/web/WEB-INF/lib/smtp-1.6.3.jar
[INFO] Copying hibernate-validator-cdi-6.0.15.Final.jar to /tmp/app/web/WEB-INF/lib/hibernate-validator-cdi-6.0.15.Final.jar
[INFO] Copying javassist-3.23.1-GA.jar to /tmp/app/web/WEB-INF/lib/javassist-3.23.1-GA.jar
[INFO] Copying poi-ooxml-3.15.jar to /tmp/app/web/WEB-INF/lib/poi-ooxml-3.15.jar
[INFO] Copying hibernate-validator-annotation-processor-6.0.15.Final.jar to /tmp/app/web/WEB-INF/lib/hibernate-validator-annotation-processor-6.0.15.Final.jar
[INFO] Copying jaxb-core-2.2.11.jar to /tmp/app/web/WEB-INF/lib/jaxb-core-2.2.11.jar
[INFO] Copying slf4j-jdk14-1.6.1.jar to /tmp/app/web/WEB-INF/lib/slf4j-jdk14-1.6.1.jar
[INFO] Copying commons-lang-2.6.jar to /tmp/app/web/WEB-INF/lib/commons-lang-2.6.jar
[INFO] Copying junit-3.8.1.jar to /tmp/app/web/WEB-INF/lib/junit-3.8.1.jar
[INFO] Copying pop3-1.6.3.jar to /tmp/app/web/WEB-INF/lib/pop3-1.6.3.jar
[INFO] Copying jasperreports-6.10.0.jar to /tmp/app/web/WEB-INF/lib/jasperreports-6.10.0.jar
[INFO] Copying commons-fileupload-1.4.jar to /tmp/app/web/WEB-INF/lib/commons-fileupload-1.4.jar
[INFO] Copying hibernate-validator-6.0.15.Final.jar to /tmp/app/web/WEB-INF/lib/hibernate-validator-6.0.15.Final.jar
[INFO] Copying commons-codec-1.10.jar to /tmp/app/web/WEB-INF/lib/commons-codec-1.10.jar
[INFO] Copying imap-1.6.3.jar to /tmp/app/web/WEB-INF/lib/imap-1.6.3.jar
[INFO] Copying byte-buddy-1.10.1.jar to /tmp/app/web/WEB-INF/lib/byte-buddy-1.10.1.jar
[INFO] Copying jsoup-1.11.3.jar to /tmp/app/web/WEB-INF/lib/jsoup-1.11.3.jar
[INFO] Copying javax.inject-1.jar to /tmp/app/web/WEB-INF/lib/javax.inject-1.jar
[INFO] Copying javax.servlet-api-3.1.0.jar to /tmp/app/web/WEB-INF/lib/javax.servlet-api-3.1.0.jar
[INFO] Copying commons-collections-3.2.2.jar to /tmp/app/web/WEB-INF/lib/commons-collections-3.2.2.jar
[INFO] Copying commons-text-1.4.jar to /tmp/app/web/WEB-INF/lib/commons-text-1.4.jar
[INFO] Copying portal-kernel-5.2.3.jar to /tmp/app/web/WEB-INF/lib/portal-kernel-5.2.3.jar
[INFO] Copying mysql-connector-java-8.0.22.jar to /tmp/app/web/WEB-INF/lib/mysql-connector-java-8.0.22.jar
[INFO] Copying jaxb-core-3.0.1.jar to /tmp/app/web/WEB-INF/lib/jaxb-core-3.0.1.jar
[INFO] Copying portal-service-5.2.3.jar to /tmp/app/web/WEB-INF/lib/portal-service-5.2.3.jar
[INFO] Copying dwr-2.0.11-RELEASE.jar to /tmp/app/web/WEB-INF/lib/dwr-2.0.11-RELEASE.jar
[INFO] Copying pdfbox-2.0.14.jar to /tmp/app/web/WEB-INF/lib/pdfbox-2.0.14.jar
[INFO] Copying tomcat-catalina-8.0.11.jar to /tmp/app/web/WEB-INF/lib/tomcat-catalina-8.0.11.jar
[INFO] Copying javax.persistence-api-2.2.jar to /tmp/app/web/WEB-INF/lib/javax.persistence-api-2.2.jar
[INFO] Copying taglibs-standard-impl-1.2.5.jar to /tmp/app/web/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar
[INFO] Copying taglibs-standard-jstlel-1.2.5.jar to /tmp/app/web/WEB-INF/lib/taglibs-standard-jstlel-1.2.5.jar
[INFO] Copying groovy-all-2.4.5.jar to /tmp/app/web/WEB-INF/lib/groovy-all-2.4.5.jar
[INFO] Copying poi-3.15.jar to /tmp/app/web/WEB-INF/lib/poi-3.15.jar
[INFO] Copying mailapi-1.6.3.jar to /tmp/app/web/WEB-INF/lib/mailapi-1.6.3.jar
[INFO] Copying dom4j-2.1.1.jar to /tmp/app/web/WEB-INF/lib/dom4j-2.1.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:04 min
[INFO] Finished at: 2021-10-20T06:55:32+00:00
[INFO] Final Memory: 18M/177M
[INFO] ------------------------------------------------------------------------
Removing intermediate container 9a9af8e78b04
---> 41d39b0290b3
Step 13/36 : RUN curl https://raw.githubusercontent.com/openxava/openxava/master/Addons/web/WEB-INF/lib/addons.jar -o /tmp/app/web/WEB-INF/lib/addons.jar
---> Running in 3f0d356e7d05
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 38110 100 38110 0 0 79230 0 --:--:-- --:--:-- --:--:-- 79230
Removing intermediate container 3f0d356e7d05
---> bddb1eed1657
Step 14/36 : RUN curl https://raw.githubusercontent.com/openxava/openxava/master/OpenXava/web/WEB-INF/lib/openxava.jar -o /tmp/app/web/WEB-INF/lib/openxava.jar
---> Running in 507a0c3ecb1b
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1396k 100 1396k 0 0 1087k 0 0:00:01 0:00:01 --:--:-- 1087k
Removing intermediate container 507a0c3ecb1b
---> d2b190ecfba1
Step 15/36 : RUN curl https://raw.githubusercontent.com/openxava/openxava/master/OpenXava/web/WEB-INF/lib/ox-jdbc-adapters.jar -o /tmp/app/web/WEB-INF/lib/ox-jdbc-adapters.jar
---> Running in be3e56c7670f
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7142 100 7142 0 0 15163 0 --:--:-- --:--:-- --:--:-- 15163
Removing intermediate container be3e56c7670f
---> 9f820f66a7d3
Step 16/36 : RUN ls -la /tmp/app/web/WEB-INF/lib/
---> Running in 33d035ff95be
total 72344
drwxr-xr-x 1 root root 4096 Oct 20 06:56 .
drwxrwxr-x 1 root root 4096 Oct 20 06:55 ..
-rw-r--r-- 1 root root 38110 Oct 20 06:55 addons.jar
-rw-r--r-- 1 root root 445288 Oct 20 06:55 antlr-2.7.7.jar
-rw-r--r-- 1 root root 3343525 Oct 20 06:55 byte-buddy-1.10.1.jar
-rw-r--r-- 1 root root 65100 Oct 20 06:55 classmate-1.3.4.jar
-rw-r--r-- 1 root root 7306777 Oct 20 06:55 com.liferay.portal.kernel-3.18.4.jar
-rw-r--r-- 1 root root 246174 Oct 20 06:55 commons-beanutils-1.9.3.jar
-rw-r--r-- 1 root root 284184 Oct 20 06:55 commons-codec-1.10.jar
-rw-r--r-- 1 root root 588337 Oct 20 06:55 commons-collections-3.2.2.jar
-rw-r--r-- 1 root root 753996 Oct 20 06:55 commons-collections4-4.3.jar
-rw-r--r-- 1 root root 196768 Oct 20 06:55 commons-digester-2.1.jar
-rw-r--r-- 1 root root 72446 Oct 20 06:55 commons-fileupload-1.4.jar
-rw-r--r-- 1 root root 214788 Oct 20 06:55 commons-io-2.6.jar
-rw-r--r-- 1 root root 284220 Oct 20 06:55 commons-lang-2.6.jar
-rw-r--r-- 1 root root 501860 Oct 20 06:55 commons-lang3-3.8.jar
-rw-r--r-- 1 root root 61829 Oct 20 06:55 commons-logging-1.2.jar
-rw-r--r-- 1 root root 183760 Oct 20 06:55 commons-text-1.4.jar
-rw-r--r-- 1 root root 186077 Oct 20 06:55 commons-validator-1.6.jar
-rw-r--r-- 1 root root 323600 Oct 20 06:55 dom4j-2.1.1.jar
-rw-r--r-- 1 root root 17860 Oct 20 06:55 dsn-1.6.3.jar
-rw-r--r-- 1 root root 532786 Oct 20 06:55 dwr-2.0.11-RELEASE.jar
-rw-r--r-- 1 root root 32941 Oct 20 06:55 ejb-api-3.0.jar
-rw-r--r-- 1 root root 6997394 Oct 20 06:55 groovy-all-2.4.5.jar
-rw-r--r-- 1 root root 76233 Oct 20 06:55 hibernate-commons-annotations-5.0.4.Final.jar
-rw-r--r-- 1 root root 6979900 Oct 20 06:55 hibernate-core-5.3.9.Final.jar
-rw-r--r-- 1 root root 486404 Oct 20 06:55 hibernate-envers-5.3.9.Final.jar
-rw-r--r-- 1 root root 1155709 Oct 20 06:55 hibernate-validator-6.0.15.Final.jar
-rw-r--r-- 1 root root 135926 Oct 20 06:55 hibernate-validator-annotation-processor-6.0.15.Final.jar
-rw-r--r-- 1 root root 37631 Oct 20 06:55 hibernate-validator-cdi-6.0.15.Final.jar
-rw-r--r-- 1 root root 1515894 Oct 20 06:55 hsqldb-2.3.4.jar
-rw-r--r-- 1 root root 2023141 Oct 20 06:55 htmlunit-2.32.jar
-rw-r--r-- 1 root root 231402 Oct 20 06:55 imap-1.6.3.jar
-rw-r--r-- 1 root root 1130070 Oct 20 06:55 itext-2.1.7.jar
-rw-r--r-- 1 root root 65690 Oct 20 06:55 jakarta.activation-1.2.1.jar
-rw-r--r-- 1 root root 187548 Oct 20 06:55 jandex-2.0.5.Final.jar
-rw-r--r-- 1 root root 5610792 Oct 20 06:55 jasperreports-6.10.0.jar
-rw-r--r-- 1 root root 2480421 Oct 20 06:55 jasperreports-fonts-6.10.0.jar
-rw-r--r-- 1 root root 770452 Oct 20 06:55 javassist-3.23.1-GA.jar
-rw-r--r-- 1 root root 2497 Oct 20 06:55 javax.inject-1.jar
-rw-r--r-- 1 root root 164556 Oct 20 06:55 javax.persistence-api-2.2.jar
-rw-r--r-- 1 root root 95806 Oct 20 06:55 javax.servlet-api-3.1.0.jar
-rw-r--r-- 1 root root 102244 Oct 20 06:55 jaxb-api-2.2.11.jar
-rw-r--r-- 1 root root 153384 Oct 20 06:55 jaxb-core-2.2.11.jar
-rw-r--r-- 1 root root 238251 Oct 20 06:55 jaxb-core-3.0.1.jar
-rw-r--r-- 1 root root 1032085 Oct 20 06:55 jaxb-runtime-2.2.11.jar
-rw-r--r-- 1 root root 66469 Oct 20 06:55 jboss-logging-3.3.2.Final.jar
-rw-r--r-- 1 root root 26290 Oct 20 06:55 jboss-transaction-api_1.2_spec-1.1.1.Final.jar
-rw-r--r-- 1 root root 395748 Oct 20 06:55 jsoup-1.11.3.jar
-rw-r--r-- 1 root root 50493 Oct 20 06:55 jsp-api-2.0.jar
-rw-r--r-- 1 root root 121070 Oct 20 06:55 junit-3.8.1.jar
-rw-r--r-- 1 root root 1950607 Oct 20 06:55 lombok-1.18.22.jar
-rw-r--r-- 1 root root 298774 Oct 20 06:55 mailapi-1.6.3.jar
-rw-r--r-- 1 root root 119180 Oct 20 06:55 mime-util-2.1.3.jar
-rw-r--r-- 1 root root 2389216 Oct 20 06:55 mysql-connector-java-8.0.22.jar
-rw-r--r-- 1 root root 1429778 Oct 20 06:56 openxava.jar
-rw-r--r-- 1 root root 7142 Oct 20 06:56 ox-jdbc-adapters.jar
-rw-r--r-- 1 root root 2567456 Oct 20 06:55 pdfbox-2.0.14.jar
-rw-r--r-- 1 root root 2579580 Oct 20 06:55 poi-3.15.jar
-rw-r--r-- 1 root root 1338241 Oct 20 06:55 poi-ooxml-3.15.jar
-rw-r--r-- 1 root root 5859007 Oct 20 06:55 poi-ooxml-schemas-3.15.jar
-rw-r--r-- 1 root root 47423 Oct 20 06:55 pop3-1.6.3.jar
-rw-r--r-- 1 root root 525263 Oct 20 06:55 portal-kernel-5.2.3.jar
-rw-r--r-- 1 root root 1786637 Oct 20 06:55 portal-service-5.2.3.jar
-rw-r--r-- 1 root root 17090 Oct 20 06:55 portlet-api-1.0.jar
-rw-r--r-- 1 root root 25496 Oct 20 06:55 slf4j-api-1.6.1.jar
-rw-r--r-- 1 root root 8890 Oct 20 06:55 slf4j-jdk14-1.6.1.jar
-rw-r--r-- 1 root root 62101 Oct 20 06:55 smtp-1.6.3.jar
-rw-r--r-- 1 root root 206430 Oct 20 06:55 taglibs-standard-impl-1.2.5.jar
-rw-r--r-- 1 root root 163271 Oct 20 06:55 taglibs-standard-jstlel-1.2.5.jar
-rw-r--r-- 1 root root 38915 Oct 20 06:55 taglibs-standard-spec-1.2.1.jar
-rw-r--r-- 1 root root 1487944 Oct 20 06:55 tomcat-catalina-8.0.11.jar
-rw-r--r-- 1 root root 93107 Oct 20 06:55 validation-api-2.0.1.Final.jar
-rw-r--r-- 1 root root 220536 Oct 20 06:55 xml-apis-1.4.01.jar
-rw-r--r-- 1 root root 2666695 Oct 20 06:55 xmlbeans-2.3.0.jar
Removing intermediate container 33d035ff95be
---> 5a626ee01f70
Step 17/36 : RUN ant createWar
---> Running in d4a3d657948a
Buildfile: /tmp/app/build.xml
prepareCompile:
[mkdir] Created dir: /tmp/app/web/WEB-INF/classes
compile:
[javac] /tmp/app/build.xml:21: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to /tmp/app/web/WEB-INF/classes
[copy] Copying 39 files to /tmp/app/web/WEB-INF/classes
createWar:
[jar] Building jar: /tmp/app/dist/demo1.war
BUILD SUCCESSFUL
Total time: 9 seconds
Removing intermediate container d4a3d657948a
---> 0192bda0ee2a
Step 18/36 : FROM openjdk:8-jdk
---> eca41db787bd
Step 19/36 : ENV TOMCAT_MAJOR 9
---> Using cache
---> 5d654e203e3a
Step 20/36 : ENV TOMCAT_VERSION 9.0.26
---> Using cache
---> 0903e5813afc
Step 21/36 : RUN apt-get update
---> Using cache
---> 2a09a044382e
Step 22/36 : RUN apt-get install -y wget
---> Using cache
---> 5a019abce616
Step 23/36 : RUN apt-get install -y curl
---> Using cache
---> c76a31e5af09
Step 24/36 : RUN mkdir /usr/local/tomcat
---> Using cache
---> 253d4a5347c7
Step 25/36 : RUN wget https://archive.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOMCAT_VERSION/bin/apache-tomcat-$TOMCAT_VERSION.tar.gz -O /tmp/tomcat.tar.gz
---> Using cache
---> 8f2c259ef969
Step 26/36 : RUN cd /tmp && tar xvfz tomcat.tar.gz
---> Using cache
---> 1d7e9e258890
Step 27/36 : RUN cp -Rv /tmp/apache-tomcat-$TOMCAT_VERSION/* /usr/local/tomcat/
---> Using cache
---> 898f3308a745
Step 28/36 : RUN rm -rf /usr/local/tomcat/webapps/ROOT
---> Using cache
---> fb983fc3147f
Step 29/36 : RUN rm -rf /usr/local/tomcat/webapps/docs
---> Using cache
---> 3273a9f8ba93
Step 30/36 : RUN rm -rf /usr/local/tomcat/webapps/examples
---> Using cache
---> 73ec3fbbbc86
Step 31/36 : RUN rm -rf /usr/local/tomcat/webapps/host-manager
---> Using cache
---> adf9e93dfe00
Step 32/36 : RUN rm -rf /usr/local/tomcat/webapps/manager
---> Using cache
---> d076bbe79b43
Step 33/36 : ADD DockerfileEntrypoint.sh DockerfileEntrypoint.sh
---> Using cache
---> 6f8d5a70af45
Step 34/36 : RUN chmod 744 DockerfileEntrypoint.sh
---> Using cache
---> b6c24febbc04
Step 35/36 : COPY --from=BUILDER /tmp/app/dist/ /app/target
---> 8ba0d3e036ad
Step 36/36 : ENTRYPOINT ["/DockerfileEntrypoint.sh"]
---> Running in 8df9cc2c7ec6
Removing intermediate container 8df9cc2c7ec6
---> 819b42077252
Successfully built 819b42077252
Successfully tagged openxava:latest
88c3786932db6820f46caafa63fa529420cd193b43c3b27198f676d815c88f59
2021/10/20:06:56:45
2021/10/20:06:56:45 Configurator variables are not provided. Variables will not be downloaded
2021/10/20:06:56:45
2021/10/20:06:56:45 ##### Parsing java JDK variables #####
2021/10/20:06:56:45 ## Exporting Java Environment Variables ##
2021/10/20:06:56:45
2021/10/20:06:56:45 ##### Starting app #####
2021/10/20:06:56:45 ## target path: /app ##
total 68268
drwxr-xr-x 2 root root 4096 Oct 20 06:56 .
drwxr-xr-x 3 root root 4096 Oct 20 06:56 ..
-rw-r--r-- 1 root root 69897998 Oct 20 06:56 demo1.war
2021/10/20:06:56:45 ## tomcat webapps path: /usr/local/tomcat//webapps ##
total 8
drwxr-x--- 1 root root 4096 Oct 14 05:37 .
drwxr-xr-x 1 root root 4096 Jun 10 20:21 ..
2021/10/20:06:56:45 ## war to deploy: ./demo1.war ##
2021/10/20:06:56:45 ## Moving war to webapps: ##
total 68268
drwxr-xr-x 2 root root 4096 Oct 20 06:56 .
drwxr-xr-x 3 root root 4096 Oct 20 06:56 ..
-rw-r--r-- 1 root root 69897998 Oct 20 06:56 demo1.war
2021/10/20:06:56:45 ## cp ./demo1.war /usr/local/tomcat//webapps/ ##
2021/10/20:06:56:46 webapps content:
total 68268
drwxr-xr-x 2 root root 4096 Oct 20 06:56 .
drwxr-xr-x 3 root root 4096 Oct 20 06:56 ..
-rw-r--r-- 1 root root 69897998 Oct 20 06:56 demo1.war
2021/10/20:06:56:46
2021/10/20:06:56:46 ##### Starting tomcat #####
2021/10/20:06:56:46
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
CATALINA_OPTS: -Xms125m -Xmx512m
20-Oct-2021 06:56:47.086 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/9.0.26
20-Oct-2021 06:56:47.090 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Sep 16 2019 15:51:39 UTC
20-Oct-2021 06:56:47.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.26.0
20-Oct-2021 06:56:47.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
20-Oct-2021 06:56:47.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 5.4.0-73-generic
20-Oct-2021 06:56:47.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
20-Oct-2021 06:56:47.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/local/openjdk-8/jre
20-Oct-2021 06:56:47.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_292-b10
20-Oct-2021 06:56:47.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
20-Oct-2021 06:56:47.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat
20-Oct-2021 06:56:47.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat
20-Oct-2021 06:56:47.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
20-Oct-2021 06:56:47.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
20-Oct-2021 06:56:47.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
20-Oct-2021 06:56:47.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
20-Oct-2021 06:56:47.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
20-Oct-2021 06:56:47.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms125m
20-Oct-2021 06:56:47.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx512m
20-Oct-2021 06:56:47.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
20-Oct-2021 06:56:47.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
20-Oct-2021 06:56:47.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
20-Oct-2021 06:56:47.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
20-Oct-2021 06:56:47.095 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
20-Oct-2021 06:56:47.567 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
20-Oct-2021 06:56:47.613 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
20-Oct-2021 06:56:47.617 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [764] milliseconds
20-Oct-2021 06:56:47.657 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
20-Oct-2021 06:56:47.657 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.26]
20-Oct-2021 06:56:47.687 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/usr/local/tomcat/webapps/demo1.war]
20-Oct-2021 06:56:58.984 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/usr/local/tomcat/webapps/demo1.war] has finished in [11,296] ms
20-Oct-2021 06:56:58.989 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
20-Oct-2021 06:56:58.996 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
20-Oct-2021 06:56:58.999 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [11,381] milliseconds
Hibernate: drop table IMAGES if exists
Hibernate: drop table YourFirstEntity if exists
Hibernate: create table IMAGES (ID varchar(255) not null, GALLERY varchar(255), IMAGE varbinary(16777216), primary key (ID))
Hibernate: create table YourFirstEntity (id varchar(32) not null, amount numeric(19,2), date date, description varchar(50), primary key (id))
ant -f OpenXava/CreateNewProjectDockerTomcat.xml
Buildfile: /foo/bar/openxava/OpenXava/CreateNewProjectDockerTomcat.xml
[input] What is your project name?
demo1
[input] What is the destination of the project?
/tmp/workspace
definePackageAndJavaClass:
createNewProject:
[mkdir] Created dir: /tmp/workspace/demo1
[copy] Copying 32 files to /tmp/workspace/demo1
[move] Moving 1 file to /tmp/workspace/demo1
[move] Moving 1 file to /tmp/workspace/demo1/xava
[move] Moving 1 file to /tmp/workspace/demo1/xava
[move] Moving 1 file to /tmp/workspace/demo1/i18n
[move] Moving 1 file to /tmp/workspace/demo1/i18n
[move] Moving 1 file to /tmp/workspace/demo1/src/_run
[move] Moving 1 file to /tmp/workspace/demo1/src/com/yourcompany/demo1/model
[delete] Deleting directory /tmp/workspace/demo1/src/com/yourcompany/yourapp
[delete] Deleting: /tmp/workspace/demo1/data/data.txt
updateOX:
copyDTDs:
copyXavaDTDs:
[copy] Copying 22 files to /tmp/workspace/demo1/xava/dtds
copyComponentDTDs:
copyWeb:
[copy] Copying 922 files to /tmp/workspace/demo1/web/xava
[copy] Copying 8 files to /tmp/workspace/demo1/web/xava
[copy] Copying 6 files to /tmp/workspace/demo1/web/WEB-INF
[copy] Copied 3 empty directories to 1 empty directory under /tmp/workspace/demo1/web/WEB-INF
installAddons:
[copy] Copying 21 files to /tmp/workspace/demo1/web
[copy] Copying 4 files to /tmp/workspace/demo1/web
[copy] Copying 2 files to /tmp/workspace/demo1/properties
installOpenxava:
[copy] Copying 1 file to /tmp/workspace/demo1/web/WEB-INF/lib
[copy] Copying 1 file to /tmp/workspace/demo1/web/WEB-INF/lib
checkos:
if_windows:
if_unix:
downloadPublicJarsUsingMaven:
[exec] [INFO] Scanning for projects...
[exec] [INFO]
[exec] [INFO] --------------------------< org.openxava:app >--------------------------
[exec] [INFO] Building app 1.0.0
[exec] [INFO] --------------------------------[ jar ]---------------------------------
[exec] [INFO]
[exec] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (default-cli) @ app ---
[exec] [INFO] Copying jandex-2.0.5.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jandex-2.0.5.Final.jar
[exec] [INFO] Copying ejb-api-3.0.jar to /tmp/workspace/demo1/web/WEB-INF/lib/ejb-api-3.0.jar
[exec] [INFO] Copying jsp-api-2.0.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jsp-api-2.0.jar
[exec] [INFO] Copying commons-validator-1.6.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-validator-1.6.jar
[exec] [INFO] Copying jaxb-runtime-2.2.11.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jaxb-runtime-2.2.11.jar
[exec] [INFO] Copying portlet-api-1.0.jar to /tmp/workspace/demo1/web/WEB-INF/lib/portlet-api-1.0.jar
[exec] [INFO] Copying xmlbeans-2.3.0.jar to /tmp/workspace/demo1/web/WEB-INF/lib/xmlbeans-2.3.0.jar
[exec] [INFO] Copying commons-beanutils-1.9.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-beanutils-1.9.3.jar
[exec] [INFO] Copying taglibs-standard-spec-1.2.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/taglibs-standard-spec-1.2.1.jar
[exec] [INFO] Copying commons-collections4-4.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-collections4-4.3.jar
[exec] [INFO] Copying jboss-transaction-api_1.2_spec-1.1.1.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.1.1.Final.jar
[exec] [INFO] Copying validation-api-2.0.1.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/validation-api-2.0.1.Final.jar
[exec] [INFO] Copying antlr-2.7.7.jar to /tmp/workspace/demo1/web/WEB-INF/lib/antlr-2.7.7.jar
[exec] [INFO] Copying commons-io-2.6.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-io-2.6.jar
[exec] [INFO] Copying htmlunit-2.32.jar to /tmp/workspace/demo1/web/WEB-INF/lib/htmlunit-2.32.jar
[exec] [INFO] Copying xml-apis-1.4.01.jar to /tmp/workspace/demo1/web/WEB-INF/lib/xml-apis-1.4.01.jar
[exec] [INFO] Copying jakarta.activation-1.2.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jakarta.activation-1.2.1.jar
[exec] [INFO] Copying classmate-1.3.4.jar to /tmp/workspace/demo1/web/WEB-INF/lib/classmate-1.3.4.jar
[exec] [INFO] Copying jasperreports-fonts-6.10.0.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jasperreports-fonts-6.10.0.jar
[exec] [INFO] Copying poi-ooxml-schemas-3.15.jar to /tmp/workspace/demo1/web/WEB-INF/lib/poi-ooxml-schemas-3.15.jar
[exec] [INFO] Copying commons-digester-2.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-digester-2.1.jar
[exec] [INFO] Copying com.liferay.portal.kernel-3.18.4.jar to /tmp/workspace/demo1/web/WEB-INF/lib/com.liferay.portal.kernel-3.18.4.jar
[exec] [INFO] Copying slf4j-api-1.6.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/slf4j-api-1.6.1.jar
[exec] [INFO] Copying jboss-logging-3.3.2.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jboss-logging-3.3.2.Final.jar
[exec] [INFO] Copying itext-2.1.7.jar to /tmp/workspace/demo1/web/WEB-INF/lib/itext-2.1.7.jar
[exec] [INFO] Copying hibernate-envers-5.3.9.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/hibernate-envers-5.3.9.Final.jar
[exec] [INFO] Copying jaxb-api-2.2.11.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jaxb-api-2.2.11.jar
[exec] [INFO] Copying hibernate-commons-annotations-5.0.4.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/hibernate-commons-annotations-5.0.4.Final.jar
[exec] [INFO] Copying hibernate-core-5.3.9.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/hibernate-core-5.3.9.Final.jar
[exec] [INFO] Copying dsn-1.6.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/dsn-1.6.3.jar
[exec] [INFO] Copying lombok-1.18.22.jar to /tmp/workspace/demo1/web/WEB-INF/lib/lombok-1.18.22.jar
[exec] [INFO] Copying commons-logging-1.2.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-logging-1.2.jar
[exec] [INFO] Copying hsqldb-2.3.4.jar to /tmp/workspace/demo1/web/WEB-INF/lib/hsqldb-2.3.4.jar
[exec] [INFO] Copying mime-util-2.1.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/mime-util-2.1.3.jar
[exec] [INFO] Copying commons-lang3-3.8.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-lang3-3.8.jar
[exec] [INFO] Copying smtp-1.6.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/smtp-1.6.3.jar
[exec] [INFO] Copying hibernate-validator-cdi-6.0.15.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/hibernate-validator-cdi-6.0.15.Final.jar
[exec] [INFO] Copying javassist-3.23.1-GA.jar to /tmp/workspace/demo1/web/WEB-INF/lib/javassist-3.23.1-GA.jar
[exec] [INFO] Copying poi-ooxml-3.15.jar to /tmp/workspace/demo1/web/WEB-INF/lib/poi-ooxml-3.15.jar
[exec] [INFO] Copying hibernate-validator-annotation-processor-6.0.15.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/hibernate-validator-annotation-processor-6.0.15.Final.jar
[exec] [INFO] Copying jaxb-core-2.2.11.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jaxb-core-2.2.11.jar
[exec] [INFO] Copying slf4j-jdk14-1.6.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/slf4j-jdk14-1.6.1.jar
[exec] [INFO] Copying commons-lang-2.6.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-lang-2.6.jar
[exec] [INFO] Copying junit-3.8.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/junit-3.8.1.jar
[exec] [INFO] Copying pop3-1.6.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/pop3-1.6.3.jar
[exec] [INFO] Copying jasperreports-6.10.0.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jasperreports-6.10.0.jar
[exec] [INFO] Copying commons-fileupload-1.4.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-fileupload-1.4.jar
[exec] [INFO] Copying hibernate-validator-6.0.15.Final.jar to /tmp/workspace/demo1/web/WEB-INF/lib/hibernate-validator-6.0.15.Final.jar
[exec] [INFO] Copying commons-codec-1.10.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-codec-1.10.jar
[exec] [INFO] Copying imap-1.6.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/imap-1.6.3.jar
[exec] [INFO] Copying byte-buddy-1.10.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/byte-buddy-1.10.1.jar
[exec] [INFO] Copying jsoup-1.11.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jsoup-1.11.3.jar
[exec] [INFO] Copying javax.inject-1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/javax.inject-1.jar
[exec] [INFO] Copying javax.servlet-api-3.1.0.jar to /tmp/workspace/demo1/web/WEB-INF/lib/javax.servlet-api-3.1.0.jar
[exec] [INFO] Copying commons-collections-3.2.2.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-collections-3.2.2.jar
[exec] [INFO] Copying commons-text-1.4.jar to /tmp/workspace/demo1/web/WEB-INF/lib/commons-text-1.4.jar
[exec] [INFO] Copying portal-kernel-5.2.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/portal-kernel-5.2.3.jar
[exec] [INFO] Copying mysql-connector-java-8.0.22.jar to /tmp/workspace/demo1/web/WEB-INF/lib/mysql-connector-java-8.0.22.jar
[exec] [INFO] Copying jaxb-core-3.0.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/jaxb-core-3.0.1.jar
[exec] [INFO] Copying portal-service-5.2.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/portal-service-5.2.3.jar
[exec] [INFO] Copying dwr-2.0.11-RELEASE.jar to /tmp/workspace/demo1/web/WEB-INF/lib/dwr-2.0.11-RELEASE.jar
[exec] [INFO] Copying pdfbox-2.0.14.jar to /tmp/workspace/demo1/web/WEB-INF/lib/pdfbox-2.0.14.jar
[exec] [INFO] Copying tomcat-catalina-8.0.11.jar to /tmp/workspace/demo1/web/WEB-INF/lib/tomcat-catalina-8.0.11.jar
[exec] [INFO] Copying javax.persistence-api-2.2.jar to /tmp/workspace/demo1/web/WEB-INF/lib/javax.persistence-api-2.2.jar
[exec] [INFO] Copying taglibs-standard-impl-1.2.5.jar to /tmp/workspace/demo1/web/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar
[exec] [INFO] Copying taglibs-standard-jstlel-1.2.5.jar to /tmp/workspace/demo1/web/WEB-INF/lib/taglibs-standard-jstlel-1.2.5.jar
[exec] [INFO] Copying groovy-all-2.4.5.jar to /tmp/workspace/demo1/web/WEB-INF/lib/groovy-all-2.4.5.jar
[exec] [INFO] Copying poi-3.15.jar to /tmp/workspace/demo1/web/WEB-INF/lib/poi-3.15.jar
[exec] [INFO] Copying mailapi-1.6.3.jar to /tmp/workspace/demo1/web/WEB-INF/lib/mailapi-1.6.3.jar
[exec] [INFO] Copying dom4j-2.1.1.jar to /tmp/workspace/demo1/web/WEB-INF/lib/dom4j-2.1.1.jar
[exec] [INFO] ------------------------------------------------------------------------
[exec] [INFO] BUILD SUCCESS
[exec] [INFO] ------------------------------------------------------------------------
[exec] [INFO] Total time: 11.823 s
[exec] [INFO] Finished at: 2021-10-20T01:15:35-05:00
[exec] [INFO] ------------------------------------------------------------------------
createWebXml:
[loadfile] /tmp/workspace/demo1/web/WEB-INF/servlets.xml doesn't exist
[loadfile] /tmp/workspace/demo1/web/WEB-INF/filters.xml doesn't exist
[loadfile] /tmp/workspace/demo1/web/WEB-INF/listeners.xml doesn't exist
[loadfile] /tmp/workspace/demo1/web/WEB-INF/resources.xml doesn't exist
[copy] Copying 1 file to /tmp/workspace/demo1/web/WEB-INF
createDefaultI18nFiles:
defineJavaClass:
createAppLauncher:
BUILD SUCCESSFUL
Total time: 2 minutes 23 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment